gnu: libsmpeg: Return #t from all phases.
* gnu/packages/video.scm (libsmpeg)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
da6f345c71
commit
e626984639
@ -2196,10 +2196,11 @@ Other features include a live preview and live streaming.")
|
||||
"18yfkr70lr1x1hc8snn2ldnbzdcc7b64xmkqrfk8w59gpg7sl1xn"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(add-after 'unpack 'autogen.sh
|
||||
(lambda _
|
||||
(zero? (system* "sh" "autogen.sh")))))))
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autogen.sh
|
||||
(lambda _
|
||||
(invoke "sh" "autogen.sh"))))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)))
|
||||
|
Loading…
Reference in New Issue
Block a user