gnu: meandmyshadow: Return #t from phases.
* gnu/packages/games.scm (meandmyshadow)[arguments]: Return #t rather than undefined from phases.
This commit is contained in:
parent
5bc0ac962c
commit
de0dfb8c0b
|
@ -485,7 +485,7 @@ automata. The following features are available:
|
||||||
;; link with libX11, even though we're using the GL backend.
|
;; link with libX11, even though we're using the GL backend.
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("\\$\\{X11_LIBRARIES\\}") "-lX11"))
|
(("\\$\\{X11_LIBRARIES\\}") "-lX11"))
|
||||||
)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue