me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/games.scm (flightgear)[source]: Don't return #t from
snippet…
[arguments]: …nor from phases.
master
Tobias Geerinckx-Rice 2022-02-27 01:00:00 +01:00
parent 3a72ee1046
commit 7ba911d025
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 4 deletions

View File

@ -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