From 77a52729228f0a5657bff191d8a91b0c597910cd Mon Sep 17 00:00:00 2001 From: Martin Bravenboer Date: Thu, 17 Aug 2006 01:49:53 +0000 Subject: Added a fix-builder to fix most of the builder scripts automatically. Basic packages, such as zlib and getopt now build. svn path=/nixpkgs/trunk/; revision=6143 --- pkgs/top-level/mingw.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/top-level/mingw.nix') diff --git a/pkgs/top-level/mingw.nix b/pkgs/top-level/mingw.nix index a95e146b003b..2e519a946648 100755 --- a/pkgs/top-level/mingw.nix +++ b/pkgs/top-level/mingw.nix @@ -5,6 +5,6 @@ let { }; body = { - inherit (pkgs) zlib; + inherit (pkgs) zlib getopt realCurl; }; } -- cgit 1.4.1