1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 21:20:29 +02:00

gnu: libopenmpt: Remove duplicate LICENSE file.

* gnu/packages/audio.scm (libopenmpt)[arguments]: Set the default
‘--docdir’ in #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice
2020-09-01 18:18:00 +02:00
parent 8ac4c3c1ba
commit 2933e4d465

View File

@@ -308,6 +308,10 @@ Linux kernel.")
(sha256
(base32 "1cwpc4j90dpxa2siia68rg9qwwm2xk6bhxnslfjj364507jy6s4l"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list (string-append "--docdir=" (assoc-ref %outputs "out")
"/share/doc/" ,name "-" ,version))))
(native-inputs
`(("doxygen" ,doxygen)
("perl" ,perl)