guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: manifest: Wrap long line.


From: Mathieu Othacehe
Subject: branch master updated: website: manifest: Wrap long line.
Date: Sat, 10 Apr 2021 14:49:27 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new af5f924  website: manifest: Wrap long line.
af5f924 is described below

commit af5f9244a8c8032bec77d5f4334f49940b814220
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Apr 10 20:49:09 2021 +0200

    website: manifest: Wrap long line.
    
    * website/manifest.scm: Wrap long line.
---
 website/manifest.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/website/manifest.scm b/website/manifest.scm
index e1c2d5a..16e0cae 100644
--- a/website/manifest.scm
+++ b/website/manifest.scm
@@ -40,12 +40,13 @@
   (manifest-entry
     (name "locales")
     (version "0")
-    (item (computed-file "locales"
-                         (with-imported-modules '((guix build utils))
-                           #~(let ((out (string-append #$output 
"/lib/locale")))
-                               (use-modules (guix build utils))
-                               (mkdir-p out)
-                               (copy-recursively #$locales out)))))
+    (item
+     (computed-file "locales"
+                    (with-imported-modules '((guix build utils))
+                      #~(let ((out (string-append #$output "/lib/locale")))
+                          (use-modules (guix build utils))
+                          (mkdir-p out)
+                          (copy-recursively #$locales out)))))
     (search-paths
      (list (search-path-specification
             (variable "GUIX_LOCPATH")



reply via email to

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