nanoboyadvance: Disable portable mode

This commit is contained in:
Nadia Holmquist Pedersen
2024-07-22 22:11:38 +02:00
parent dbb6ecc653
commit 3f7e984342
@@ -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 = {