Pull guix package from codeberg

This commit is contained in:
Xieamoe 2024-02-14 02:01:59 -08:00
parent 5175eb7566
commit 55edc13b99
No known key found for this signature in database
GPG key ID: 5B82D290CCD94C6D

View file

@ -31,7 +31,7 @@
(package
(name "Catch2")
(version "3.5.2")
(source (local-file "./Catch2-3.5.2" "guile-checkout"
(source (local-file "../Catch2-3.5.2" "guile-checkout"
#:recursive? #t))
(build-system cmake-build-system)
(arguments
@ -69,14 +69,16 @@
(uri
(git-reference
(url "https://codeberg.org/xieamoe/rdricpp.git")
(commit "8bfb4a86cc")))
(commit "5175eb7566")))
(sha256
(base32 "3f341ba9241d612ef2dbbf02ada0371534b86077"))))
(base32 "06h1jwsq2agynw7nzw8lzcgigr8q2ig5vzrs2ydph939qhqr7mg7"))))
(build-system cmake-build-system)
(arguments
( list #:cmake cmake
;;#:tests? #f
#:configure-flags
#~(list "-DGUIX=1")
)
)