mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: straw-viewer: Comment out .desktop installation.
This will only make sense when the GTK version is built. * gnu/packages/video.scm (straw-viewer)[arguments]: Comment out ‘install-desktop’ phase.
This commit is contained in:
parent
33de9ee42f
commit
511bfafa14
1 changed files with 9 additions and 9 deletions
|
@ -577,15 +577,15 @@ (define-public straw-viewer
|
|||
(format #f "'~a/bin/xdg-open'"
|
||||
(assoc-ref inputs "xdg-utils"))))
|
||||
#t))
|
||||
(add-after 'install 'install-desktop
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(sharedir (string-append out "/share")))
|
||||
(install-file "share/gtk-straw-viewer.desktop"
|
||||
(string-append sharedir "/applications"))
|
||||
(install-file "share/icons/gtk-straw-viewer.png"
|
||||
(string-append sharedir "/pixmaps"))
|
||||
#t)))
|
||||
;; (add-after 'install 'install-desktop
|
||||
;; (lambda* (#:key outputs #:allow-other-keys)
|
||||
;; (let* ((out (assoc-ref outputs "out"))
|
||||
;; (sharedir (string-append out "/share")))
|
||||
;; (install-file "share/gtk-straw-viewer.desktop"
|
||||
;; (string-append sharedir "/applications"))
|
||||
;; (install-file "share/icons/gtk-straw-viewer.png"
|
||||
;; (string-append sharedir "/pixmaps"))
|
||||
;; #t)))
|
||||
(add-after 'install 'wrap-program
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Reference in a new issue