tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
git-publish: fix python error
Guy Chronister
6 months ago
cdec8121
047b5cd1
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
gi
git-publish
package.nix
+2
-2
pkgs/by-name/gi/git-publish/package.nix
···
1
{
2
lib,
3
stdenv,
4
-
python,
5
perl,
6
fetchFromGitHub,
7
installShellFiles,
···
21
perl
22
installShellFiles
23
];
24
-
buildInputs = [ python ];
25
26
installPhase = ''
27
runHook preInstall
···
1
{
2
lib,
3
stdenv,
4
+
python3,
5
perl,
6
fetchFromGitHub,
7
installShellFiles,
···
21
perl
22
installShellFiles
23
];
24
+
buildInputs = [ python3 ];
25
26
installPhase = ''
27
runHook preInstall