[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/14: gnu: redshift: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
11/14: gnu: redshift: Add bash-minimal to inputs. |
Date: |
Thu, 19 Oct 2023 23:43:13 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit eb8c5c7b34e5949086a4c8ec2976c0d3938f6e32
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 19 23:34:52 2023 -0400
gnu: redshift: Add bash-minimal to inputs.
* gnu/packages/xdisorg.scm (redshift) [inputs]: Add bash-minimal.
Change-Id: I5546e2ec0cdd2d5271bb60ba176db654ae61d143
---
gnu/packages/xdisorg.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index ca8ea6fdcb..03bea72413 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1546,8 +1546,7 @@ driver for the X.Org X Server version 1.7 and later
(X11R7.5 or later).")
(string-append out "/share/" dir)
(string-append gtk "/share/" dir))
(delete-file-recursively dir))
- '("appdata" "icons")))
- #t)))
+ '("appdata" "icons"))))))
(add-after 'split-outputs 'wrap
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((gtk (assoc-ref outputs "gtk"))
@@ -1557,13 +1556,13 @@ driver for the X.Org X Server version 1.7 and later
(X11R7.5 or later).")
(wrap-program (string-append gtk "/bin/redshift-gtk")
`("GUIX_PYTHONPATH" ":" prefix
(,(string-append site ":" (getenv "GUIX_PYTHONPATH"))))
- `("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH"))))
- #t))))))
+ `("GI_TYPELIB_PATH" ":" prefix (,(getenv
"GI_TYPELIB_PATH"))))))))))
(outputs '("out" "gtk"))
(native-inputs
(list pkg-config intltool))
(inputs
- (list libdrm
+ (list bash-minimal
+ libdrm
libx11
libxcb
libxxf86vm
- 04/14: gnu: cloud-utils: Add bash-minimal to inputs., (continued)
- 04/14: gnu: cloud-utils: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 10/14: gnu: arandr: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 02/14: gnu: libinput: Update to 1.24.0., guix-commits, 2023/10/19
- 06/14: gnu: rename: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 13/14: gnu: wl-clipboard-x11: Remove trailing #t., guix-commits, 2023/10/19
- 05/14: gnu: clusterssh: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 12/14: gnu: gammastep: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 03/14: gnu: libinput: Remove input labels., guix-commits, 2023/10/19
- 07/14: gnu: nmap: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 09/14: gnu: mkfontdir: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 11/14: gnu: redshift: Add bash-minimal to inputs.,
guix-commits <=
- 14/14: gnu: gammastep: Add bash-minimal to inputs., guix-commits, 2023/10/19