Loading pkgs/by-name/st/stderred/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,13 @@ stdenv.mkDerivation rec { sha256 = "sha256-k/EA327AsRHgUYu7QqSF5yzOyO6h5XcE9Uv4l1VcIPI="; }; postPatch = '' # Inline https://github.com/ku1ik/stderred/pull/95 substituteInPlace CMakeLists.txt --replace-fail \ 'cmake_minimum_required(VERSION 3.0)' \ 'cmake_minimum_required(VERSION 3.10)' ''; nativeBuildInputs = [ cmake ]; Loading Loading
pkgs/by-name/st/stderred/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,13 @@ stdenv.mkDerivation rec { sha256 = "sha256-k/EA327AsRHgUYu7QqSF5yzOyO6h5XcE9Uv4l1VcIPI="; }; postPatch = '' # Inline https://github.com/ku1ik/stderred/pull/95 substituteInPlace CMakeLists.txt --replace-fail \ 'cmake_minimum_required(VERSION 3.0)' \ 'cmake_minimum_required(VERSION 3.10)' ''; nativeBuildInputs = [ cmake ]; Loading