Changing CLisp, FPC to new style of adding to hydra

svn path=/nixpkgs/trunk/; revision=16855
This commit is contained in:
Michael Raskin 2009-08-25 09:00:19 +00:00
parent 9e928bb1e9
commit 9e58814536
5 changed files with 6 additions and 1 deletions

View file

@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
meta = {
description = "Free Pascal Compiler from a source distribution";
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -38,5 +38,7 @@ rec {
meta = {
description = "Lazarus graphical IDE for FreePascal language";
homepage = http://www.lazarus.freepascal.org ;
maintainers = [args.lib.maintainers.raskin];
platforms = args.lib.platforms.linux;
};
}

View file

@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
description = "ANSI Common Lisp Implementation";
homepage = http://clisp.cons.org;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
description = "ANSI Common Lisp Implementation";
homepage = http://clisp.cons.org;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -102,7 +102,6 @@ in {
chatzilla = linux;
cksfv = all;
classpath = linux;
clisp = linux;
cmake = all;
compiz = linux;
console_kit = linux;