diff --git a/pkgs/by-name/co/conduit/package.nix b/pkgs/by-name/co/conduit/package.nix index e5172dd05976..b86b3f91bfac 100644 --- a/pkgs/by-name/co/conduit/package.nix +++ b/pkgs/by-name/co/conduit/package.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: { cmakeFlags = [ # Don't leak kernel version into the build output for reproducibility - "-DCMAKE_SYSTEM_VERSION=" + (lib.cmakeFeature "CMAKE_SYSTEM_VERSION" "") (lib.cmakeBool "ENABLE_MPI" mpiSupport) ];