Merge pull request #329260 from nadiaholmquist/nanoboyadvance-disable-portable

nanoboyadvance: Disable portable mode
This commit is contained in:
Peder Bergebakken Sundt 2024-07-30 21:58:40 +02:00 committed by GitHub
commit 209ede3d0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "USE_SYSTEM_FMT" true)
(lib.cmakeBool "USE_SYSTEM_TOML11" true)
(lib.cmakeBool "USE_SYSTEM_UNARR" true)
(lib.cmakeBool "PORTABLE_MODE" false)
];
meta = {