Files
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
..
2006-07-18 12:00:38 +00:00
2006-03-08 19:25:44 +00:00
2006-08-18 09:33:46 +00:00
2006-09-20 14:11:13 +00:00
2005-12-05 14:11:09 +00:00
2006-08-25 21:01:42 +00:00