me
/
guix
Archived
1
0
Fork 0

gnu: theorafile: Use test-target.

* gnu/packages/video.scm (theorafile)[arguments]: Add test-target.
Remove custom 'check phase.

Change-Id: Ia741bc7c202a418801672ffcf88bd7b8577c359e
master
Efraim Flashner 2024-05-05 19:19:36 +03:00
parent 9a19c50b9b
commit ee926b19ad
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 4 deletions

View File

@ -5780,13 +5780,10 @@ to convenience of translating and batch processing of multiple documents.")
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags '("CC=gcc") '(#:make-flags '("CC=gcc")
#:test-target "test"
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure) (delete 'configure)
(replace 'check
(lambda _
(setenv "CC" "gcc")
(invoke "make" "test")))
(replace 'install (replace 'install
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))) (let ((out (assoc-ref outputs "out")))