]> Git — Sourcephile - sourcephile-nix.git/blob - nixpkgs/patches/freeciv.diff
creds: finish to migrate to systemd-creds.nix
[sourcephile-nix.git] / nixpkgs / patches / freeciv.diff
1 diff --git a/pkgs/games/freeciv/default.nix b/pkgs/games/freeciv/default.nix
2 index 760c8fcf122..a2d76611f21 100644
3 --- a/pkgs/games/freeciv/default.nix
4 +++ b/pkgs/games/freeciv/default.nix
5 @@ -1,4 +1,4 @@
6 -{ stdenv, fetchFromGitHub, autoreconfHook, lua5_3, pkgconfig, python3
7 +{ stdenv, fetchFromGitHub, autoreconfHook, lua5_3, pkg-config, python3
8 , zlib, bzip2, curl, lzma, gettext, libiconv
9 , sdlClient ? true, SDL, SDL_mixer, SDL_image, SDL_ttf, SDL_gfx, freetype, fluidsynth
10 , gtkClient ? false, gtk3
11 @@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
12 done
13 '';
14
15 - nativeBuildInputs = [ autoreconfHook pkgconfig ]
16 + nativeBuildInputs = [ autoreconfHook pkg-config ]
17 ++ optional qtClient [ qt5.wrapQtAppsHook ];
18
19 buildInputs = [ lua5_3 zlib bzip2 curl lzma gettext libiconv ]