From bcc27ecc8b1d531aab095fddd63db44a64b6769d Mon Sep 17 00:00:00 2001 From: André Silva Date: Sun, 7 Feb 2021 19:57:34 +0000 Subject: gnomecast: set strictDeps to false to run gobject-introspection --- pkgs/applications/video/gnomecast/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications') diff --git a/pkgs/applications/video/gnomecast/default.nix b/pkgs/applications/video/gnomecast/default.nix index bc045deb9ec..65865c31dfc 100644 --- a/pkgs/applications/video/gnomecast/default.nix +++ b/pkgs/applications/video/gnomecast/default.nix @@ -16,6 +16,10 @@ buildPythonApplication rec { gtk3 gobject-introspection ]; + # NOTE: gdk-pixbuf setup hook does not run with strictDeps + # https://nixos.org/manual/nixpkgs/stable/#ssec-gnome-hooks-gobject-introspection + strictDeps = false; + preFixup = '' gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ ffmpeg_3 ]}) ''; -- cgit 1.4.1