mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
freeciv: 3.1.4 -> 3.1.5
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
675dd19ad4
commit
35e29819e3
1 changed files with 2 additions and 4 deletions
|
@ -18,7 +18,6 @@
|
||||||
SDL2_image,
|
SDL2_image,
|
||||||
SDL2_ttf,
|
SDL2_ttf,
|
||||||
SDL2_gfx,
|
SDL2_gfx,
|
||||||
libX11,
|
|
||||||
freetype,
|
freetype,
|
||||||
fluidsynth,
|
fluidsynth,
|
||||||
sdl2Client ? false,
|
sdl2Client ? false,
|
||||||
|
@ -35,13 +34,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "freeciv";
|
pname = "freeciv";
|
||||||
version = "3.1.4";
|
version = "3.1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "freeciv";
|
owner = "freeciv";
|
||||||
repo = "freeciv";
|
repo = "freeciv";
|
||||||
rev = "R${lib.replaceStrings [ "." ] [ "_" ] version}";
|
rev = "R${lib.replaceStrings [ "." ] [ "_" ] version}";
|
||||||
hash = "sha256-lT3sXD5lFjG/63eBXEG+rU9idem/8kXfUXj6iB3AGOg=";
|
hash = "sha256-+kAV9Jz0aQpzeVUFp3so+rYbWOn52NuxRwE8kP5hzM8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -79,7 +78,6 @@ stdenv.mkDerivation rec {
|
||||||
SDL2_image
|
SDL2_image
|
||||||
SDL2_ttf
|
SDL2_ttf
|
||||||
SDL2_gfx
|
SDL2_gfx
|
||||||
libX11 # can be removed when https://github.com/freeciv/freeciv/commit/00a9d69fa38d8618893e1eaad2830abb395ef25b is tagged, likely in 3.2.0
|
|
||||||
freetype
|
freetype
|
||||||
fluidsynth
|
fluidsynth
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue