mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Mercurial: Support ssl and curses python packages for fast-export and crecord.
svn path=/nixpkgs/trunk/; revision=33799
This commit is contained in:
parent
82b308bf11
commit
811b035171
@ -17,6 +17,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ python makeWrapper docutils unzip ];
|
buildInputs = [ python makeWrapper docutils unzip ];
|
||||||
|
|
||||||
|
PYTHONPATH = "${python}/lib/python2.6/site-packages:${python}/lib/python2.7/site-packages:${docutils}/lib/python2.5/site-packages:${docutils}/lib/python2.6/site-packages:${docutils}/lib/python2.7/site-packages";
|
||||||
|
|
||||||
makeFlags = "PREFIX=$(out)";
|
makeFlags = "PREFIX=$(out)";
|
||||||
|
|
||||||
postInstall = (stdenv.lib.optionalString guiSupport
|
postInstall = (stdenv.lib.optionalString guiSupport
|
||||||
|
Loading…
Reference in New Issue
Block a user