guix-commits
[Top][All Lists]
Advanced

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

01/02: services: web: Have GWL's logo installed.


From: Ludovic Courtès
Subject: 01/02: services: web: Have GWL's logo installed.
Date: Thu, 26 Sep 2019 12:50:24 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit b871e296af79de83eaa5e56fceaa1e497a7bd22d
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 26 18:46:29 2019 +0200

    services: web: Have GWL's logo installed.
    
    * hydra/modules/sysadmin/web.scm (gwl-snapshot)[source](snippet): Ensure
    "logo.png" is installed.
---
 hydra/modules/sysadmin/web.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/web.scm b/hydra/modules/sysadmin/web.scm
index aeb6ec9..9928936 100644
--- a/hydra/modules/sysadmin/web.scm
+++ b/hydra/modules/sysadmin/web.scm
@@ -211,7 +211,10 @@ taken from a Git repository.")))
                  ;; "doc/examples".
                  '(substitute* "Makefile.am"
                     (("nobase_dist_examples_DATA")
-                     "dist_examples_DATA")))))
+                     "dist_examples_DATA")
+                    (("nobase_dist_assets_DATA =")
+                     "nobase_dist_assets_DATA = \
+gwl/static/images/logo.png ")))))
       (native-inputs
        `(("autoconf" ,autoconf)
          ("automake" ,automake)



reply via email to

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