gnu: procenv: Update to 0.55.
* gnu/packages/linux.scm (procenv): Update to 0.55. [arguments]: Remove ‘--disable-silent-rules’ configure flag.
This commit is contained in:
parent
784bd264bc
commit
3dc1c4282e
1 changed files with 2 additions and 3 deletions
|
|
@ -6850,7 +6850,7 @@ the MTP device as a file system.")
|
||||||
(define-public procenv
|
(define-public procenv
|
||||||
(package
|
(package
|
||||||
(name "procenv")
|
(name "procenv")
|
||||||
(version "0.51")
|
(version "0.55")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -6859,9 +6859,8 @@ the MTP device as a file system.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ilrsw1rc85w29mkbkmm5n5w427gapv43yrjzvkb4kc9xhscgdjn"))))
|
(base32 "13fnr4gfj2xlxghw93m5gsxzlwzv3s6jv9hja0w0pb23hlncbmhy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments `(#:configure-flags '("--disable-silent-rules")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue