[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/17: gnu: arandr: Truth is obsolete.
From: |
guix-commits |
Subject: |
11/17: gnu: arandr: Truth is obsolete. |
Date: |
Thu, 19 Jan 2023 16:28:51 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit b35c1e5415dc8ef2547e9aa9a5bd63450c05118d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:09 2023 +0100
gnu: arandr: Truth is obsolete.
* gnu/packages/xdisorg.scm (arandr)[source, arguments]:
Remove trailing #t.
---
gnu/packages/xdisorg.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 260839a6f6..f815462714 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -226,8 +226,7 @@ command line, without displaying a keyboard at all.")
;; pages (this is equivalent to 'gzip --no-name'.)
(substitute* "setup.py"
(("gzip\\.open\\(gzfile, 'w', 9\\)")
- "gzip.GzipFile('', 'wb', 9, open(gzfile, 'wb'), 0.)"))
- #t))))
+ "gzip.GzipFile('', 'wb', 9, open(gzfile, 'wb'), 0.)"))))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -236,15 +235,13 @@ command line, without displaying a keyboard at all.")
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "screenlayout/xrandr.py"
(("\"xrandr\"") (string-append "\"" (assoc-ref inputs "xrandr")
- "/bin/xrandr\"")))
- #t))
+ "/bin/xrandr\"")))))
(add-after 'install 'wrap-gi-typelib
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
(wrap-program (string-append out "/bin/arandr")
- `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
- #t)))
+ `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))
#:tests? #f)) ;no tests
(inputs `(("gtk+" ,gtk+)
("pycairo" ,python-pycairo)
- 17/17: gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002]., (continued)
- 17/17: gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002]., guix-commits, 2023/01/19
- 01/17: gnu: lightspark: Update to 0.8.6.1., guix-commits, 2023/01/19
- 09/17: gnu: mcelog: Update to 191., guix-commits, 2023/01/19
- 15/17: gnu: nginx-documentation: Update to 1.23.3-2916-178f55cf631a., guix-commits, 2023/01/19
- 16/17: gnu: go-github-com-itchyny-gojq: Update to 0.12.11., guix-commits, 2023/01/19
- 04/17: gnu: btrfs-progs: Update to 6.1.2., guix-commits, 2023/01/19
- 07/17: gnu: mimalloc: Update to 2.0.9., guix-commits, 2023/01/19
- 13/17: gnu: berry: Update to 0.1.12., guix-commits, 2023/01/19
- 08/17: gnu: ipset: Update to 7.17., guix-commits, 2023/01/19
- 12/17: gnu: arandr: Remove input labels., guix-commits, 2023/01/19
- 11/17: gnu: arandr: Truth is obsolete.,
guix-commits <=