me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2021-06-05 19:07:07 +02:00
parent a80cde0326
commit c107a30bb4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 3 deletions

View File

@ -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