Package updated
This commit is contained in:
parent
71da66e0f1
commit
729a5bd5b8
17
gd-tools.scm
17
gd-tools.scm
|
@ -54,6 +54,7 @@
|
||||||
(license
|
(license
|
||||||
(list license:boost1.0))))
|
(list license:boost1.0))))
|
||||||
|
|
||||||
|
;;FIXME Cpr should be packaged properly
|
||||||
(define-public libcpr
|
(define-public libcpr
|
||||||
(package
|
(package
|
||||||
(name "cpr")
|
(name "cpr")
|
||||||
|
@ -99,12 +100,10 @@
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri (git-reference
|
||||||
(git-reference
|
|
||||||
(url "https://codeberg.org/xieamoe/rdricpp.git")
|
(url "https://codeberg.org/xieamoe/rdricpp.git")
|
||||||
(commit "26b4b518d6")))
|
(commit "26b4b518d6")))
|
||||||
(sha256
|
(sha256 (base32 "0c62g68gp0ya2v9rfszrm7mxsn0anj53sfcvwav88gbws6hxriih"))))
|
||||||
(base32 "0c62g68gp0ya2v9rfszrm7mxsn0anj53sfcvwav88gbws6hxriih"))))
|
|
||||||
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -132,8 +131,14 @@
|
||||||
(package
|
(package
|
||||||
(name "gd-tools")
|
(name "gd-tools")
|
||||||
(version "1.5")
|
(version "1.5")
|
||||||
(source (local-file "." "guile-checkout"
|
(source
|
||||||
#:recursive? #t))
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://codeberg.org/xieamoe/gd-tools-plus.git")
|
||||||
|
(commit "71da66e0f1")))
|
||||||
|
(sha256 (base32 "0nys30qy5930004j7xnipxbn9d9k4xgbv7lzcdkrm9mapjzryh95"))))
|
||||||
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
( list #:cmake cmake
|
( list #:cmake cmake
|
||||||
|
|
Loading…
Reference in a new issue