about summary refs log tree commit diff
path: root/pkgs/top-level/mingw.nix
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2006-08-17 15:33:49 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2006-08-17 15:33:49 +0000
commit97202ee3b72f5c3a373be1482344adbde7eb073d (patch)
treeeffdb3b68d4368c12f56f57287327516f2c4e26d /pkgs/top-level/mingw.nix
parentdeaacb7a0f9df5e0f20bd98265094f7d871c09cd (diff)
downloadnixlib-97202ee3b72f5c3a373be1482344adbde7eb073d.tar
nixlib-97202ee3b72f5c3a373be1482344adbde7eb073d.tar.gz
nixlib-97202ee3b72f5c3a373be1482344adbde7eb073d.tar.bz2
nixlib-97202ee3b72f5c3a373be1482344adbde7eb073d.tar.lz
nixlib-97202ee3b72f5c3a373be1482344adbde7eb073d.tar.xz
nixlib-97202ee3b72f5c3a373be1482344adbde7eb073d.tar.zst
nixlib-97202ee3b72f5c3a373be1482344adbde7eb073d.zip
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
Diffstat (limited to 'pkgs/top-level/mingw.nix')
-rwxr-xr-xpkgs/top-level/mingw.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/mingw.nix b/pkgs/top-level/mingw.nix
index 2e519a946648..a0995b279c21 100755
--- a/pkgs/top-level/mingw.nix
+++ b/pkgs/top-level/mingw.nix
@@ -5,6 +5,6 @@ let {
     };
 
   body = {
-    inherit (pkgs) zlib getopt realCurl;
+    inherit (pkgs) zlib getopt realCurl aterm;
   };
 }