Merge pull request #112325 from andresilva/fix-gnomecast-librsvg
gnomecast: fix missing pixbuf module
This commit is contained in:
commit
a1ea4bdde8
1 changed files with 4 additions and 0 deletions
|
@ -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 ]})
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue