Skip to content
Snippets Groups Projects
Commit 62fe2d47 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: xvid: Use 'modify-phases'.

* gnu/packages/video.scm (xvid)[arguments]: Use 'modify-phases'.
parent e05035c7
No related branches found
No related tags found
No related merge requests found
...@@ -1170,13 +1170,13 @@ (define-public xvid ...@@ -1170,13 +1170,13 @@ (define-public xvid
(native-inputs `(("yasm" ,yasm))) (native-inputs `(("yasm" ,yasm)))
(arguments (arguments
'(#:phases '(#:phases
(alist-cons-before (modify-phases %standard-phases
'configure 'pre-configure (add-before
(lambda _ 'configure 'pre-configure
(chdir "build/generic") (lambda _
(substitute* "configure" (chdir "build/generic")
(("#! /bin/sh") (string-append "#!" (which "sh"))))) (substitute* "configure"
%standard-phases) (("#! /bin/sh") (string-append "#!" (which "sh")))))))
;; No 'check' target. ;; No 'check' target.
#:tests? #f)) #:tests? #f))
(home-page "https://www.xvid.com/") (home-page "https://www.xvid.com/")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment