Skip to content

Commit

Permalink
terminator: fix missing gobject bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbabic committed Mar 27, 2019
1 parent 07b42cc commit 34898d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/applications/misc/terminator/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 34898d5

Please sign in to comment.