From c00f4dfc739a4d6e06e30c4f373baf9c5982e12a Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Thu, 9 Oct 2008 20:49:02 +0000 Subject: [PATCH] fix path for python svn path=/nixpkgs/trunk/; revision=13035 --- pkgs/development/libraries/gamin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/gamin/default.nix b/pkgs/development/libraries/gamin/default.nix index a6ae0bacb22c..ffc1596a72b4 100644 --- a/pkgs/development/libraries/gamin/default.nix +++ b/pkgs/development/libraries/gamin/default.nix @@ -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}"; }