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:
@@ -5,6 +5,6 @@ let {
|
||||
};
|
||||
|
||||
body = {
|
||||
inherit (pkgs) zlib getopt realCurl;
|
||||
inherit (pkgs) zlib getopt realCurl aterm;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user