summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/terminal-emulators/evilvte/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/terminal-emulators/evilvte/default.nix')
-rw-r--r--pkgs/applications/terminal-emulators/evilvte/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/evilvte/default.nix b/pkgs/applications/terminal-emulators/evilvte/default.nix
index 40e723f16825..06dafe09168a 100644
--- a/pkgs/applications/terminal-emulators/evilvte/default.nix
+++ b/pkgs/applications/terminal-emulators/evilvte/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchgit, makeWrapper, pkgconfig,
+{ lib, stdenv, fetchgit, makeWrapper, pkg-config,
gnome2, glib, pango, cairo, gdk-pixbuf, atk, freetype, xorg,
configH ? ""
}:
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
buildInputs = [
gnome2.vte glib pango gnome2.gtk cairo gdk-pixbuf atk freetype xorg.libX11
- xorg.xorgproto xorg.libXext makeWrapper pkgconfig
+ xorg.xorgproto xorg.libXext makeWrapper pkg-config
];
buildPhase = ''