mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
ee1cc2d3b6
commit
6f66de8164
1 changed files with 7 additions and 2 deletions
|
@ -917,7 +917,7 @@ (define-public volume-key
|
||||||
(define-public ndctl
|
(define-public ndctl
|
||||||
(package
|
(package
|
||||||
(name "ndctl")
|
(name "ndctl")
|
||||||
(version "73")
|
(version "75")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -926,14 +926,19 @@ (define-public ndctl
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19kp1ly74bj7gavs03q7caci0lqr0rsi5y45zx5m8in4h19xk1kb"))))
|
"0i3fmda285qnwnmkxzwji5ffz123yrq9dpcwzg922qpysir7zq40"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
;; The test suite runs but SKIPs all tests: do not consider this tested!
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
#~(list (string-append "-Drootprefix=" #$output)
|
#~(list (string-append "-Drootprefix=" #$output)
|
||||||
|
(string-append "-Dlibdir=" #$output "/lib")
|
||||||
(string-append "-Dbashcompletiondir=" #$output
|
(string-append "-Dbashcompletiondir=" #$output
|
||||||
"/share/bash-completion/completions")
|
"/share/bash-completion/completions")
|
||||||
(string-append "-Dsysconfdir=" #$output "/etc")
|
(string-append "-Dsysconfdir=" #$output "/etc")
|
||||||
|
(string-append "-Diniparserdir="
|
||||||
|
#$(this-package-input "iniparser")
|
||||||
|
"/include")
|
||||||
"-Dasciidoctor=disabled" ; use docbook-xsl instead
|
"-Dasciidoctor=disabled" ; use docbook-xsl instead
|
||||||
"-Dsystemd=disabled")
|
"-Dsystemd=disabled")
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Reference in a new issue