From 5f32eef7c52f8f7516322b55c5cfd46a38984186 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 25 Jan 2023 17:36:19 +0100 Subject: pkgs/sternenseemann/saneterm: fix build with recent g-i changes gobject-introspectino in nativeBuildInputs will propagate itself (for runtime) in buildInputs and be correctly available in checkInputs. There has been a bit of back and forth in upstream with g-i, so let's hope this sticks! --- pkgs/sternenseemann/saneterm/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pkgs') diff --git a/pkgs/sternenseemann/saneterm/default.nix b/pkgs/sternenseemann/saneterm/default.nix index ea4d4521..493ec97f 100644 --- a/pkgs/sternenseemann/saneterm/default.nix +++ b/pkgs/sternenseemann/saneterm/default.nix @@ -19,6 +19,7 @@ buildPythonApplication { nativeBuildInputs = [ makeWrapper + gobject-introspection ]; propagatedBuildInputs = [ @@ -27,11 +28,6 @@ buildPythonApplication { buildInputs = [ gtk3 - gobject-introspection - ]; - - checkInputs = [ - gobject-introspection # need the setup hook here as well ]; postInstall = '' -- cgit 1.4.1