mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: bombadillo: Don't try to copy LICENSE twice.
* gnu/packages/web-browsers.scm (bombadillo)[arguments]: Removed install-file call for LICENSE. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
3bdb2a026b
commit
2371abcd0e
1 changed files with 0 additions and 1 deletions
|
@ -622,7 +622,6 @@ (define-public bombadillo
|
|||
(pixdir (string-append sharedir "/pixmaps")))
|
||||
(with-directory-excursion builddir
|
||||
(install-file "bombadillo.desktop" appdir)
|
||||
(install-file "LICENSE" docdir)
|
||||
(install-file "bombadillo.1" mandir)
|
||||
(install-file "bombadillo-icon.png" pixdir)
|
||||
#t)))))))
|
||||
|
|
Loading…
Reference in a new issue