GNU bug report logs -
#77670
[PATCH] gnu: Remove wlroots-0.16.
Previous Next
To reply to this bug, email your comments to 77670 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77670
; Package
guix-patches
.
(Wed, 09 Apr 2025 08:08:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andreas Enge <andreas <at> enge.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 09 Apr 2025 08:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (wlroots-0.16): Delete variable.
Change-Id: Iafb2f7f1214ec44c53207b18d461c40536e28ab1
---
This is one of four versions of wlroots; this one has no dependent
packages, so I suggest to remove it on or after May 9.
If anyone is interested, there is also wlroots-0.15 with hikari <at> 2.3.3
and wlroots <at> 0.17 with cagebreak <at> 2.3.1 wf-config <at> 0.8.0 as dependent
packages.
gnu/packages/wm.scm | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 375ed08c00..0b52be40f0 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2045,23 +2045,6 @@ (define-public wlroots-0.17
(sha256
(base32 "0niigjpy8xxrnw3v9b3bsksw2q3yy3qsa2xx0aazwpycw5zrff83"))))))
-(define-public wlroots-0.16
- (package
- (inherit wlroots-0.17)
- (name "wlroots-0.16")
- (version "0.16.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.freedesktop.org/wlroots/wlroots")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1m12nv6avgnz626h3giqp6gcx44w1wq6z0jy780mx8z255ic7q15"))))
- (propagated-inputs (modify-inputs (package-propagated-inputs wlroots-0.17)
- (delete libdisplay-info)))))
-
(define-public wlroots-0.15
(package
(inherit wlroots-0.16)
base-commit: f1da434d9df0898228612c645b46410a5cfe76f9
--
2.49.0
This bug report was last modified 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.