gnu: ndctl: Update to 72.1.
* gnu/packages/disk.scm (ndctl): Update to 72.1. [arguments]: Remove obsolete 'fix-include phase.master
parent
f17f3e59f8
commit
bb61093b20
|
@ -812,7 +812,7 @@ passphrases.")
|
||||||
(define-public ndctl
|
(define-public ndctl
|
||||||
(package
|
(package
|
||||||
(name "ndctl")
|
(name "ndctl")
|
||||||
(version "72")
|
(version "72.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -821,7 +821,7 @@ passphrases.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m9kmzqqy395p2zmcaspw2q5ailagi1xy47hkvjp3lfp48zcrpbi"))))
|
"1lvrhlad5n43bal053ihgbwr1k4ka2kscrjwr9rs5xnf2vy7204v"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
@ -829,10 +829,6 @@ passphrases.")
|
||||||
"--without-systemd")
|
"--without-systemd")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-include
|
|
||||||
(lambda _
|
|
||||||
(substitute* "util/parse-configs.c"
|
|
||||||
(("iniparser/") ""))))
|
|
||||||
(add-after 'unpack 'fix-version
|
(add-after 'unpack 'fix-version
|
||||||
;; Our VERSION's always better than the build's poor guess.
|
;; Our VERSION's always better than the build's poor guess.
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in New Issue