mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mpv: Remove redundant phase.
* gnu/packages/video.scm (mpv): [arguments]: Remove phase `build-reproducibly`. Change-Id: I60291e4bc9e644d1d846f77e79028b7858d34652 Signed-off-by: Vagrant Cascadian <vagrant@reproducible-builds.org>
This commit is contained in:
parent
0971788c0b
commit
bcbc4cf384
1 changed files with 1 additions and 8 deletions
|
@ -2696,14 +2696,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
|
||||||
(substitute* "player/lua/ytdl_hook.lua"
|
(substitute* "player/lua/ytdl_hook.lua"
|
||||||
(("\"yt-dlp\",")
|
(("\"yt-dlp\",")
|
||||||
(string-append
|
(string-append
|
||||||
"\"" (search-input-file inputs "bin/yt-dlp") "\",")))))
|
"\"" (search-input-file inputs "bin/yt-dlp") "\","))))))
|
||||||
(add-before 'configure 'build-reproducibly
|
|
||||||
(lambda _
|
|
||||||
;; Somewhere in the build system library dependencies are enumerated
|
|
||||||
;; and passed as linker flags, but the order in which they are added
|
|
||||||
;; varies. See <https://github.com/mpv-player/mpv/issues/7855>.
|
|
||||||
;; Set PYTHONHASHSEED as a workaround for deterministic results.
|
|
||||||
(setenv "PYTHONHASHSEED" "1"))))
|
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-Dlibmpv=true"
|
#~(list "-Dlibmpv=true"
|
||||||
"-Dcdda=enabled"
|
"-Dcdda=enabled"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue