gnu: libnfsidmap: Update to 0.27.
* gnu/packages/linux.scm (libnfsidmap): Update to 0.27. [source]: Update source URI. [native-inputs]: Add autoconf.
This commit is contained in:
parent
037d185111
commit
4505369c4e
|
@ -3778,25 +3778,25 @@ native Linux file system, and has been part of the Linux kernel since version
|
||||||
(define-public libnfsidmap
|
(define-public libnfsidmap
|
||||||
(package
|
(package
|
||||||
(name "libnfsidmap")
|
(name "libnfsidmap")
|
||||||
(version "0.25")
|
(version "0.27")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append
|
(method url-fetch)
|
||||||
"http://www.citi.umich.edu/projects/nfsv4/linux/"
|
(uri (string-append "https://fedorapeople.org/~steved/"
|
||||||
name "/" name "-" version ".tar.gz"))
|
name "/" version "/" name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0bg2bcii424mf1bnp3fssr8jszbvhdxl7wvifm1yf6g596v8b8i5"))))
|
||||||
"1kzgwxzh83qi97rblcm9qj80cdvnv8kml2plz0q103j0hifj8vb5"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list
|
`(#:configure-flags (list
|
||||||
(string-append "--with-pluginpath="
|
(string-append "--with-pluginpath="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib/libnfsidmap"))))
|
"/lib/libnfsidmap"))))
|
||||||
|
(native-inputs
|
||||||
|
`(("autoconf" ,autoconf))) ; 0.27 still needs autoheader
|
||||||
(home-page
|
(home-page
|
||||||
"http://www.citi.umich.edu/projects/nfsv4/crossrealm/libnfsidmap_config.html")
|
"http://www.citi.umich.edu/projects/nfsv4/crossrealm/libnfsidmap_config.html")
|
||||||
(synopsis
|
(synopsis "NFSv4 support library for name/ID mapping")
|
||||||
"NFSv4 support library for name/ID mapping")
|
|
||||||
(description "Libnfsidmap is a library holding mulitiple methods of
|
(description "Libnfsidmap is a library holding mulitiple methods of
|
||||||
mapping names to ids and visa versa, mainly for NFSv4. It provides an
|
mapping names to ids and visa versa, mainly for NFSv4. It provides an
|
||||||
extensible array of mapping functions, currently consisting of two choices:
|
extensible array of mapping functions, currently consisting of two choices:
|
||||||
|
|
Loading…
Reference in New Issue