Loading pkgs/tools/misc/grc/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,10 @@ buildPythonApplication rec { substituteInPlace $f \ --replace /usr/local/ $out/ done # Support for absolute store paths. substituteInPlace grc.conf \ --replace "^([/\w\.]+\/)" "^([/\w\.\-]+\/)" ''; nativeBuildInputs = [ installShellFiles ]; Loading @@ -42,7 +46,7 @@ buildPythonApplication rec { beautifying your logfiles or output of commands. ''; license = licenses.gpl2Plus; maintainers = with maintainers; [ lovek323 AndersonTorres peterhoeg ]; maintainers = with maintainers; [ azahi lovek323 AndersonTorres peterhoeg ]; platforms = platforms.unix; }; } Loading
pkgs/tools/misc/grc/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,10 @@ buildPythonApplication rec { substituteInPlace $f \ --replace /usr/local/ $out/ done # Support for absolute store paths. substituteInPlace grc.conf \ --replace "^([/\w\.]+\/)" "^([/\w\.\-]+\/)" ''; nativeBuildInputs = [ installShellFiles ]; Loading @@ -42,7 +46,7 @@ buildPythonApplication rec { beautifying your logfiles or output of commands. ''; license = licenses.gpl2Plus; maintainers = with maintainers; [ lovek323 AndersonTorres peterhoeg ]; maintainers = with maintainers; [ azahi lovek323 AndersonTorres peterhoeg ]; platforms = platforms.unix; }; }