git-publish: fix python error

+2 -2
+2 -2
pkgs/by-name/gi/git-publish/package.nix
··· 1 1 { 2 2 lib, 3 3 stdenv, 4 - python, 4 + python3, 5 5 perl, 6 6 fetchFromGitHub, 7 7 installShellFiles, ··· 21 21 perl 22 22 installShellFiles 23 23 ]; 24 - buildInputs = [ python ]; 24 + buildInputs = [ python3 ]; 25 25 26 26 installPhase = '' 27 27 runHook preInstall