mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
zandronum: 2.0 -> 2.1
This commit is contained in:
parent
e2136f6fec
commit
f3bd641203
@ -3,6 +3,7 @@
|
|||||||
, bzip2
|
, bzip2
|
||||||
, cairo
|
, cairo
|
||||||
, fetchurl
|
, fetchurl
|
||||||
|
, fluidsynth
|
||||||
, fontconfig
|
, fontconfig
|
||||||
, freetype
|
, freetype
|
||||||
, gdk_pixbuf
|
, gdk_pixbuf
|
||||||
@ -20,16 +21,17 @@
|
|||||||
assert stdenv.system == "x86_64-linux";
|
assert stdenv.system == "x86_64-linux";
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "zandronum-2.0";
|
name = "zandronum-2.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://zandronum.com/downloads/zandronum2.0-linux-x86_64.tar.bz2";
|
url = "http://zandronum.com/downloads/zandronum2.1-linux-x86_64.tar.bz2";
|
||||||
sha256 = "1k49az7x0ig40r2xisscpyhfcx9zzivx8w1l1ispj58g6qivicgc";
|
sha256 = "0fhk2gd0lqmc6brbli17ks5ywnlzkjyas1kfdqsf3d96w0z5rz11";
|
||||||
};
|
};
|
||||||
|
|
||||||
libPath = stdenv.lib.makeLibraryPath [
|
libPath = stdenv.lib.makeLibraryPath [
|
||||||
atk
|
atk
|
||||||
bzip2
|
bzip2
|
||||||
cairo
|
cairo
|
||||||
|
fluidsynth
|
||||||
fontconfig
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
gdk_pixbuf
|
gdk_pixbuf
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchhg, cmake, SDL, mesa, fmod42416, openssl, sqlite, sqlite-amalgamation }:
|
{ stdenv, fetchhg, cmake, SDL, mesa, fmod42416, openssl, sqlite, sqlite-amalgamation }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "zandronum-2.0";
|
name = "zandronum-2.1";
|
||||||
src = fetchhg {
|
src = fetchhg {
|
||||||
url = "https://bitbucket.org/Torr_Samaho/zandronum";
|
url = "https://bitbucket.org/Torr_Samaho/zandronum-stable";
|
||||||
rev = "2fc02c0";
|
rev = "27275a8";
|
||||||
sha256 = "1syzy0iphm6jj5wag3xyr2fx7vyg2cjcmijhvgw2rc67rww85pv2";
|
sha256 = "00xyrk0d1jrvy6zk059yawgd9b33z0fx4hvzcjvvbn03rqci60yc";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [ "unpackPhase" "configurePhase" "buildPhase" "installPhase" ];
|
phases = [ "unpackPhase" "configurePhase" "buildPhase" "installPhase" ];
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchhg, cmake, openssl, sqlite, sqlite-amalgamation, SDL }:
|
{ stdenv, fetchhg, cmake, openssl, sqlite, sqlite-amalgamation, SDL }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "zandronum-server-2.0";
|
name = "zandronum-server-2.1";
|
||||||
src = fetchhg {
|
src = fetchhg {
|
||||||
url = "https://bitbucket.org/Torr_Samaho/zandronum";
|
url = "https://bitbucket.org/Torr_Samaho/zandronum-stable";
|
||||||
rev = "2fc02c0";
|
rev = "27275a8";
|
||||||
sha256 = "1syzy0iphm6jj5wag3xyr2fx7vyg2cjcmijhvgw2rc67rww85pv2";
|
sha256 = "00xyrk0d1jrvy6zk059yawgd9b33z0fx4hvzcjvvbn03rqci60yc";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [ "unpackPhase" "configurePhase" "buildPhase" "installPhase" ];
|
phases = [ "unpackPhase" "configurePhase" "buildPhase" "installPhase" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user