[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/26: gnu: xrandr-invert-colors: Fix executable name.
From: |
guix-commits |
Subject: |
15/26: gnu: xrandr-invert-colors: Fix executable name. |
Date: |
Fri, 3 Sep 2021 17:27:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0dafe48ee712cbc1c050a5aaed3369f472b7a4b7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 3 18:34:13 2021 +0200
gnu: xrandr-invert-colors: Fix executable name.
* gnu/packages/xdisorg.scm (xrandr-invert-colors)[arguments]: Remove
‘.bin’ suffix from the binary during the 'install phase, and don't
return #t.
---
gnu/packages/xdisorg.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 7bea31f..f630ae9 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2226,11 +2226,14 @@ to automatically turn it on on login.")
(modify-phases %standard-phases
(delete 'configure)
(replace 'install
+ ;; It's simpler to install the single binary ourselves than to patch
+ ;; the Makefile's install target into working.
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin")))
- (install-file "xrandr-invert-colors.bin" bin)
- #t))))))
+ (mkdir-p bin)
+ (copy-file "xrandr-invert-colors.bin"
+ (string-append bin "/xrandr-invert-colors"))))))))
(inputs
`(("libxrandr" ,libxrandr)))
(home-page "https://github.com/zoltanp/xrandr-invert-colors")
- 05/26: gnu: nftables: Update to 1.0.0., (continued)
- 05/26: gnu: nftables: Update to 1.0.0., guix-commits, 2021/09/03
- 02/26: gnu: mtools: Update to 4.0.35., guix-commits, 2021/09/03
- 06/26: gnu: nftables: Omit static library., guix-commits, 2021/09/03
- 07/26: gnu: hplip: Update to 3.21.6., guix-commits, 2021/09/03
- 08/26: gnu: inxi-minimal: Update to 3.3.06-1., guix-commits, 2021/09/03
- 09/26: gnu: igt-gpu-tools: Update to 1.26., guix-commits, 2021/09/03
- 10/26: gnu: lldpd: Update to 1.0.12., guix-commits, 2021/09/03
- 14/26: gnu: xrandr-invert-colors: Update to 0.02., guix-commits, 2021/09/03
- 17/26: gnu: 0xffff: Update to 0.9., guix-commits, 2021/09/03
- 20/26: gnu: benchmark: Update to 1.5.6., guix-commits, 2021/09/03
- 15/26: gnu: xrandr-invert-colors: Fix executable name.,
guix-commits <=
- 16/26: gnu: balsa: Update to 2.6.3., guix-commits, 2021/09/03
- 18/26: gnu: 0xffff: Prepare for cross-compilation., guix-commits, 2021/09/03
- 19/26: gnu: cjson: Update to 1.7.15., guix-commits, 2021/09/03
- 21/26: gnu: drumstick: Update to 2.3.1., guix-commits, 2021/09/03
- 25/26: gnu: samplv1: Update to 0.9.23., guix-commits, 2021/09/03
- 26/26: gnu: padthv1: Update to 0.9.23., guix-commits, 2021/09/03
- 12/26: gnu: libostree: Update to 2021.3., guix-commits, 2021/09/03
- 11/26: gnu: bcachefs-tools: Update to 0.1-9.6c42566., guix-commits, 2021/09/03
- 13/26: gnu: vsftpd: Update to 3.0.5., guix-commits, 2021/09/03
- 22/26: gnu: qtractor: Update to 0.9.23., guix-commits, 2021/09/03