ddnet: remove unneeded cmakeFlags
This commit is contained in:
parent
f043865fc3
commit
9c89d9e1fe
1 changed files with 0 additions and 2 deletions
|
@ -63,9 +63,7 @@ stdenv.mkDerivation rec {
|
||||||
] ++ lib.optionals stdenv.isDarwin [ Carbon Cocoa OpenGL Security ];
|
] ++ lib.optionals stdenv.isDarwin [ Carbon Cocoa OpenGL Security ];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DCMAKE_BUILD_TYPE=Release"
|
|
||||||
"-DAUTOUPDATE=OFF"
|
"-DAUTOUPDATE=OFF"
|
||||||
"-GNinja"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue