guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/11: gnu: ndctl: Update to 75.


From: guix-commits
Subject: 02/11: gnu: ndctl: Update to 75.
Date: Fri, 27 Jan 2023 19:31:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6f66de8164f4d7c904c53183893830e3cb05f126
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 22 01:00:01 2023 +0100

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]