diff options
-rw-r--r-- | gnu/packages/games.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4ca59c804a..96aefbc3e4 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2680,6 +2680,7 @@ with the \"Stamp\" tool within Tux Paint.") "CONFDIR=/etc/tuxpaint" ;don't write to store ,(string-append "PREFIX=" %output) "GNOME_PREFIX=$(PREFIX)") + #:parallel-build? #f ;race conditions #:tests? #f ;no tests #:phases (modify-phases %standard-phases (delete 'configure) ;no configure phase |