diff options
author | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-06-29 22:32:13 +0400 |
---|---|---|
committer | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-06-29 22:32:13 +0400 |
commit | 7d162d724a95ca4f655d10c471dda140d8f1eeb1 (patch) | |
tree | f79bfd1969bd3b4b62bda439c39da6f7d5a4e4ef /rodion/packages | |
parent | 3a76c7ce6981be4143ee9297a0d1c2a665b932e8 (diff) | |
parent | 43efe470e05d589d80abb62a609116e7f8c8ef9d (diff) |
Merge branch 'master' of ssh://ssh.goritskov.com:10022/rodion/little-guix-channel
Diffstat (limited to 'rodion/packages')
-rw-r--r-- | rodion/packages/games.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rodion/packages/games.scm b/rodion/packages/games.scm index 08f353f..39b52f5 100644 --- a/rodion/packages/games.scm +++ b/rodion/packages/games.scm @@ -114,6 +114,7 @@ Filename patterns are composed of regular (printable) characters which may compr "-Duse_zlib_ng=sse2,ssse3" ;; These both try to git clone subprojects. "-Dunit_tests=disabled" ; gtest - "-Duse_mt32emu=false"))))) + "-Duse_mt32emu=false") + #:build-type "release")))) |