Author: egorochkin
Date: Fri Oct 15 20:06:20 2010
New Revision: 24307
URL: https://svn.nixos.org/websvn/nix/?rev=24307&sc=1

Log:
Wine-Warcraft: minor cleanup

Modified:
   nixpkgs/trunk/pkgs/misc/emulators/wine/wine-warcraft.nix

Modified: nixpkgs/trunk/pkgs/misc/emulators/wine/wine-warcraft.nix
==============================================================================
--- nixpkgs/trunk/pkgs/misc/emulators/wine/wine-warcraft.nix    Fri Oct 15 
18:00:12 2010        (r24306)
+++ nixpkgs/trunk/pkgs/misc/emulators/wine/wine-warcraft.nix    Fri Oct 15 
20:06:20 2010        (r24307)
@@ -6,12 +6,9 @@
 assert stdenv.isLinux;
 assert stdenv.gcc.gcc != null;
 
-let 
-  s = import ./src-for-default.nix;
-in
-
 stdenv.mkDerivation rec {
-  name = "wine-warcraft-${s.version}";
+  name = "wine-warcraft-${version}";
+  version = "1.1.19";
 
   src = fetchgit {
     url = git://repo.or.cz/wine/warcraft3.git;
@@ -40,11 +37,11 @@
   # elements specified above.
   dontPatchELF = true;
 
-  meta = {
+  meta = with stdenv.lib; {
     homepage = "http://www.winehq.org/";;
     license = "LGPL";
-    description = "An Open Source implementation of the Windows API on top of 
X, OpenGL, and Unix";
-    maintainers = [ stdenv.lib.maintainers.raskin ];
+    description = "An Open Source implementation of the Windows API on top of 
X, OpenGL, and Unix with patches for Warcraft 3";
+    maintainers = [ maintainers.phreedom ];
     platforms = [ "i686-linux" ];
   };
 }
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to