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:
Tobias Geerinckx-Rice 2021-03-11 17:43:37 +01:00
parent 36c716e1c5
commit 444a38b991
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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