nixpkgs/pkgs
Eelco Dolstra ed58e70864 * Rather than having the Nixpkgs config file as a flat set of
configuration switches, it should be structured.  For instance,

  {
    firefox = {
      enableRealPlayer = true;
    };
    quake3 = {
      dataFiles = "/windows/D/Program Files/Quake 3/baseq3";
    }
  }

  Configuration switches can be obtained using the function getConfig,
  e.g., `getConfig ["firefox" "enableRealPlayer"] false'.

svn path=/nixpkgs/trunk/; revision=6596
2006-09-24 18:59:49 +00:00
..
applications add gnash, the GNU Flash Player. Might need some reworking with regard to the 2006-09-24 12:23:13 +00:00
build-support * Don't pollute /tmp. 2006-07-18 12:00:38 +00:00
configs/etc d'oh, don't actually gzip it 2006-03-08 19:25:44 +00:00
data/sgml+xml * Rename for consistency. 2006-08-18 09:33:46 +00:00
development * SWIG 1.3.29. 2006-09-20 14:11:13 +00:00
evil/belastingdienst * Purify aangifte2005. Now we can do our taxes in NixOS ;-) 2006-03-03 22:31:16 +00:00
games * Exult now with glorious Roland MT-32 music! 2006-09-12 15:23:28 +00:00
misc * Slightly evil: compress the log file to prevent TeX output from 2006-09-19 12:13:37 +00:00
os-specific/linux * Updated the kernel to 2.6.17.13. 2006-09-18 22:09:47 +00:00
servers * mod_python 3.2.10. Removed the patch to get it to work with Apache 2.2. 2006-09-06 15:48:35 +00:00
shells patch the binaries to nuke paths to glibc. Ripped from stdenv/linux/scripts/fix-outpath.sh 2006-07-31 14:45:53 +00:00
stdenv * stdenv.mkDerivation: add any attributes in the "passthru" attribute 2006-09-14 13:30:47 +00:00
test * "." -> "source". 2005-12-05 14:11:09 +00:00
tools 7.15.4 -> 7.15.5 2006-08-25 21:01:42 +00:00
top-level * Rather than having the Nixpkgs config file as a flat set of 2006-09-24 18:59:49 +00:00