Skip to content

Commit

Permalink
pypi2nix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Nov 2, 2017
1 parent 7c83413 commit 7b9d338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/pypi2nix/default.nix
Expand Up @@ -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
'';
Expand Down

0 comments on commit 7b9d338

Please sign in to comment.