Update xonotic to 0.7.
Add scheme48 1.9.
This commit is contained in:
committed by
Vladimír Čunát
parent
5b97997aef
commit
794afb0c78
@@ -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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user