Merge pull request #112325 from andresilva/fix-gnomecast-librsvg
gnomecast: fix missing pixbuf module
This commit is contained in:
commit
a1ea4bdde8
|
@ -16,6 +16,10 @@ buildPythonApplication rec {
|
||||||
gtk3 gobject-introspection
|
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 = ''
|
preFixup = ''
|
||||||
gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ ffmpeg_3 ]})
|
gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ ffmpeg_3 ]})
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue