gnu: snd: Don't install the licence twice.
* gnu/packages/audio.scm (snd)[arguments]: Let the build system install ‘COPYING’ once.
This commit is contained in:
parent
9477487645
commit
3ef664d082
|
@ -3410,7 +3410,7 @@ on the ALSA software PCM plugin.")
|
|||
(for-each
|
||||
(lambda (f)
|
||||
(install-file f doc))
|
||||
(find-files "." "\\.html$|COPYING"))
|
||||
(find-files "." "\\.html$"))
|
||||
(copy-recursively "pix" (string-append doc "/pix"))
|
||||
#t))))))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in New Issue