gnu: ndctl: Update to 72.1.

* gnu/packages/disk.scm (ndctl): Update to 72.1.
[arguments]: Remove obsolete 'fix-include phase.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-07 23:53:01 +01:00
parent f17f3e59f8
commit bb61093b20
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 6 deletions

View File

@ -812,7 +812,7 @@ passphrases.")
(define-public ndctl
(package
(name "ndctl")
(version "72")
(version "72.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -821,7 +821,7 @@ passphrases.")
(file-name (git-file-name name version))
(sha256
(base32
"1m9kmzqqy395p2zmcaspw2q5ailagi1xy47hkvjp3lfp48zcrpbi"))))
"1lvrhlad5n43bal053ihgbwr1k4ka2kscrjwr9rs5xnf2vy7204v"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
@ -829,10 +829,6 @@ passphrases.")
"--without-systemd")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-include
(lambda _
(substitute* "util/parse-configs.c"
(("iniparser/") ""))))
(add-after 'unpack 'fix-version
;; Our VERSION's always better than the build's poor guess.
(lambda _