mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: autofs: Update to 5.1.8.
* gnu/packages/file-systems.scm (autofs): Update to 5.1.8. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
5c8c7f74e6
commit
f743c432cc
1 changed files with 4 additions and 6 deletions
|
@ -88,7 +88,7 @@
|
||||||
(define-public autofs
|
(define-public autofs
|
||||||
(package
|
(package
|
||||||
(name "autofs")
|
(name "autofs")
|
||||||
(version "5.1.7")
|
(version "5.1.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
"v" (version-major version) "/"
|
"v" (version-major version) "/"
|
||||||
"autofs-" version ".tar.xz"))
|
"autofs-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1myfz6a3wj2c4j9h5g44zj796fdi82jhp1s92w2hg6xp2632csx3"))))
|
(base32 "1zf0fgf6kr9amxq5amlgsp1v13sizwl3wvx2xl7b4r2nhmci0gdk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -118,8 +118,7 @@
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "configure"
|
(substitute* "configure"
|
||||||
(("^searchpath=\".*\"")
|
(("^searchpath=\".*\"")
|
||||||
"searchpath=\"$PATH\""))
|
"searchpath=\"$PATH\""))))
|
||||||
#t))
|
|
||||||
(add-before 'configure 'fix-rpath
|
(add-before 'configure 'fix-rpath
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
|
@ -132,8 +131,7 @@
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "modules/Makefile"
|
(substitute* "modules/Makefile"
|
||||||
(("ln -fs lookup_yp.so" match)
|
(("ln -fs lookup_yp.so" match)
|
||||||
(string-append "# " match)))
|
(string-append "# " match))))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
|
|
Loading…
Add table
Reference in a new issue