diff options
| author | Tobias Geerinckx-Rice | 2018-06-20 04:42:50 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice | 2018-06-20 04:56:37 +0200 |
| commit | de0dfb8c0b428bf61085c9413afc2fcf3aa961fb (patch) | |
| tree | 80f6a9440beda762ca3a77a7249d4bfa4d832599 /gnu/packages | |
| parent | 5bc0ac962c99b101a695a229f51717157f3118dc (diff) | |
gnu: meandmyshadow: Return #t from phases.
* gnu/packages/games.scm (meandmyshadow)[arguments]: Return #t rather
than undefined from phases.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 22489dd0b..73fbe6ad2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -485,7 +485,7 @@ automata. The following features are available: ;; link with libX11, even though we're using the GL backend. (substitute* "CMakeLists.txt" (("\\$\\{X11_LIBRARIES\\}") "-lX11")) - ))))) + #t))))) (native-inputs `(("pkg-config" ,pkg-config))) (inputs |