forked from mirrors/nixpkgs
Changing CLisp, FPC to new style of adding to hydra
svn path=/nixpkgs/trunk/; revision=16855
This commit is contained in:
parent
9e928bb1e9
commit
9e58814536
pkgs
development
top-level
|
@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Free Pascal Compiler from a source distribution";
|
description = "Free Pascal Compiler from a source distribution";
|
||||||
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,5 +38,7 @@ rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Lazarus graphical IDE for FreePascal language";
|
description = "Lazarus graphical IDE for FreePascal language";
|
||||||
homepage = http://www.lazarus.freepascal.org ;
|
homepage = http://www.lazarus.freepascal.org ;
|
||||||
|
maintainers = [args.lib.maintainers.raskin];
|
||||||
|
platforms = args.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "ANSI Common Lisp Implementation";
|
description = "ANSI Common Lisp Implementation";
|
||||||
homepage = http://clisp.cons.org;
|
homepage = http://clisp.cons.org;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "ANSI Common Lisp Implementation";
|
description = "ANSI Common Lisp Implementation";
|
||||||
homepage = http://clisp.cons.org;
|
homepage = http://clisp.cons.org;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -102,7 +102,6 @@ in {
|
||||||
chatzilla = linux;
|
chatzilla = linux;
|
||||||
cksfv = all;
|
cksfv = all;
|
||||||
classpath = linux;
|
classpath = linux;
|
||||||
clisp = linux;
|
|
||||||
cmake = all;
|
cmake = all;
|
||||||
compiz = linux;
|
compiz = linux;
|
||||||
console_kit = linux;
|
console_kit = linux;
|
||||||
|
|
Loading…
Reference in a new issue