guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: childsplay: Fix .desktop file.


From: guix-commits
Subject: branch master updated: gnu: childsplay: Fix .desktop file.
Date: Tue, 01 Sep 2020 09:55:30 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 73c81ae  gnu: childsplay: Fix .desktop file.
73c81ae is described below

commit 73c81ae0f153e90fb525164c068e2465f263f648
Author: Prafulla Giri <pratheblackdiamond@gmail.com>
AuthorDate: Tue Sep 1 19:13:20 2020 +0545

    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>
---
 gnu/packages/education.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index ed1401c..9b6a5ba 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~@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]