lol

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.

authored by

jariji and committed by
Bjørn Forsman
61a8a98e 4d1b9284

+2 -2
+2 -2
pkgs/misc/solfege/default.nix
··· 1 1 { lib, fetchurl, gettext, pkg-config, texinfo, wrapGAppsHook 2 2 , buildPythonApplication, pycairo, pygobject3 3 - , gobject-introspection, gtk3, librsvg 3 + , gdk-pixbuf, gobject-introspection, gtk3, librsvg 4 4 , alsa-utils, timidity, mpg123, vorbis-tools, csound, lilypond 5 5 , automake, autoconf, txt2man 6 6 }: ··· 29 29 nativeBuildInputs = [ 30 30 automake 31 31 autoconf 32 - 32 + gdk-pixbuf 33 33 gettext 34 34 pkg-config 35 35 texinfo