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)) #: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