solfege: Add gdk-pixbuf dependency.

An error occurs at startup without this change.
It is in nativeBuildInputs instead of buildInputs because
the fix does not work in buildInputs.
This commit is contained in:
jariji 2022-12-03 10:36:36 +00:00 committed by Bjørn Forsman
parent 4d1b9284cf
commit 61a8a98e6d

View file

@ -1,6 +1,6 @@
{ lib, fetchurl, gettext, pkg-config, texinfo, wrapGAppsHook { lib, fetchurl, gettext, pkg-config, texinfo, wrapGAppsHook
, buildPythonApplication, pycairo, pygobject3 , buildPythonApplication, pycairo, pygobject3
, gobject-introspection, gtk3, librsvg , gdk-pixbuf, gobject-introspection, gtk3, librsvg
, alsa-utils, timidity, mpg123, vorbis-tools, csound, lilypond , alsa-utils, timidity, mpg123, vorbis-tools, csound, lilypond
, automake, autoconf, txt2man , automake, autoconf, txt2man
}: }:
@ -29,7 +29,7 @@ buildPythonApplication rec {
nativeBuildInputs = [ nativeBuildInputs = [
automake automake
autoconf autoconf
gdk-pixbuf
gettext gettext
pkg-config pkg-config
texinfo texinfo