diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-03-13 14:34:13 +0900 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-13 11:45:08 +0100 |
| commit | c46d6a70b60d1738bb485e115e2cfa620f6c555d (patch) | |
| tree | 5297ce1df07e326388a62474ced3f6bd8d61f73f | |
| parent | cab232d5acbf45b1f6d0e86138a393b5a8e17dc3 (diff) | |
gnu: Remove arcan-wayland.
This package was deprecated in 2023.
References: e68581080e72 ("gnu: arcan-wayland: Deprecate in favor of arcan.")
* gnu/packages/arcan.scm (arcan-wayland): Delete variable.
Merges guix/guix!7095
Change-Id: I88bd4ea56ccc0291747e04e030ea714804bd1fee
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
| -rw-r--r-- | gnu/packages/arcan.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/arcan.scm b/gnu/packages/arcan.scm index 9170f689225..85c277e781f 100644 --- a/gnu/packages/arcan.scm +++ b/gnu/packages/arcan.scm @@ -313,7 +313,3 @@ environment spectrum.") to map Xlib/Xcb/X clients to a running arcan instance. It allows running an X session as a window under Arcan.") (license (list license:bsd-3 license:expat)))) - -;; Package was merged into arcan in upstream. -(define-deprecated-package arcan-wayland - arcan) |
