From b8106b4f6a4160562182419637c7c1297fcb9420 Mon Sep 17 00:00:00 2001 From: Sisiutl Date: Thu, 16 Jan 2025 23:47:48 +0100 Subject: hypridle upstreamed --- sigils/packages/hyprland.scm | 28 ---------------------------- 1 file changed, 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") -- cgit v1.2.3