Update xonotic to 0.7.

Add scheme48 1.9.
This commit is contained in:
Rommel M. Martinez
2013-11-21 09:41:01 +01:00
committed by Vladimír Čunát
parent 5b97997aef
commit 794afb0c78
3 changed files with 19 additions and 2 deletions
@@ -0,0 +1,15 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "scheme48-1.9";
meta = {
homepage = http://s48.org/;
description = "Scheme 48";
};
src = fetchurl {
url = http://s48.org/1.9/scheme48-1.9.tgz;
md5 = "b4c20057f92191d05a61fac1372878ad";
};
}