guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: gnu: snd: Don't install the licence twice.


From: guix-commits
Subject: 09/11: gnu: snd: Don't install the licence twice.
Date: Sun, 25 Aug 2019 23:05:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3ef664d08234814176059d619f27ab188cbde267
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 26 04:54:31 2019 +0200

    gnu: snd: Don't install the licence twice.
    
    * gnu/packages/audio.scm (snd)[arguments]: Let the build system install
    ‘COPYING’ once.
---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 292c9af..af2951f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]