From 6f66de8164f4d7c904c53183893830e3cb05f126 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 22 Jan 2023 01:00:01 +0100 Subject: gnu: ndctl: Update to 75. * gnu/packages/disk.scm (ndctl): Update to 75. [arguments]: Add the latest upstream regressions to #:configure-flags. --- gnu/packages/disk.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index c1f9f58d79..f9fe9c5989 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -917,7 +917,7 @@ passphrases.") (define-public ndctl (package (name "ndctl") - (version "73") + (version "75") (source (origin (method git-fetch) (uri (git-reference @@ -926,14 +926,19 @@ passphrases.") (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 -- cgit v1.2.3