Merge pull request #58447 from borisbabic/terminator_fix
terminator: fix missing gobject bindings
This commit is contained in:
commit
8137fa520b
|
@ -12,7 +12,9 @@ python2.pkgs.buildPythonApplication rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ file intltool wrapGAppsHook gobject-introspection ];
|
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 ];
|
propagatedBuildInputs = with python2.pkgs; [ pygobject3 psutil pycairo ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in New Issue