mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
updated springlobby to 141 and changed the name of the package
svn path=/nixpkgs/trunk/; revision=32896
This commit is contained in:
parent
0d6be026c3
commit
dfbde3db02
|
@ -2,12 +2,12 @@
|
|||
, gettext, bash, gawk, boost }:
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "spring-lobby-${version}";
|
||||
version = "0.139";
|
||||
name = "springlobby-${version}";
|
||||
version = "0.141";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.springlobby.info/tarballs/springlobby-${version}.tar.bz2";
|
||||
sha256 = "0ibvv2p4c0qa933mr3hfn5lp8c6h1dycl6k6i1n2gvpa8jr598m5";
|
||||
sha256 = "37cf3aa1ed78a0ded782cc5c692301619dbb2cf4749bccbf059c51707daaf734";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake wxGTK openal pkgconfig curl gettext libtorrentRasterbar boost ];
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://springlobby.info/;
|
||||
description = "A free cross-platform lobby client for the Spring RTS project.";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.phreedom ];
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.phreedom maintainers.qknight];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7836,7 +7836,7 @@ let
|
|||
|
||||
spring = callPackage ../games/spring { };
|
||||
|
||||
springLobby = callPackage ../games/spring/spring-lobby.nix { };
|
||||
springLobby = callPackage ../games/spring/springlobby.nix { };
|
||||
|
||||
stardust = callPackage ../games/stardust {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue