lensfun: remove CMAKE_BUILD_TYPE from cmakeFlags

This commit is contained in:
jopejoe1 2024-08-23 18:43:29 +02:00
parent d87e96e5cd
commit 8d1de5a494

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation {
buildInputs = [ glib zlib libpng ];
cmakeFlags = [ "-DINSTALL_HELPER_SCRIPTS=OFF" "-DCMAKE_BUILD_TYPE=RELEASE" ];
cmakeFlags = [ "-DINSTALL_HELPER_SCRIPTS=OFF" ];
meta = with lib; {
platforms = platforms.linux ++ platforms.darwin;