Loading pkgs/by-name/ch/chrome-pak-customizer/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,11 @@ stdenv.mkDerivation { runHook postInstall ''; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.8)" "cmake_minimum_required(VERSION 3.10)" ''; meta = { description = "Simple batch tool to customize pak files in chrome or chromium-based browser"; homepage = "https://github.com/myfreeer/chrome-pak-customizer"; Loading Loading
pkgs/by-name/ch/chrome-pak-customizer/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,11 @@ stdenv.mkDerivation { runHook postInstall ''; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.8)" "cmake_minimum_required(VERSION 3.10)" ''; meta = { description = "Simple batch tool to customize pak files in chrome or chromium-based browser"; homepage = "https://github.com/myfreeer/chrome-pak-customizer"; Loading