From 61a8a98e6d557e6dd7ed0cdb54c3a3e3bbc5e25c Mon Sep 17 00:00:00 2001 From: jariji Date: Sat, 3 Dec 2022 10:36:36 +0000 Subject: [PATCH] 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. --- pkgs/misc/solfege/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/misc/solfege/default.nix b/pkgs/misc/solfege/default.nix index a40cc6fd3383..121933f69e9c 100644 --- a/pkgs/misc/solfege/default.nix +++ b/pkgs/misc/solfege/default.nix @@ -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 }: @@ -29,7 +29,7 @@ buildPythonApplication rec { nativeBuildInputs = [ automake autoconf - + gdk-pixbuf gettext pkg-config texinfo