guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: flightgear: Don't explicitly return #t anywhere.


From: guix-commits
Subject: 02/02: gnu: flightgear: Don't explicitly return #t anywhere.
Date: Wed, 2 Mar 2022 19:45:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7ba911d0253d01f8c979a72f770c3e1b937935a4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 27 01:00:00 2022 +0100

    gnu: flightgear: Don't explicitly return #t anywhere.
    
    * gnu/packages/games.scm (flightgear)[source]: Don't return #t from
    snippet…
    [arguments]: …nor from phases.
---
 gnu/packages/games.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a47bc909a7..c34ba4221b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9174,8 +9174,7 @@ and also provides the base for the FlightGear Flight 
Simulator.")
            ;; There are some bundled libraries.
            (for-each delete-file-recursively
                      '("3rdparty/sqlite3/"
-                       "3rdparty/cppunit/"))
-           #t))))
+                       "3rdparty/cppunit/"))))))
     (build-system qt-build-system)
     (arguments
      (list #:configure-flags
@@ -9209,8 +9208,7 @@ and also provides the base for the FlightGear Flight 
Simulator.")
                      (with-directory-excursion share
                        (invoke "tar" "xf"
                                #$(this-package-native-input "flightgear-data")
-                               "--strip-components=1")))
-                   #t)))))
+                               "--strip-components=1"))))))))
     (inputs
      (list boost
            dbus



reply via email to

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