mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sxiv: Install icons.
* gnu/packages/image-viewers.scm (sxiv)[arguments]: Add custom phase to install icons.
This commit is contained in:
parent
d67a3beb52
commit
858bb37a1d
1 changed files with 4 additions and 1 deletions
|
@ -218,7 +218,10 @@ (define-public sxiv
|
|||
(install-file "sxiv.desktop"
|
||||
(string-append (assoc-ref outputs "out")
|
||||
"/share/applications"))
|
||||
#t)))))
|
||||
#t))
|
||||
(add-after 'install 'install-icons
|
||||
(lambda* (#:key make-flags #:allow-other-keys)
|
||||
(apply invoke "make" "-C" "icon" "install" make-flags))))))
|
||||
(inputs
|
||||
`(("freetype" ,freetype)
|
||||
("giflib" ,giflib)
|
||||
|
|
Loading…
Reference in a new issue