guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: parted: End phases on #t.


From: guix-commits
Subject: 02/02: gnu: parted: End phases on #t.
Date: Sun, 13 Oct 2019 06:53:58 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit bd321df37abb4a2d32c7223ffafd8fa46cc64114
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 13 12:49:15 2019 +0200

    gnu: parted: End phases on #t.
    
    * gnu/packages/disk.scm (parted)[arguments]: End phase on #t and reindent.
---
 gnu/packages/disk.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index c00df73..8421682 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -90,13 +90,13 @@
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-after
-          'unpack 'fix-locales-and-python
-          (lambda* (#:key inputs #:allow-other-keys)
-            (substitute* "tests/t0251-gpt-unicode.sh"
-              (("C.UTF-8") "en_US.utf8")) ;not in Glibc locales
-            (substitute* "tests/msdos-overlap"
-              (("/usr/bin/python") (which "python"))))))))
+         (add-after 'unpack 'fix-locales-and-python
+           (lambda* (#:key inputs #:allow-other-keys)
+             (substitute* "tests/t0251-gpt-unicode.sh"
+               (("C.UTF-8") "en_US.utf8")) ;not in Glibc locales
+             (substitute* "tests/msdos-overlap"
+               (("/usr/bin/python") (which "python")))
+             #t)))))
     (inputs
      `(("lvm2" ,lvm2)
        ("readline" ,readline)



reply via email to

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