movit: nixfmt

This commit is contained in:
K900 2025-07-11 22:34:03 +03:00
parent bf1f0fcf4c
commit 4aed94ed42

View File

@ -45,11 +45,13 @@ stdenv.mkDerivation rec {
libepoxy
];
env = {
NIX_CFLAGS_COMPILE = "-std=c++17"; # needed for latest gtest
} // lib.optionalAttrs stdenv.hostPlatform.isDarwin {
NIX_LDFLAGS = "-framework OpenGL";
};
env =
{
NIX_CFLAGS_COMPILE = "-std=c++17"; # needed for latest gtest
}
// lib.optionalAttrs stdenv.hostPlatform.isDarwin {
NIX_LDFLAGS = "-framework OpenGL";
};
enableParallelBuilding = true;