gnu: ndctl: Update to 75.

* gnu/packages/disk.scm (ndctl): Update to 75.
[arguments]: Add the latest upstream regressions to #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2023-01-22 01:00:01 +01:00
parent ee1cc2d3b6
commit 6f66de8164
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -917,7 +917,7 @@ (define-public volume-key
(define-public ndctl
(package
(name "ndctl")
(version "73")
(version "75")
(source (origin
(method git-fetch)
(uri (git-reference
@ -926,14 +926,19 @@ (define-public ndctl
(file-name (git-file-name name version))
(sha256
(base32
"19kp1ly74bj7gavs03q7caci0lqr0rsi5y45zx5m8in4h19xk1kb"))))
"0i3fmda285qnwnmkxzwji5ffz123yrq9dpcwzg922qpysir7zq40"))))
(build-system meson-build-system)
(arguments
;; The test suite runs but SKIPs all tests: do not consider this tested!
(list #:configure-flags
#~(list (string-append "-Drootprefix=" #$output)
(string-append "-Dlibdir=" #$output "/lib")
(string-append "-Dbashcompletiondir=" #$output
"/share/bash-completion/completions")
(string-append "-Dsysconfdir=" #$output "/etc")
(string-append "-Diniparserdir="
#$(this-package-input "iniparser")
"/include")
"-Dasciidoctor=disabled" ; use docbook-xsl instead
"-Dsystemd=disabled")
#:phases