3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: netsurf: Fix .desktop exec reference.

* gnu/packages/web.scm (netsurf)[arguments]: Update name of binary referenced
in .desktop file to "netsurf-gtk3".
This commit is contained in:
Eric Bavier 2020-02-13 22:08:33 -06:00
parent 7bdb1988ae
commit 341976e561
No known key found for this signature in database
GPG key ID: FD73CAC719D32566

View file

@ -5195,7 +5195,7 @@ w3c webidl files and a binding configuration file.")
(copy-file "frontends/gtk/res/netsurf-gtk.desktop"
desktop)
(substitute* desktop
(("netsurf-gtk") (string-append out "/bin/netsurf-gtk"))
(("netsurf-gtk") (string-append out "/bin/netsurf-gtk3"))
(("netsurf.png") (string-append out "/share/netsurf/"
"netsurf.xpm")))
(install-file "docs/netsurf-gtk.1"