fix name and sourcing
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
(define-module (gchannel packages hyprland-protocols)
|
(define-module (gchannel packages hyprland)
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
#:use-module ((guix licenses) #:prefix license:)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
@@ -98,16 +98,14 @@
|
|||||||
(package
|
(package
|
||||||
(name "hyprland")
|
(name "hyprland")
|
||||||
(version "0.49.1")
|
(version "0.49.1")
|
||||||
|
(source
|
||||||
(source (origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/3l0w/Hyprland.git")
|
(url "https://github.com/3l0w/Hyprland.git")
|
||||||
(commit "821497bc2379b8bef091c455bbfbfeec19f5ae4b)
|
(commit "821497bc2379b8bef091c455bbfbfeec19f5ae4b")))
|
||||||
(file-name (git-file-name name version))
|
(sha256
|
||||||
(sha256
|
(base32 "0njqyl6vsqlb8dv4wdn5h34dk67yqzc99gvwa13j252cv3n0bpya"))))
|
||||||
(base32
|
|
||||||
"0njqyl6vsqlb8dv4wdn5h34dk67yqzc99gvwa13j252cv3n0bpya"))))))
|
|
||||||
;; The project's native build system is Meson.
|
;; The project's native build system is Meson.
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user