GNU bug report logs -
#75923
[PATCH 0/6] hypr* updates
Previous Next
Reported by: Murilo <murilo <at> disroot.org>
Date: Wed, 29 Jan 2025 13:19:02 UTC
Severity: normal
Tags: patch
Done: John Kehayias <john.kehayias <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/wm.scm (hyprland)[arguments]
<#:configure-flags>: Add "-DNO_XWAYLAND=False"; add "-DNO_SYSTEMD=True".
[native-inputs]: Style it.
Change-Id: If8baf005a8a92a7ced20db2e3a631f01b058175b
---
gnu/packages/wm.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 0d4f7860c6..e6737df867 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -382,7 +382,9 @@ (define-public hyprland
(arguments
(list #:cmake cmake-3.30
#:tests? #f ;No tests.
- #:configure-flags #~'("-DNO_HYPRPM=True")
+ #:configure-flags #~'("-DNO_HYPRPM=True"
+ "-DNO_XWAYLAND=False"
+ "-DNO_SYSTEMD=True")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-path
@@ -407,9 +409,9 @@ (define-public hyprland
(native-inputs
(list gcc-14
hyprwayland-scanner
- (module-ref (resolve-interface
- '(gnu packages commencement))
- 'ld-wrapper)
+ (module-ref
+ (resolve-interface '(gnu packages commencement))
+ 'ld-wrapper)
pkg-config))
(inputs
(list aquamarine
--
2.48.1
This bug report was last modified 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.