# Pastebin 6KlSBUUW makeStaticLibraries2 = stdenv: stdenv // { mkDerivation = args: stdenv.mkDerivation (args // { dontDisableStatic = true; configureFlags = toString args.configureFlags or "" + " no-shared"; }); };