git-publish: fix python error

This commit is contained in:
Guy Chronister
2025-07-22 13:59:28 -05:00
parent 047b5cd12f
commit cdec81212d
+2 -2
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
python,
python3,
perl,
fetchFromGitHub,
installShellFiles,
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
perl
installShellFiles
];
buildInputs = [ python ];
buildInputs = [ python3 ];
installPhase = ''
runHook preInstall