summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSisiutl <sisiutl@egregore.fun>2025-01-16 23:47:48 +0100
committerSisiutl <sisiutl@egregore.fun>2025-01-16 23:47:48 +0100
commitb8106b4f6a4160562182419637c7c1297fcb9420 (patch)
tree95e478feaa1c12ff68f31ef5d65d43ba3b8e4423
parent21cb7bcc11890f873082931f609935a473352503 (diff)
hypridle upstreamed
-rw-r--r--sigils/packages/hyprland.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/sigils/packages/hyprland.scm b/sigils/packages/hyprland.scm
index 35b0b85..c78f806 100644
--- a/sigils/packages/hyprland.scm
+++ b/sigils/packages/hyprland.scm
@@ -136,34 +136,6 @@ ability to dynamically change wallpapers through sockets")
utility.")
(license license:bsd-3)))
-(define-public hypridle
- (package
- (name "hypridle")
- (version "0.1.5")
- (home-page "https://hyprland.org/")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://code.hyprland.org/hyprwm/hypridle")
- (commit (string-append "v" version))))
- (sha256
- (base32 "1622iz8bl8mi7gj2sc2jq6z7622l7l2izj1l9ajwj2mxpwpkdhbs"))))
- (build-system cmake-build-system)
- (native-inputs (list gcc-13 ;; TODO: remove this when GCC 13 is the default
- pkg-config))
- (inputs (list wayland
- wayland-protocols-next
- hyprlang
- hyprutils
- sdbus-c++-next))
- (arguments '(#:tests? #f ;; No tests
- #:build-type "release"))
- (synopsis "Idle daemon")
- (description "Hyprland's idle daemon, based on the
-@dfn{ext-idle-notify-v1} protocol.")
- (license license:bsd-3)))
-
(define-public hyprsunset
(package
(name "hyprsunset")