Loading pkgs/by-name/wt/wtf/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,9 @@ stdenv.mkDerivation (finalAttrs: { sourceRoot = "source/src"; cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ]; cmakeFlags = [ (lib.cmakeFeature "CMAKE_BUILD_TYPE" "Release") ]; installPhase = '' runHook preInstall Loading Loading
pkgs/by-name/wt/wtf/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,9 @@ stdenv.mkDerivation (finalAttrs: { sourceRoot = "source/src"; cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ]; cmakeFlags = [ (lib.cmakeFeature "CMAKE_BUILD_TYPE" "Release") ]; installPhase = '' runHook preInstall Loading