guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: hydra: Use default GWL package.


From: Ricardo Wurmus
Subject: 02/03: hydra: Use default GWL package.
Date: Sun, 15 Mar 2020 07:07:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit 1446549a6f9f65d6868a713899ed777b2dd80d60
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 15 11:55:28 2020 +0100

    hydra: Use default GWL package.
    
    * hydra/modules/sysadmin/web.scm (gwl-snapshot): Remove variable.
    (gwl-web-service-type): Use gwl instead of gwl-snapshot.
---
 hydra/modules/sysadmin/web.scm | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/hydra/modules/sysadmin/web.scm b/hydra/modules/sysadmin/web.scm
index 9a505cf..c957f72 100644
--- a/hydra/modules/sysadmin/web.scm
+++ b/hydra/modules/sysadmin/web.scm
@@ -189,24 +189,6 @@ taken from a Git repository.")))
 ;;; Guix Worflow Language.
 ;;;
 
-(define gwl-snapshot
-  ;; GWL snapshot supposedly more recent than the latest release.
-  (let ((commit "bb85943b7fdcbce154e96c641480b80b07e0a624")
-        (revision "0"))
-    (package
-      (inherit gwl)
-      (version (git-version (package-version gwl)
-                            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 "gwl" version))
-                (sha256
-                 (base32
-                  "1qbf5vsv39dh5hri9pqn2i6mipqz7khr6cgy5v25v1g5hih844df")))))))
-
 (define (gwl-web-shepherd-service gwl)
   (define gwl+deps
     (match (package-transitive-propagated-inputs gwl)
@@ -267,7 +249,7 @@ taken from a Git repository.")))
                              gwl-web-shepherd-service)
           (service-extension account-service-type
                              (const %gwl-web-accounts))))
-   (default-value gwl-snapshot)
+   (default-value gwl)
    (description
     "Run @command{guix worflow --web}, which serves the Guix Workflow
 Language (GWL) web site.")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]