gnu: Add gwl/next.

* gnu/packages/package-management.scm (gwl/next): New variable.
This commit is contained in:
Ricardo Wurmus 2022-08-23 18:11:50 +02:00
parent c3b8defbe0
commit f323f04326
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1356,6 +1356,23 @@ (define-public gwl
;; and the fonts included in this package are licensed OFL1.1.
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
(define-public gwl/next
(let ((commit "706a0895f639ed3ed77d0fe88382f51a6638b514")
(revision "1"))
(package
(inherit gwl)
(name "gwl-next")
(version (git-version "0.5.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.savannah.gnu.org/git/gwl.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0k9zkdyyzir3fvlbcfcqy17k28b51i20rpbjwlx2i1mwd2pw9cxc")))))))
(define-public guix-build-coordinator
(let ((commit "cc884efa7ee8a481cd3dae1b93d27454ac8dfcd2")
(revision "59"))