[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: mpv: Remove trailing #t from phases.
From: |
guix-commits |
Subject: |
06/11: gnu: mpv: Remove trailing #t from phases. |
Date: |
Wed, 26 Oct 2022 17:10:58 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 32be0431ff1e3aaedde3dc5fff46fdb89348579f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:02 2022 +0200
gnu: mpv: Remove trailing #t from phases.
* gnu/packages/video.scm (mpv)[arguments]: Don't explicitly return #t
from phases.
---
gnu/packages/video.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9fb17cf5ba..43686034ba 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2226,15 +2226,13 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
;; 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")
- #t))
+ (setenv "PYTHONHASHSEED" "1")))
(add-before
'configure 'setup-waf
(lambda* (#:key inputs #:allow-other-keys)
(let ((waf (assoc-ref inputs "waf")))
(copy-file (string-append waf "/bin/waf") "waf"))
- (setenv "CC" "gcc")
- #t)))
+ (setenv "CC" "gcc"))))
#:configure-flags (list "--enable-libmpv-shared"
"--enable-cdda"
"--enable-dvdnav"
- branch master updated (c07b55eb94 -> 5dda4c69f0), guix-commits, 2022/10/26
- 02/11: gnu: memtest86+: Update to 6.00., guix-commits, 2022/10/26
- 06/11: gnu: mpv: Remove trailing #t from phases.,
guix-commits <=
- 09/11: gnu: mpv: Prepare for cross-compilation., guix-commits, 2022/10/26
- 08/11: gnu: mpv: Use G-expressions., guix-commits, 2022/10/26
- 10/11: gnu: sudo: Update to 1.9.12., guix-commits, 2022/10/26
- 05/11: system: Support bare-bones serial console., guix-commits, 2022/10/26
- 01/11: gnu: mu: Update to 1.8.11., guix-commits, 2022/10/26
- 03/11: gnu: memtest86+: Use G-expressions., guix-commits, 2022/10/26
- 04/11: gnu: memtest86+: Include a GRUB-based ISO image., guix-commits, 2022/10/26
- 07/11: gnu: mpv: Remove input labels., guix-commits, 2022/10/26
- 11/11: gnu: xorriso: Update to 1.5.4., guix-commits, 2022/10/26