From 9999bf7a21105486d44b759f56fd1a05fb312d9e Mon Sep 17 00:00:00 2001 From: Artturin Date: Thu, 22 Jun 2023 14:49:31 +0300 Subject: treewide: gobject-introspection from buildInputs to nativeBuildInputs gobject-introspection should be in nativeBuildInputs for cross to work properly (so propagations and hook work properly) --- pkgs/tools/audio/headset-charge-indicator/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/tools/audio') diff --git a/pkgs/tools/audio/headset-charge-indicator/default.nix b/pkgs/tools/audio/headset-charge-indicator/default.nix index f771fd47a75..bed9c415c83 100644 --- a/pkgs/tools/audio/headset-charge-indicator/default.nix +++ b/pkgs/tools/audio/headset-charge-indicator/default.nix @@ -14,13 +14,12 @@ stdenv.mkDerivation rec { sha256 = "sha256-eaAbqeFY+B3CcKJywC3vaRsWZNQENTbALc7L7uW0W6U="; }; - nativeBuildInputs = [ wrapGAppsHook ]; + nativeBuildInputs = [ wrapGAppsHook gobject-introspection ]; buildInputs = [ (python3.withPackages (ps: with ps; [ pygobject3 ])) headsetcontrol gtk3 - gobject-introspection libayatana-appindicator ]; -- cgit 1.4.1