From ee926b19ad1bb8d594aa898dbc2db1965f2af0b3 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 5 May 2024 19:19:36 +0300 Subject: gnu: theorafile: Use test-target. * gnu/packages/video.scm (theorafile)[arguments]: Add test-target. Remove custom 'check phase. Change-Id: Ia741bc7c202a418801672ffcf88bd7b8577c359e --- gnu/packages/video.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 04b26e7575..dd2d96925a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -5780,13 +5780,10 @@ to convenience of translating and batch processing of multiple documents.") (build-system gnu-build-system) (arguments '(#:make-flags '("CC=gcc") + #:test-target "test" #:phases (modify-phases %standard-phases (delete 'configure) - (replace 'check - (lambda _ - (setenv "CC" "gcc") - (invoke "make" "test"))) (replace 'install (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) -- cgit v1.2.3