diff options
author | Sisiutl <sisiutl@egregore.fun> | 2024-11-08 13:22:27 +0100 |
---|---|---|
committer | Sisiutl <sisiutl@egregore.fun> | 2024-11-08 13:22:27 +0100 |
commit | 7f1162636bc8f26ffb3b76e752af2a295ff09108 (patch) | |
tree | ec8ce49d0bae99cf8a1ca19b5319f91f66bbf684 /sigils/packages/hyprland.scm | |
parent | c546d71beeb9dfdaa3334c583ca2f571a267c6a6 (diff) |
i have been bested
Diffstat (limited to 'sigils/packages/hyprland.scm')
-rw-r--r-- | sigils/packages/hyprland.scm | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/sigils/packages/hyprland.scm b/sigils/packages/hyprland.scm index dc60356..7824fc1 100644 --- a/sigils/packages/hyprland.scm +++ b/sigils/packages/hyprland.scm @@ -35,21 +35,6 @@ ;;; To upstream before the heat death of the universe -(define-public wayland-next - (package - (inherit wayland) - (name "wayland") - (version "1.23.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.freedesktop.org/wayland/wayland.git") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0jcjx1r25cyzdckm05wb3n1047ifgrwxh49vdwz4dvygfnvjvll8")))))) - (define-public libinput-next (package (inherit libinput) @@ -194,7 +179,7 @@ clients.") (native-inputs (list gcc-13 ;; TODO: remove this when GCC 13 is the default pkg-config hyprwayland-scanner)) - (inputs (list wayland-next + (inputs (list wayland libglvnd mesa wayland-protocols-next @@ -309,7 +294,7 @@ replacement for XCursor.") cmake-minimal hyprwayland-scanner)) (propagated-inputs (list xorg-server-xwayland)) - (inputs (list wayland-next + (inputs (list wayland aquamarine wayland-protocols-next hyprland-protocols @@ -397,7 +382,7 @@ replacement for XCursor.") (native-inputs (list gcc-13 ;; TODO: remove this when GCC 13 is the default pkg-config hyprwayland-scanner)) - (inputs (list wayland-next + (inputs (list wayland wayland-protocols-next pango cairo @@ -428,7 +413,7 @@ ability to dynamically change wallpapers through sockets") (build-system cmake-build-system) (native-inputs (list gcc-13 ;; TODO: remove this when GCC 13 is the default pkg-config)) - (inputs (list wayland-next + (inputs (list wayland wayland-protocols-next mesa cairo |