gobjectIntrospection: use Python 2
because of a TypeError.
This commit is contained in:
parent
8e8800884c
commit
1c4377034a
@ -7023,6 +7023,7 @@ in
|
|||||||
gobjectIntrospection = callPackage ../development/libraries/gobject-introspection {
|
gobjectIntrospection = callPackage ../development/libraries/gobject-introspection {
|
||||||
nixStoreDir = config.nix.storeDir or builtins.storeDir;
|
nixStoreDir = config.nix.storeDir or builtins.storeDir;
|
||||||
inherit (darwin) cctools;
|
inherit (darwin) cctools;
|
||||||
|
python = python2;
|
||||||
};
|
};
|
||||||
|
|
||||||
goocanvas = callPackage ../development/libraries/goocanvas { };
|
goocanvas = callPackage ../development/libraries/goocanvas { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user