Archived
1
0
Fork 0

gnu: parted: End phases on #t.

* gnu/packages/disk.scm (parted)[arguments]: End phase on #t and reindent.
This commit is contained in:
Marius Bakke 2019-10-13 12:49:15 +02:00
parent 20e0157333
commit bd321df37a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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