[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77670] [PATCH] gnu: Remove wlroots-0.16.
From: |
Andreas Enge |
Subject: |
[bug#77670] [PATCH] gnu: Remove wlroots-0.16. |
Date: |
Wed, 9 Apr 2025 10:05:18 +0200 |
* 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@2.3.3
and wlroots@0.17 with cagebreak@2.3.1 wf-config@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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#77670] [PATCH] gnu: Remove wlroots-0.16.,
Andreas Enge <=