diff options
author | Prafulla Giri <pratheblackdiamond@gmail.com> | 2020-09-01 19:13:20 +0545 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-09-01 16:54:26 +0300 |
commit | 73c81ae0f153e90fb525164c068e2465f263f648 (patch) | |
tree | 9dbe88504125083e37a1ca8b35174b4e62646993 /gnu/packages/education.scm | |
parent | 7cb3e9c30ca105e9f8988f93b8943d4e5c1827a3 (diff) |
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>
Diffstat (limited to 'gnu/packages/education.scm')
-rw-r--r-- | gnu/packages/education.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index ed1401c39b..9b6a5babeb 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -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~@ |