kaffe: Remove
It no longer builds and doesn't seem very maintained.
This commit is contained in:
parent
54d1721414
commit
ec685e30de
@ -1,5 +0,0 @@
|
|||||||
source $stdenv/setup || exit 1
|
|
||||||
|
|
||||||
configureFlags="--with-jikes=$jikes/bin/jikes --enable-pure-java-math"
|
|
||||||
genericBuild
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
{stdenv, fetchurl, alsaLib, xlibs, jikes}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "kaffe-1.1.4";
|
|
||||||
builder = ./builder.sh;
|
|
||||||
src = fetchurl {
|
|
||||||
url = ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/kaffe-1.1.4.tar.gz;
|
|
||||||
md5 = "94d6e7035ba68c2221dce68bb5b3f6e9";
|
|
||||||
};
|
|
||||||
inherit jikes alsaLib;
|
|
||||||
inherit (xlibs) libXaw libX11;
|
|
||||||
|
|
||||||
buildInputs = [jikes alsaLib xlibs.libXaw xlibs.libX11];
|
|
||||||
}
|
|
@ -3230,8 +3230,6 @@ let
|
|||||||
|
|
||||||
jmeter = callPackage ../applications/networking/jmeter {};
|
jmeter = callPackage ../applications/networking/jmeter {};
|
||||||
|
|
||||||
kaffe = callPackage ../development/interpreters/kaffe { };
|
|
||||||
|
|
||||||
kona = callPackage ../development/interpreters/kona {};
|
kona = callPackage ../development/interpreters/kona {};
|
||||||
|
|
||||||
love = callPackage ../development/interpreters/love {lua=lua5;};
|
love = callPackage ../development/interpreters/love {lua=lua5;};
|
||||||
|
@ -725,7 +725,6 @@ let
|
|||||||
julia = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
julia = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
jwm = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
jwm = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
k3d = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
k3d = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
kaffe = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
|
||||||
kde3 = {
|
kde3 = {
|
||||||
arts = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
arts = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
kdelibs = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
kdelibs = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user