summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/synfigstudio/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/synfigstudio/default.nix')
-rw-r--r--pkgs/applications/graphics/synfigstudio/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/synfigstudio/default.nix b/pkgs/applications/graphics/synfigstudio/default.nix
index 14f502434b28..3f29d25fbe04 100644
--- a/pkgs/applications/graphics/synfigstudio/default.nix
+++ b/pkgs/applications/graphics/synfigstudio/default.nix
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, boost, cairo, gettext, glibmm, gtk3, gtkmm3
-, libjack2, libsigcxx, libxmlxx, makeWrapper, mlt-qt5, pango, pkgconfig
+, libjack2, libsigcxx, libxmlxx, makeWrapper, mlt-qt5, pango, pkg-config
, imagemagick, intltool, autoreconfHook, which, gnome3
}:
@@ -39,7 +39,7 @@ let
"--with-boost-libdir=${boost.out}/lib"
];
- nativeBuildInputs = [ pkgconfig autoreconfHook gettext ];
+ nativeBuildInputs = [ pkg-config autoreconfHook gettext ];
buildInputs = [
ETL boost cairo glibmm mlt-qt5 libsigcxx libxmlxx pango
];
@@ -103,7 +103,7 @@ stdenv.mkDerivation {
preConfigure = "./bootstrap.sh";
- nativeBuildInputs = [ pkgconfig autoreconfHook gettext ];
+ nativeBuildInputs = [ pkg-config autoreconfHook gettext ];
buildInputs = [
ETL boost cairo glibmm gtk3 gtkmm3 imagemagick intltool
libjack2 libsigcxx libxmlxx makeWrapper mlt-qt5