fix path for python

svn path=/nixpkgs/trunk/; revision=13035
This commit is contained in:
Armijn Hemel 2008-10-09 20:49:02 +00:00
parent 8b458f246f
commit c00f4dfc73

View file

@ -8,5 +8,5 @@ stdenv.mkDerivation rec {
};
buildInputs = [python pkgconfig glib];
configureFlags = "--enable-shared --disable-static --disable-debug";
configureFlags = "--enable-shared --disable-static --disable-debug --with-python=${python}";
}