gnu: facter: Update to 4.0.33.
* gnu/packages/admin.scm (facter): Update to 4.0.33.
This commit is contained in:
parent
c43c4d8b39
commit
44d66cf764
1 changed files with 4 additions and 4 deletions
|
@ -443,16 +443,16 @@ graphs and can export its output to different formats.")
|
||||||
(define-public facter
|
(define-public facter
|
||||||
(package
|
(package
|
||||||
(name "facter")
|
(name "facter")
|
||||||
(version "4.0.26")
|
(version "4.0.33")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/puppetlabs/facter-ng")
|
(url "https://github.com/puppetlabs/facter")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bab3by926gavbhkvp0in82vim575ybj8z6av3b12jdvla1s9rmz"))))
|
"0r9fi15cib4324ii4pniayjf27g51dka2skv9isiaj8y4wyhcq0v"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -470,7 +470,7 @@ graphs and can export its output to different formats.")
|
||||||
(add-after 'unpack 'embed-absolute-references
|
(add-after 'unpack 'embed-absolute-references
|
||||||
;; Refer to absolute executable file names to avoid propagation.
|
;; Refer to absolute executable file names to avoid propagation.
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* (find-files "lib/resolvers" "\\.rb$")
|
(substitute* (find-files "lib/facter/resolvers" "\\.rb$")
|
||||||
(("execute\\('(which |)([^ ']+)" _ _ name)
|
(("execute\\('(which |)([^ ']+)" _ _ name)
|
||||||
(string-append "execute('" (or (which name)
|
(string-append "execute('" (or (which name)
|
||||||
name))))
|
name))))
|
||||||
|
|
Reference in a new issue