about summary refs log tree commit diff
path: root/pkgs/top-level/mingw.nix
diff options
context:
space:
mode:
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;
   };
 }