nixpkgs/pkgs
Eelco Dolstra 7dba8848ed * Fix a horrible in imake: its results depend on whether a C compiler
exists in one of a fixed set of paths (e.g., /usr/bin/cc).  For
  instance, on a system without /usr/bin/cc the variable DependCmd
  would evaluate to "makedepend", and on a system with it, to
  "gccmakedep".

  Solution: just use "gcc" always.  Also disabled some shitty code to
  detect the current Linux distribution (by probing for files like
  /etc/SuSE-release). 

svn path=/nixpkgs/trunk/; revision=4534
2006-01-11 00:21:52 +00:00
..
applications * Xaw3d: export Xaw header directory and propagate libXmu. 2006-01-09 19:37:11 +00:00
build-support * Pipe the "p" character into Subversion to force it to accept the 2005-12-15 17:21:20 +00:00
data/sgml+xml * "." -> "source". 2005-12-05 14:11:09 +00:00
development * Xaw3d: export Xaw header directory and propagate libXmu. 2006-01-09 19:37:11 +00:00
games * "." -> "source". 2005-12-05 14:11:09 +00:00
misc * "." -> "source". 2005-12-05 14:11:09 +00:00
os-specific/linux d'oh...typo 2006-01-07 23:18:00 +00:00
servers * Fix a horrible in imake: its results depend on whether a C compiler 2006-01-11 00:21:52 +00:00
shells add a static version of bash. This comes in handy for NixOS (installer disk) and the static tools we use to bootstrap Nix on for example NixOS. Can I say NixOS one more time? NixOS. 2005-12-23 21:43:04 +00:00
stdenv use newer curl. This fixes a few security bugs and this static version of curl 2005-12-28 02:02:56 +00:00
system * Xaw3d: export Xaw header directory and propagate libXmu. 2006-01-09 19:37:11 +00:00
test * "." -> "source". 2005-12-05 14:11:09 +00:00
tools add a statically linked bzip2. This is the last of the tools we need for a fullystatic initial stdenv... 2006-01-01 13:34:35 +00:00