Skip to content

Commit

Permalink
solfege: Add gdk-pixbuf dependency.
Browse files Browse the repository at this point in the history
An error occurs at startup without this change.
It is in nativeBuildInputs instead of buildInputs because
the fix does not work in buildInputs.
  • Loading branch information
jariji authored and bjornfor committed Dec 3, 2022
1 parent 4d1b928 commit 61a8a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/solfege/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib, fetchurl, gettext, pkg-config, texinfo, wrapGAppsHook
, buildPythonApplication, pycairo, pygobject3
, gobject-introspection, gtk3, librsvg
, gdk-pixbuf, gobject-introspection, gtk3, librsvg
, alsa-utils, timidity, mpg123, vorbis-tools, csound, lilypond
, automake, autoconf, txt2man
}:
Expand Down Expand Up @@ -29,7 +29,7 @@ buildPythonApplication rec {
nativeBuildInputs = [
automake
autoconf

gdk-pixbuf
gettext
pkg-config
texinfo
Expand Down

0 comments on commit 61a8a98

Please sign in to comment.