change: guix package definition use local-file

This commit is contained in:
4zv4l 2025-11-30 23:19:55 +08:00
parent 840f3fb403
commit e749573e51

View file

@ -16,18 +16,14 @@
#:use-module (guix licenses))
(define-public mangowc
(define-public mangowc-git
(package
(name "mangowc")
(version "0.10.4")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/DreamMaoMao/mangowc")
(commit "0.10.4")))
(sha256
(base32 "0cayb2r69zcp5q810bqhq27xi0b5dlk81qwl6zj6aqjphh6yzpv9"))))
(source (local-file "." "mangowc-checkout"
#:recursive? #t
#:select? (or (git-predicate (current-source-directory))
(const #t))))
(build-system meson-build-system)
(inputs (list wayland
wayland-protocols