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
@@ -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 = {