about summary refs log tree commit diff
path: root/pkgs/games/lincity
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-17 09:04:36 +0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-16 23:49:59 -0800
commit47e997598cd0e51f4a0071bb4e90cb2bdcc38dde (patch)
treeea0a531795d34dac934961beffc42229e62ef50a /pkgs/games/lincity
parent2fbc36f3d891c86ae34dc0414bc78e74e8911218 (diff)
pkgs/games: pkgconfig -> pkg-config
Diffstat (limited to 'pkgs/games/lincity')
-rw-r--r--pkgs/games/lincity/ng.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/lincity/ng.nix b/pkgs/games/lincity/ng.nix
index 4c3114a92027e..1fe2223886a7b 100644
--- a/pkgs/games/lincity/ng.nix
+++ b/pkgs/games/lincity/ng.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, autoreconfHook, jam, pkgconfig
+{ lib, stdenv, fetchFromGitHub, autoreconfHook, jam, pkg-config
 , zlib, libxml2, libxslt, xorgproto, libX11, libGLU, libGL, SDL
 , SDL_mixer, SDL_image, SDL_ttf, SDL_gfx, physfs
 }:
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
   hardeningDisable = [ "format" ];
 
   nativeBuildInputs = [
-    autoreconfHook jam pkgconfig
+    autoreconfHook jam pkg-config
   ];
 
   buildInputs = [