PlayStation 2: Difference between revisions
imported>GovanifY mpfr includes are missing in FHS since dev isn't automatically used |
imported>GovanifY m hardening makes gcc build fail on ps2dev because of formatting warnings treated as errors |
||
Line 53: | Line 53: | ||
mpfr.dev | mpfr.dev | ||
libmpc | libmpc | ||
cmake | |||
zlib.dev | |||
zlib.out | |||
]); | ]); | ||
runScript = "bash"; | runScript = "bash"; | ||
Line 59: | Line 62: | ||
name = "ps2dev-shell"; | name = "ps2dev-shell"; | ||
nativeBuildInputs = [ fhs ]; | nativeBuildInputs = [ fhs ]; | ||
hardeningDisable = [ "format" ]; | |||
shellHook = '' | shellHook = '' | ||
# or whatever you want | # or whatever you want |