guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: toutenclic: Remove trailing #T from phases.


From: guix-commits
Subject: 02/02: gnu: toutenclic: Remove trailing #T from phases.
Date: Fri, 14 Jan 2022 16:57:34 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit a9e45262465bffae8e9b5c58dca77b18b2962521
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 14 22:56:45 2022 +0100

    gnu: toutenclic: Remove trailing #T from phases.
    
    * gnu/packages/education.scm (toutenclic)[arguments]<#:phases>: Remove
    trailing #T.
---
 gnu/packages/education.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index a2c45fa37b..ce21b24a28 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -409,8 +409,7 @@ to open the application in a web browser, for offline 
usage.")
                (mkdir-p bin)
                (with-directory-excursion bin
                  (symlink (string-append share "/" executable ".py")
-                          executable)))
-             #t))
+                          executable)))))
          (add-after 'install 'create-desktop-file
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
@@ -428,8 +427,7 @@ to open the application in a web browser, for offline 
usage.")
                             Terminal=false~@
                             Icon=toutenclic~@
                             Type=Application~%"
-                           out)))
-               #t))))))
+                           out)))))))))
     (native-inputs
      (list unzip))
     (inputs



reply via email to

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