Loading pkgs/by-name/ns/nsync/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,14 @@ stdenv.mkDerivation rec { hash = "sha256-RAwrS8Vz5fZwZRvF4OQfn8Ls11S8OIV2TmJpNrBE4MI="; }; postPatch = '' # CMake 3.0 is deprecated and is no longer supported by CMake > 4 # inline of https://github.com/google/nsync/pull/27 substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required (VERSION 2.8.12)" \ "cmake_minimum_required (VERSION 3.10)" ''; nativeBuildInputs = [ cmake ]; # Needed for case-insensitive filesystems like on macOS Loading Loading
pkgs/by-name/ns/nsync/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,14 @@ stdenv.mkDerivation rec { hash = "sha256-RAwrS8Vz5fZwZRvF4OQfn8Ls11S8OIV2TmJpNrBE4MI="; }; postPatch = '' # CMake 3.0 is deprecated and is no longer supported by CMake > 4 # inline of https://github.com/google/nsync/pull/27 substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required (VERSION 2.8.12)" \ "cmake_minimum_required (VERSION 3.10)" ''; nativeBuildInputs = [ cmake ]; # Needed for case-insensitive filesystems like on macOS Loading