GNU bug report logs -
#78428
[PATCH] gnu: elogind: Adjust patch for pkttyagent path.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/freedesktop.scm (elogind/fixed): New variable.
[#:phases]<fix-pkttyagent-path>: Adjust the regexp to work with source
version 255.17.
* gnu/packages/freedesktop.scm (elogind): Replace with elogind/fixed.
Change-Id: I9c474291816aee7464db5cbe9398b589479e79cf
---
gnu/packages/freedesktop.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index de8fb975bc..bcddb6fd0c 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -879,6 +879,7 @@ (define-public elogind
(package
(name "elogind")
(version "255.17")
+ (replacement elogind/fixed)
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1065,6 +1066,21 @@ (define-public elogind
of a the system to know what users are logged in, and where.")
(license license:lgpl2.1+)))
+(define-public elogind/fixed
+ (hidden-package
+ (package
+ (inherit elogind)
+ (replacement elogind/fixed)
+ (arguments
+ (substitute-keyword-arguments (package-arguments elogind)
+ ((#:phases phases)
+ `(modify-phases ,phases
+ (replace 'fix-pkttyagent-path
+ (lambda _
+ (substitute* "meson.build"
+ (("bindir / 'pkttyagent'")
+ "'/run/current-system/profile/bin/pkttyagent'")))))))))))
+
(define-public basu
(package
(name "basu")
base-commit: d6d03854b57b665ea42bc3e0a04b3e9be66798d8
--
2.49.0
This bug report was last modified 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.