gnu: meandmyshadow: Return #t from phases.

* gnu/packages/games.scm (meandmyshadow)[arguments]: Return #t rather
than undefined from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-20 04:42:50 +02:00
parent 5bc0ac962c
commit de0dfb8c0b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -485,7 +485,7 @@ (define-public meandmyshadow
;; 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