mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 02:51:18 +00:00
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 {
|
||||
nixStoreDir = config.nix.storeDir or builtins.storeDir;
|
||||
inherit (darwin) cctools;
|
||||
python = python2;
|
||||
};
|
||||
|
||||
goocanvas = callPackage ../development/libraries/goocanvas { };
|
||||
|
|
Loading…
Reference in a new issue