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:
Tobias Geerinckx-Rice 2019-08-26 04:54:31 +02:00
parent 9477487645
commit 3ef664d082
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3410,7 +3410,7 @@ (define-public snd
(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