Skip to content

Commit 7b9d338

Browse files
committedNov 2, 2017
pypi2nix: fix build
1 parent 7c83413 commit 7b9d338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎pkgs/development/tools/pypi2nix/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ in stdenv.mkDerivation rec {
4747
if [ -e git-export ]; then
4848
mv git-export/src/pypi2nix $out/pkgs/pypi2nix
4949
else
50-
mv pypi2nix*/src/pypi2nix $out/pkgs/pypi2nix
50+
mv source/src/pypi2nix $out/pkgs/pypi2nix
5151
fi
5252
fi
5353
'';

0 commit comments

Comments
 (0)
Please sign in to comment.