remove custom guile-g-golf.git
This commit is contained in:
parent
3af241fc09
commit
88991e6c7c
1 changed files with 1 additions and 19 deletions
|
@ -5,23 +5,5 @@
|
|||
#:use-module (guix git-download)
|
||||
#:use-module (guix packages))
|
||||
|
||||
(define-public guile-g-golf.git
|
||||
(let ((version "0.8.0-rc.5")
|
||||
(revision "0")
|
||||
(commit "68e6e5ba3aaa16aedd3d61642693b231e57b02fe"))
|
||||
(package (inherit guile-g-golf)
|
||||
(name "guile-g-golf.git")
|
||||
(version (git-version version revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.savannah.gnu.org/git/g-golf.git")
|
||||
(commit (string-append commit))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qr8qkwlfxml4xz0x8kj7s46v2v4s1gfj6rpsjyz02hihh793q25"))))
|
||||
(propagated-inputs
|
||||
(list gobject-introspection)))))
|
||||
|
||||
guile-g-golf.git
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue