guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: memkind: Remove duplicate COPYING file.


From: guix-commits
Subject: 04/08: gnu: memkind: Remove duplicate COPYING file.
Date: Thu, 11 Mar 2021 12:09:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 444a38b99134a8cf1bf2c0d5c3b91f40cd193433
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 11 17:43:37 2021 +0100

    gnu: memkind: Remove duplicate COPYING file.
    
    * gnu/packages/disk.scm (memkind)[arguments]: Add the standard
    "--docdir=" location to #:configure-flags.
---
 gnu/packages/disk.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 26abe8d..ed112f2 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1141,7 +1141,10 @@ that support this feature).")
        ("automake" ,automake)
        ("libtool" ,libtool)))
     (arguments
-     `(#:tests? #f ; Tests require a NUMA-enabled system.
+     `(#:configure-flags
+       (list (string-append "--docdir=" (assoc-ref %outputs "out")
+                            "/share/doc/" ,name "-" ,version))
+       #:tests? #f ; Tests require a NUMA-enabled system.
        #:phases
        (modify-phases %standard-phases
          (add-before 'build 'autogen-jemalloc



reply via email to

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