From 73c81ae0f153e90fb525164c068e2465f263f648 Mon Sep 17 00:00:00 2001 From: Prafulla Giri Date: Tue, 1 Sep 2020 19:13:20 +0545 Subject: 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 --- gnu/packages/education.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') 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 ;;; Copyright © 2020 Guy Fleury Iteriteka ;;; Copyright © 2020 Jakub Kądziołka +;;; Copyright © 2020 Prafulla Giri ;;; ;;; This file is part of GNU Guix. ;;; @@ -486,7 +487,7 @@ (define-public childsplay 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~@ -- cgit v1.2.3