terminator: fix missing gobject bindings
See: https://github.com/NixOS/nixpkgs/issues/56943
This commit is contained in:
parent
07b42ccf2d
commit
34898d58ca
@ -12,7 +12,9 @@ python2.pkgs.buildPythonApplication rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ file intltool wrapGAppsHook gobject-introspection ];
|
||||
buildInputs = [ gtk3 vte libnotify keybinder3 ];
|
||||
buildInputs = [ gtk3 vte libnotify keybinder3
|
||||
gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
|
||||
];
|
||||
propagatedBuildInputs = with python2.pkgs; [ pygobject3 psutil pycairo ];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user