- add mktemp

- disable tiger, strategoxt, they don't work and give errors
- ftp.nl.kernel.org seems to have some problems, replaced with ftp.de.kernel.org
should be put back eventually

svn path=/nixpkgs/trunk/; revision=1215
This commit is contained in:
Armijn Hemel
2004-08-03 15:41:08 +00:00
parent 5868736733
commit f063d8c4db
6 changed files with 40 additions and 20 deletions

View File

@@ -133,6 +133,10 @@ rec {
inherit fetchurl stdenv zlib openssl;
};
mktemp = (import ../tools/security/mktemp) {
inherit fetchurl stdenv;
};
### SHELLS
bash = (import ../shells/bash) {
@@ -276,25 +280,25 @@ rec {
inherit fetchurl stdenv x11;
};
strategoxt = (import ../development/compilers/strategoxt) {
inherit fetchurl stdenv aterm;
sdf = sdf_22;
};
#strategoxt = (import ../development/compilers/strategoxt) {
# inherit fetchurl stdenv aterm;
# sdf = sdf_22;
#};
strategoxtsvn = (import ../development/compilers/strategoxt/trunk.nix) {
inherit fetchsvn stdenv autoconf automake libtool which aterm;
sdf = sdf_22;
};
#strategoxtsvn = (import ../development/compilers/strategoxt/trunk.nix) {
# inherit fetchsvn stdenv autoconf automake libtool which aterm;
# sdf = sdf_22;
#};
strategoxtdailydist = (import ../development/compilers/strategoxt/dailydist.nix) {
inherit fetchurl stdenv aterm;
sdf = sdf_22;
};
#strategoxtdailydist = (import ../development/compilers/strategoxt/dailydist.nix) {
# inherit fetchurl stdenv aterm;
# sdf = sdf_22;
#};
tiger = (import ../development/compilers/tiger) {
inherit fetchurl stdenv aterm strategoxt;
sdf = sdf_22;
};
#tiger = (import ../development/compilers/tiger) {
# inherit fetchurl stdenv aterm strategoxt;
# sdf = sdf_22;
#};
ghcboot = (import ../development/compilers/ghc/boot.nix) {
inherit fetchurl stdenv perl;

View File

@@ -63,6 +63,7 @@ let {
less
screen
openssl
mktemp
;};