python prefix for recursive pth loader and fix typo

This commit is contained in:
Florian Friesdorf 2012-12-14 19:47:22 +01:00
parent 4d57a834f9
commit 0fb9688235

View File

@ -1,7 +1,7 @@
{ stdenv, python }:
stdenv.mkDerivation rec {
name = "resursive-pth-loader-1.0";
name = "python-recursive-pth-loader-1.0";
unpackPhase = "true";