mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-05 06:47:12 -04:00
change: guix package definition use local-file
This commit is contained in:
parent
840f3fb403
commit
e749573e51
1 changed files with 5 additions and 9 deletions
14
mangowc.scm
14
mangowc.scm
|
|
@ -16,18 +16,14 @@
|
||||||
#:use-module (guix licenses))
|
#:use-module (guix licenses))
|
||||||
|
|
||||||
|
|
||||||
(define-public mangowc
|
(define-public mangowc-git
|
||||||
(package
|
(package
|
||||||
(name "mangowc")
|
(name "mangowc")
|
||||||
(version "0.10.4")
|
(version "0.10.4")
|
||||||
(source
|
(source (local-file "." "mangowc-checkout"
|
||||||
(origin
|
#:recursive? #t
|
||||||
(method git-fetch)
|
#:select? (or (git-predicate (current-source-directory))
|
||||||
(uri (git-reference
|
(const #t))))
|
||||||
(url "https://github.com/DreamMaoMao/mangowc")
|
|
||||||
(commit "0.10.4")))
|
|
||||||
(sha256
|
|
||||||
(base32 "0cayb2r69zcp5q810bqhq27xi0b5dlk81qwl6zj6aqjphh6yzpv9"))))
|
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs (list wayland
|
(inputs (list wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue