ddnet: remove unneeded cmakeFlags

This commit is contained in:
Heinz Deinhart 2022-10-26 22:16:00 +02:00
parent f043865fc3
commit 9c89d9e1fe

View File

@ -63,9 +63,7 @@ stdenv.mkDerivation rec {
] ++ lib.optionals stdenv.isDarwin [ Carbon Cocoa OpenGL Security ];
cmakeFlags = [
"-DCMAKE_BUILD_TYPE=Release"
"-DAUTOUPDATE=OFF"
"-GNinja"
];
postPatch = ''