hydra: Remove definition of gwl-next.

* hydra/berlin.scm (gwl-next): Remove variable and update service.
This commit is contained in:
Ricardo Wurmus 2021-05-04 15:27:57 +02:00
parent 829b73ab19
commit a538cc1f36
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 35 deletions

View File

@ -117,40 +117,6 @@ Happy hacking!\n"))
(dirname (canonicalize-path "/run/current-system/initrd")))))))
(define-public gwl-next
(let ((commit "5b2f41a2c2e8163bba4551e8365b1268dfda3f01")
(revision "1"))
(package
(inherit gwl)
(name "gwl-next")
(version (git-version "0.2.1" 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
"0zl3hdajzjrkny7dspjx7a73hwy70qkfckr148xq3d0lk0xy0svd"))))
(arguments
`(#:make-flags
'("GUILE_AUTO_COMPILE=0")
#:phases
(modify-phases %standard-phases
(add-before 'build 'fix-tests
(lambda _
;; Avoid cross-device link.
(substitute* "tests/cache.scm"
(("/tmp") (getcwd)))
#t)))))
(inputs
`(("guile-config" ,guile-config)
,@(package-inputs gwl)))
(native-inputs
`(("sed" ,sed)
,@(package-native-inputs gwl))))))
(define %build-node-key-directory
;; Directory containing the signing keys of build nodes.
(string-append (current-source-directory) "/keys/guix/berlin"))
@ -366,7 +332,7 @@ Happy hacking!\n"))
("GUIX_WEB_SITE_URL" . "/")))))
;; GWL web site.
(service gwl-web-service-type gwl-next)
(service gwl-web-service-type)
(service mumi-service-type
(mumi-configuration
(sender "issues.guix.gnu.org@elephly.net")