pypi2nix: fix build
This commit is contained in:
parent
7c83413a7d
commit
7b9d338c67
|
@ -47,7 +47,7 @@ in stdenv.mkDerivation rec {
|
|||
if [ -e git-export ]; then
|
||||
mv git-export/src/pypi2nix $out/pkgs/pypi2nix
|
||||
else
|
||||
mv pypi2nix*/src/pypi2nix $out/pkgs/pypi2nix
|
||||
mv source/src/pypi2nix $out/pkgs/pypi2nix
|
||||
fi
|
||||
fi
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue