Nix Packages collection
Go to file
Peter Simons c88d870123 Haskell packages that require access to libc (for <time.h>, etc.)
consistently depend on the (non-existent) attribute 'libc'. That
dependency is then fulfilled by defining

  libc = pkgs.stdenv.gcc.libc;

in haskell-packages.nix where appropriate. On platforms impure platforms,
such as Darwin, that attribute evaluates to 'null'.

svn path=/nixpkgs/trunk/; revision=29223
2011-09-12 16:46:14 +00:00
doc Doc: Fix location of thunderbird (2.x -> 3.x) expression. 2011-08-27 15:29:18 +00:00
maintainers gnupdate: Exclude IceCat 3.x variants. 2011-09-04 23:06:11 +00:00
pkgs Haskell packages that require access to libc (for <time.h>, etc.) 2011-09-12 16:46:14 +00:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix * For convenience, provide a top-level Nix expression that simply 2007-04-26 14:32:57 +00:00
STABLE * Move stuff. 2005-02-21 16:05:33 +00:00
VERSION * Bump the version. 2010-02-08 09:23:03 +00:00