gnu: childsplay: Fix .desktop file.
* gnu/packages/education.scm (childsplay)[arguments]: In phase 'create-desktop-file, fix Exec to point to out/bin/childsplay. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
7cb3e9c30c
commit
73c81ae0f1
|
@ -8,6 +8,7 @@
|
|||
;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net>
|
||||
;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
|
||||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
||||
;;; Copyright © 2020 Prafulla Giri <pratheblackdiamond@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -486,7 +487,7 @@ specialized device.")
|
|||
Comment[ca]=Conjunt de jocs educatius per a xiquets~@
|
||||
Comment[es]=Conjunto de juegos educativos para niños~@
|
||||
Comment[de]=Sammlung mit lehrreichen Spielen für kleine Kinder~@
|
||||
Exec=~a/bin/childsplay.py~@
|
||||
Exec=~a/bin/childsplay~@
|
||||
Terminal=false~@
|
||||
Icon=logo_cp.svg~@
|
||||
Type=Application~@
|
||||
|
|
Reference in New Issue