mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gobjectIntrospection: use Python 2
because of a TypeError.
This commit is contained in:
parent
8e8800884c
commit
1c4377034a
1 changed files with 1 additions and 0 deletions
|
@ -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