mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
fix path for python
svn path=/nixpkgs/trunk/; revision=13035
This commit is contained in:
parent
8b458f246f
commit
c00f4dfc73
@ -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}";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user