gnu: hpcguix-web: Use guile3.0-guix.
* gnu/packages/web.scm (hpcguix-web): Update to latest revision and use guile3.0 inputs.
This commit is contained in:
parent
d9e9a26176
commit
0ae8505288
@ -7153,8 +7153,8 @@ compressed JSON header blocks.
|
||||
"0wwhwv7cvi1vxpdjwvg0kpa4jzhszclpnwrwfcw728zz53a47z09"))))))
|
||||
|
||||
(define-public hpcguix-web
|
||||
(let ((commit "f39c90b35e99e4122b0866ec4337020d61c81508")
|
||||
(revision "4"))
|
||||
(let ((commit "9de63562b06b4aef3a3afe5ecb18d3c91e57ee74")
|
||||
(revision "5"))
|
||||
(package
|
||||
(name "hpcguix-web")
|
||||
(version (git-version "0.0.1" revision commit))
|
||||
@ -7166,7 +7166,7 @@ compressed JSON header blocks.
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0idzzlwnaymk6hm5q9nh146h5m6vd8acp32vlmzp6qq08mimfkq7"))))
|
||||
"0wjgj2s7v2cyz6dx24c111rxs99i84sfvxl4ch8brnh02j2606jz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
@ -7222,11 +7222,11 @@ compressed JSON header blocks.
|
||||
("uglify-js" ,uglify-js)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("guix" ,guix)))
|
||||
`(("guix" ,guile3.0-guix)))
|
||||
(propagated-inputs
|
||||
`(("guile" ,guile-2.2)
|
||||
("guile-commonmark" ,guile-commonmark)
|
||||
("guile-json" ,guile-json-3)))
|
||||
`(("guile" ,guile-next)
|
||||
("guile-commonmark" ,guile3.0-commonmark)
|
||||
("guile-json" ,guile3.0-json)))
|
||||
(home-page "https://github.com/UMCUGenetics/hpcguix-web")
|
||||
(synopsis "Web interface for cluster deployments of Guix")
|
||||
(description "Hpcguix-web provides a web interface to the list of packages
|
||||
|
Loading…
Reference in New Issue
Block a user