mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -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)
|
||||
("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
|
||||
|
|
Loading…
Reference in a new issue