also build shared Python libs

svn path=/nixpkgs/trunk/; revision=4153
This commit is contained in:
Armijn Hemel 2005-10-26 23:37:53 +00:00
parent 6826026cf3
commit 0ea4cf3255

View File

@ -12,4 +12,5 @@ stdenv.mkDerivation {
(if zlibSupport then zlib else null)
];
inherit zlibSupport;
configureFlags = "--enable-shared";
}