gnu: icedove-wayland: Use icedove-minimal instead of icedove.
`icedove` does currently not built. * gnu/packages/gnuzilla.scm (icedove-wayland): Use `icedove-minimal` instead of `icedove`. Change-Id: Idc01d6a93071cff11ef139e6738aff1c7687d975
This commit is contained in:
parent
fa5929cd3f
commit
e20abffb2b
@ -1787,7 +1787,7 @@ associated with their name."))
|
|||||||
|
|
||||||
(define-public icedove/wayland
|
(define-public icedove/wayland
|
||||||
(package
|
(package
|
||||||
(inherit icedove)
|
(inherit icedove-minimal)
|
||||||
(name "icedove-wayland")
|
(name "icedove-wayland")
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
@ -1803,14 +1803,14 @@ associated with their name."))
|
|||||||
(format port "#!~a
|
(format port "#!~a
|
||||||
MOZ_ENABLE_WAYLAND=1 exec ~a \"$@\""
|
MOZ_ENABLE_WAYLAND=1 exec ~a \"$@\""
|
||||||
#$(file-append bash-minimal "/bin/bash")
|
#$(file-append bash-minimal "/bin/bash")
|
||||||
#$(file-append icedove "/bin/icedove"))))
|
#$(file-append icedove-minimal "/bin/icedove"))))
|
||||||
(chmod exe #o555)
|
(chmod exe #o555)
|
||||||
;; Provide the manual and .desktop file.
|
;; Provide the manual and .desktop file.
|
||||||
(copy-recursively (string-append #$icedove "/share")
|
(copy-recursively (string-append #$icedove-minimal "/share")
|
||||||
(string-append #$output "/share"))
|
(string-append #$output "/share"))
|
||||||
(substitute* (string-append #$output
|
(substitute* (string-append #$output
|
||||||
"/share/applications/icedove.desktop")
|
"/share/applications/icedove.desktop")
|
||||||
((#$icedove) #$output))))))
|
((#$icedove-minimal) #$output))))))
|
||||||
(native-inputs '())
|
(native-inputs '())
|
||||||
(inputs '())))
|
(inputs '())))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user