summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/terminator
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-01-25 18:45:32 +0000
committerAlyssa Ross <hi@alyssa.is>2023-02-04 18:45:01 +0000
commit7e5ee093664ddd2d5a51fbf3fc1a6d1270161f80 (patch)
tree000c522cbe2c48999cbcfbc023d31bcefe648278 /pkgs/applications/terminal-emulators/terminator
parentdb96503b4e7869faad4775c76ab0586a02d6cfc7 (diff)
terminator: remove obsolete gobject-introspection build input
Since b2f9cd34e75 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
Diffstat (limited to 'pkgs/applications/terminal-emulators/terminator')
-rw-r--r--pkgs/applications/terminal-emulators/terminator/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/terminal-emulators/terminator/default.nix b/pkgs/applications/terminal-emulators/terminator/default.nix
index 7cc1b23a60ac7..54c9f9467636f 100644
--- a/pkgs/applications/terminal-emulators/terminator/default.nix
+++ b/pkgs/applications/terminal-emulators/terminator/default.nix
@@ -33,7 +33,6 @@ python3.pkgs.buildPythonApplication rec {
 
   buildInputs = [
     gtk3
-    gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
     keybinder3
     libnotify
     python3