gnomecast: set strictDeps to false to run gobject-introspection

This commit is contained in:
André Silva 2021-02-07 19:57:34 +00:00
parent e5b478271e
commit bcc27ecc8b
No known key found for this signature in database
GPG key ID: 7C34FA12A023DC55

View file

@ -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 ]})
'';