mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python prefix for recursive pth loader and fix typo
This commit is contained in:
parent
4d57a834f9
commit
0fb9688235
@ -1,7 +1,7 @@
|
||||
{ stdenv, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "resursive-pth-loader-1.0";
|
||||
name = "python-recursive-pth-loader-1.0";
|
||||
|
||||
unpackPhase = "true";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user