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:
parent
4d1b9284cf
commit
61a8a98e6d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue