mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: memkind: Remove duplicate COPYING file.
* gnu/packages/disk.scm (memkind)[arguments]: Add the standard "--docdir=" location to #:configure-flags.
This commit is contained in:
parent
36c716e1c5
commit
444a38b991
1 changed files with 4 additions and 1 deletions
|
@ -1141,7 +1141,10 @@ (define-public memkind
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)))
|
||||||
(arguments
|
(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
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'autogen-jemalloc
|
(add-before 'build 'autogen-jemalloc
|
||||||
|
|
Loading…
Reference in a new issue