summary refs log tree commit diff
path: root/pkgs/games/supertux
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-17 12:49:22 +0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-16 23:49:59 -0800
commitbd42003f87ec12fd8d99ff6907bd2ca68333e5a9 (patch)
tree0a657636417d718e7b858e4c8f4289ec720a788e /pkgs/games/supertux
parent76f93cc7313a1c32f7d76cf07c154e7bcafe251c (diff)
downloadnixpkgs-bd42003f87ec12fd8d99ff6907bd2ca68333e5a9.tar
nixpkgs-bd42003f87ec12fd8d99ff6907bd2ca68333e5a9.tar.gz
nixpkgs-bd42003f87ec12fd8d99ff6907bd2ca68333e5a9.tar.bz2
nixpkgs-bd42003f87ec12fd8d99ff6907bd2ca68333e5a9.tar.lz
nixpkgs-bd42003f87ec12fd8d99ff6907bd2ca68333e5a9.tar.xz
nixpkgs-bd42003f87ec12fd8d99ff6907bd2ca68333e5a9.tar.zst
nixpkgs-bd42003f87ec12fd8d99ff6907bd2ca68333e5a9.zip
pkgs/games: pkg-config -> pkgconfig (2)
Diffstat (limited to 'pkgs/games/supertux')
-rw-r--r--pkgs/games/supertux/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/supertux/default.nix b/pkgs/games/supertux/default.nix
index 01048c82543..31b36efc490 100644
--- a/pkgs/games/supertux/default.nix
+++ b/pkgs/games/supertux/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, cmake, pkgconfig, SDL2, SDL2_image , curl
+{ lib, stdenv, fetchurl, cmake, pkg-config, SDL2, SDL2_image , curl
 , libogg, libvorbis, libGLU, libGL, openal, boost, glew
 , libpng, freetype
 }:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
     sha256 = "167m3z4m8n76dvbv42m1fnvabpbpsxvr28zk9641916jl9pfba96";
   };
 
-  nativeBuildInputs = [ pkgconfig cmake ];
+  nativeBuildInputs = [ pkg-config cmake ];
 
   buildInputs = [ SDL2 SDL2_image curl libogg libvorbis libGLU libGL openal boost glew
     libpng freetype