mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: flightgear: Don't explicitly return #t anywhere.
* gnu/packages/games.scm (flightgear)[source]: Don't return #t from snippet… [arguments]: …nor from phases.
This commit is contained in:
parent
3a72ee1046
commit
7ba911d025
1 changed files with 2 additions and 4 deletions
|
@ -9174,8 +9174,7 @@ (define-public flightgear
|
||||||
;; There are some bundled libraries.
|
;; There are some bundled libraries.
|
||||||
(for-each delete-file-recursively
|
(for-each delete-file-recursively
|
||||||
'("3rdparty/sqlite3/"
|
'("3rdparty/sqlite3/"
|
||||||
"3rdparty/cppunit/"))
|
"3rdparty/cppunit/"))))))
|
||||||
#t))))
|
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
@ -9209,8 +9208,7 @@ (define-public flightgear
|
||||||
(with-directory-excursion share
|
(with-directory-excursion share
|
||||||
(invoke "tar" "xf"
|
(invoke "tar" "xf"
|
||||||
#$(this-package-native-input "flightgear-data")
|
#$(this-package-native-input "flightgear-data")
|
||||||
"--strip-components=1")))
|
"--strip-components=1"))))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost
|
||||||
dbus
|
dbus
|
||||||
|
|
Loading…
Reference in a new issue