|
|
|
@ -188,22 +188,19 @@ layouts, fancy effects, has a very flexible IPC model allowing for a lot of |
|
|
|
|
customization, and more.") |
|
|
|
|
(license license:bsd-3)))) |
|
|
|
|
|
|
|
|
|
;; No releases yet. |
|
|
|
|
(define-public grimblast |
|
|
|
|
(let ((revision "1") |
|
|
|
|
(commit "37c8121f98d76f57caa00dd7106877876e0d7483")) |
|
|
|
|
(package |
|
|
|
|
(name "grimblast") |
|
|
|
|
(version (git-version "0" revision commit)) |
|
|
|
|
(version "0.1") |
|
|
|
|
(source (origin |
|
|
|
|
(method git-fetch) |
|
|
|
|
(uri (git-reference |
|
|
|
|
(url "https://github.com/hyprwm/contrib") |
|
|
|
|
(commit commit))) |
|
|
|
|
(commit (string-append "v" version)))) |
|
|
|
|
(file-name (git-file-name name version)) |
|
|
|
|
(sha256 |
|
|
|
|
(base32 |
|
|
|
|
"1jhjjblklqnz601ic58bl0x550d1rkyaqdmydhqzx3k2bc2mnjk7")))) |
|
|
|
|
"0ld0sj7ahf9jf8cqzbqkhj3m2w60027ixic24ih26nwy90b5qjwx")))) |
|
|
|
|
(build-system gnu-build-system) |
|
|
|
|
(arguments |
|
|
|
|
(list #:tests? #f ;no tests |
|
|
|
@ -230,4 +227,4 @@ customization, and more.") |
|
|
|
|
(home-page "https://github.com/hyprwm/contrib") |
|
|
|
|
(synopsis "Hyprland version of Grimshot") |
|
|
|
|
(description "A Hyprland version of Grimshot.") |
|
|
|
|
(license license:expat)))) |
|
|
|
|
(license license:expat))) |
|
|
|
|