Loading pkgs/by-name/ht/html-tidy/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,11 @@ stdenv.mkDerivation rec { sha256 = "sha256-Q2GjinNBWLL+HXUtslzDJ7CJSTflckbjweiSMCnIVwg="; } ); # https://github.com/htacg/tidy-html5/issues/1139 postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail 'cmake_minimum_required (VERSION 2.8.12)' 'cmake_minimum_required(VERSION 3.5)' ''; nativeBuildInputs = [ cmake Loading Loading
pkgs/by-name/ht/html-tidy/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,11 @@ stdenv.mkDerivation rec { sha256 = "sha256-Q2GjinNBWLL+HXUtslzDJ7CJSTflckbjweiSMCnIVwg="; } ); # https://github.com/htacg/tidy-html5/issues/1139 postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail 'cmake_minimum_required (VERSION 2.8.12)' 'cmake_minimum_required(VERSION 3.5)' ''; nativeBuildInputs = [ cmake Loading