[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/23: gnu: sx: Don't propagate xauth.
From: |
guix-commits |
Subject: |
16/23: gnu: sx: Don't propagate xauth. |
Date: |
Sun, 3 Oct 2021 13:28:22 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ddec076b963a80056fc5af3f0c74dd8870ae491e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 3 16:30:53 2021 +0200
gnu: sx: Don't propagate xauth.
* gnu/packages/xdisorg.scm (sx)[arguments]: Patch sx to refer to xauth.
[propagated-inputs]: Move xauth from here…
[inputs]: …to here.
---
gnu/packages/xdisorg.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9646f55..68f856f 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2869,8 +2869,13 @@ and execute @file{.desktop} files of the Application
type.")
(list (string-append "PREFIX=" out)))
#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'refer-to-xauth
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* "sx"
+ (("\\bxauth\\b" command)
+ (string-append (assoc-ref inputs "xauth") "/bin/" command)))))
(delete 'configure)))) ; no configure script
- (propagated-inputs
+ (inputs
`(("xauth" ,xauth)))
(home-page "https://github.com/Earnestly/sx")
(synopsis "Start an xorg server")
- 02/23: bash completion: Consolidate similar $command ‘if’ branches., (continued)
- 02/23: bash completion: Consolidate similar $command ‘if’ branches., guix-commits, 2021/10/03
- 03/23: bash completion: Append to $COMPREPLY where possible., guix-commits, 2021/10/03
- 08/23: gnu: os-prober: Update to 1.79., guix-commits, 2021/10/03
- 11/23: gnu: ccache: Update to 4.4.2., guix-commits, 2021/10/03
- 14/23: gnu: dnsmasq: Prepare for cross-compilation., guix-commits, 2021/10/03
- 15/23: gnu: sx: Update to 2.1.7., guix-commits, 2021/10/03
- 17/23: gnu: yadifa: Update to 2.5.1 [security fixes]., guix-commits, 2021/10/03
- 09/23: gnu: libhx: Update to 4.0.1., guix-commits, 2021/10/03
- 10/23: gnu: snapraid: Update to 11.6., guix-commits, 2021/10/03
- 13/23: gnu: dnsmasq: Update to 2.86., guix-commits, 2021/10/03
- 16/23: gnu: sx: Don't propagate xauth.,
guix-commits <=
- 18/23: gnu: corsix-th: Update to 0.65.1., guix-commits, 2021/10/03
- 19/23: gnu: freeorion: Don't use unstable tarball., guix-commits, 2021/10/03
- 20/23: gnu: freeorion: Update to 0.4.10.2., guix-commits, 2021/10/03
- 21/23: gnu: gramps: Update to 5.1.4., guix-commits, 2021/10/03
- 23/23: gnu: weechat: Update to 3.3., guix-commits, 2021/10/03
- 01/23: gnu: bcachefs-tools: Update to 0.1-11.3785043., guix-commits, 2021/10/03
- 06/23: bash completion: Complete ‘guix size’ file names., guix-commits, 2021/10/03
- 12/23: gnu: squashfs-tools-ng: Update to 1.1.3., guix-commits, 2021/10/03
- 22/23: gnu: unionfs-fuse: Update to 2.2., guix-commits, 2021/10/03