Patch for aterm library on mingw (see meta-devel-list)

Moved all the shell fixes to fix-builder.sh, which is now always invoked.

Added aterm to the list of packages provided by mingw.nix

svn path=/nixpkgs/trunk/; revision=6152
This commit is contained in:
Martin Bravenboer
2006-08-17 15:33:49 +00:00
parent deaacb7a0f
commit 97202ee3b7
6 changed files with 284 additions and 20 deletions

View File

@@ -5,6 +5,6 @@ let {
};
body = {
inherit (pkgs) zlib getopt realCurl;
inherit (pkgs) zlib getopt realCurl aterm;
};
}