gobjectIntrospection: use Python 2

because of a TypeError.
This commit is contained in:
Frederik Rietdijk 2016-10-17 13:02:57 +02:00
parent 8e8800884c
commit 1c4377034a

View file

@ -7023,6 +7023,7 @@ in
gobjectIntrospection = callPackage ../development/libraries/gobject-introspection {
nixStoreDir = config.nix.storeDir or builtins.storeDir;
inherit (darwin) cctools;
python = python2;
};
goocanvas = callPackage ../development/libraries/goocanvas { };