guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: wgetpaste: Don't install LICENSE file twice.


From: guix-commits
Subject: 01/03: gnu: wgetpaste: Don't install LICENSE file twice.
Date: Sat, 5 Jun 2021 13:15:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c107a30bb48cda91fba502e862a1b426d475cb19
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 5 19:07:07 2021 +0200

    gnu: wgetpaste: Don't install LICENSE file twice.
    
    * gnu/packages/wget.scm (wgetpaste)[arguments]: Leave LICENSE file
    installation to the aptly-named 'install-license-files default phase.
---
 gnu/packages/wget.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 1092237..70022f6 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -106,11 +106,9 @@ in downloaded documents to relative links.")
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
                     (bin (string-append out "/bin"))
-                    (zsh (string-append out "/share/zsh/site-functions"))
-                    (doc (string-append out "/share/doc/" ,name "-" ,version)))
+                    (zsh (string-append out "/share/zsh/site-functions")))
                (install-file "wgetpaste" bin)
                (install-file "_wgetpaste" zsh)
-               (install-file "LICENSE" doc)
                #t)))
          (add-after 'install 'wrap-program
            ;; /bin/wgetpaste prides itself on relying only on the following



reply via email to

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