Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							e60efca33d 
							
						 
					 
					
						
						
							
							* DocBook 1.71.0.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6621 
						
						
					 
					
						2006-09-29 09:06:37 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							756d1aca79 
							
						 
					 
					
						
						
							
							* Export ../lib/default.nix.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6620 
						
						
					 
					
						2006-09-28 14:12:09 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							4287f142bb 
							
						 
					 
					
						
						
							
							* Testing for release.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6614 
						
						
					 
					
						2006-09-27 11:22:22 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							e6933ad8c4 
							
						 
					 
					
						
						
							
							* Latest RealPlayer.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6612 
						
						
					 
					
						2006-09-25 15:12:51 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							b8cdbb94f8 
							
						 
					 
					
						
						
							
							* Put utility functions like fold in lib/default.nix.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6605 
						
						
					 
					
						2006-09-25 10:07:59 +00:00 
						 
				 
			
				
					
						
							
							
								Armijn Hemel 
							
						 
					 
					
						
						
						
						
							
						
						
							1e435ca929 
							
						 
					 
					
						
						
							
							bump version  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6603 
						
						
					 
					
						2006-09-24 22:08:53 +00:00 
						 
				 
			
				
					
						
							
							
								Armijn Hemel 
							
						 
					 
					
						
						
						
						
							
						
						
							edcdb69c57 
							
						 
					 
					
						
						
							
							make it easier to relocate the location of nixpkgs.  
						
						... 
						
						
						
						svn path=/nixu/trunk/; revision=6602 
						
						
					 
					
						2006-09-24 22:03:33 +00:00 
						 
				 
			
				
					
						
							
							
								Armijn Hemel 
							
						 
					 
					
						
						
						
						
							
						
						
							b59ea7ed44 
							
						 
					 
					
						
						
							
							add directory for plugin for Mozilla  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6601 
						
						
					 
					
						2006-09-24 21:56:50 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							dbda65a6f3 
							
						 
					 
					
						
						
							
							* Check for the existence of getEnv.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6600 
						
						
					 
					
						2006-09-24 21:49:07 +00:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							21025cb280 
							
						 
					 
					
						
						
							
							* Site-local configuration for Nixpkgs can now be stored in  
						
						... 
						
						
						
						$NIXPKGS_CONFIG or $HOME/.nixpkgs/config.nix.  E.g., a configuration
  file
    { enableRealPlayer = true; }
  will cause the RealPlayer plugin to be enabled in the Firefox
  wrapper, which isn't the default case.  Previously users had to
  modify all-packages.nix for this sort of thing, which made it tricky
  to keep an installation up-to-date without losing those local
  configuration changes (channels would override such changes
  completely, for instance).
svn path=/nixpkgs/trunk/; revision=6595 
						
						
					 
					
						2006-09-24 18:38:12 +00:00 
						 
				 
			
				
					
						
							
							
								Armijn Hemel 
							
						 
					 
					
						
						
						
						
							
						
						
							1995e1265e 
							
						 
					 
					
						
						
							
							add gnash, the GNU Flash Player. Might need some reworking with regard to the  
						
						... 
						
						
						
						location of the flash plugin. Also, is probably very impure (needs testing
on NixOS).
svn path=/nixpkgs/trunk/; revision=6591 
						
						
					 
					
						2006-09-24 12:23:13 +00:00 
						 
				 
			
				
					
						
							
							
								Armijn Hemel 
							
						 
					 
					
						
						
						
						
							
						
						
							a263927719 
							
						 
					 
					
						
						
							
							add GStreamer  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6590 
						
						
					 
					
						2006-09-23 23:40:34 +00:00 
						 
				 
			
				
					
						
							
							
								Armijn Hemel 
							
						 
					 
					
						
						
						
						
							
						
						
							da7b60735b 
							
						 
					 
					
						
						
							
							-r, not -q  
						
						... 
						
						
						
						svn path=/nixu/trunk/; revision=6589 
						
						
					 
					
						2006-09-23 23:06:28 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							07b12ad2f0 
							
						 
					 
					
						
						
							
							* SWIG 1.3.29.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6567 
						
						
					 
					
						2006-09-20 14:11:13 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							af3721de0a 
							
						 
					 
					
						
						
							
							* Slightly evil: compress the log file to prevent TeX output from  
						
						... 
						
						
						
						retaining a dependency on teTeX.
svn path=/nixpkgs/trunk/; revision=6559 
						
						
					 
					
						2006-09-19 12:13:37 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							f772de22a1 
							
						 
					 
					
						
						
							
							* Updated the kernel to 2.6.17.13.  
						
						... 
						
						
						
						* Run `make oldconfig' before building.
* Split buildPhase into configure/build/installPhase.
* Strip the kernel modules for a huge space savings.
svn path=/nixpkgs/trunk/; revision=6555 
						
						
					 
					
						2006-09-18 22:09:47 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							5bfc14d14c 
							
						 
					 
					
						
						
							
							* Latest MPlayer plugin.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6542 
						
						
					 
					
						2006-09-17 14:02:52 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							8bccec9c3d 
							
						 
					 
					
						
						
							
							* --enable-canvas, and pass through gtk.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6541 
						
						
					 
					
						2006-09-17 14:00:54 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							12dc491db5 
							
						 
					 
					
						
						
							
							* --with-system-cairo -> --enable-system-cairo.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6538 
						
						
					 
					
						2006-09-17 09:53:12 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							7927e7cd1f 
							
						 
					 
					
						
						
							
							* Firefox 1.5.0.7, Thunderbird 1.5.0.7.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6537 
						
						
					 
					
						2006-09-17 09:44:36 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							8b7d9e90e1 
							
						 
					 
					
						
						
							
							* Valgrind 3.2.1.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6536 
						
						
					 
					
						2006-09-16 17:04:01 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							eb52c845f2 
							
						 
					 
					
						
						
							
							* Sorted the contents of all-packages.nix.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6535 
						
						
					 
					
						2006-09-15 15:28:53 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							25b6e47c84 
							
						 
					 
					
						
						
							
							* Keep a single empty line after comments.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6534 
						
						
					 
					
						2006-09-15 15:14:50 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							0dc7b90c20 
							
						 
					 
					
						
						
							
							* Float section headers to the top.  Regularise whitespace between  
						
						... 
						
						
						
						attributes.
svn path=/nixpkgs/trunk/; revision=6533 
						
						
					 
					
						2006-09-15 14:40:11 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							abccd47cf5 
							
						 
					 
					
						
						
							
							* Use is-substring.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6532 
						
						
					 
					
						2006-09-15 12:36:54 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							935c1d8aa8 
							
						 
					 
					
						
						
							
							* Doh.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6523 
						
						
					 
					
						2006-09-14 21:26:12 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							2d9c5481cf 
							
						 
					 
					
						
						
							
							* It compiles!  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6522 
						
						
					 
					
						2006-09-14 20:49:00 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							1014ca2ad5 
							
						 
					 
					
						
						
							
							* stdenv.mkDerivation: add any attributes in the "passthru" attribute  
						
						... 
						
						
						
						set to the result, but don't use them in the actual derivation (so
  they're not inputs).  Useful to pass through extra attributes that
  are not inputs, but should be made available to Nix expressions
  using the derivation (e.g., in assertions).
svn path=/nixpkgs/trunk/; revision=6521 
						
						
					 
					
						2006-09-14 13:30:47 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							8e5b302403 
							
						 
					 
					
						
						
							
							* Qt: enable OpenGL, Xrandr, Xinerama support.  
						
						... 
						
						
						
						* MythTV: add OpenGL stuff.
svn path=/nixpkgs/trunk/; revision=6520 
						
						
					 
					
						2006-09-14 13:24:06 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							ea24b2f641 
							
						 
					 
					
						
						
							
							* MythTV 0.20 (doesn't work yet).  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6519 
						
						
					 
					
						2006-09-14 01:07:53 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Bravenboer 
							
						 
					 
					
						
						
						
						
							
						
						
							7c765159ba 
							
						 
					 
					
						
						
							
							CX-1: Nix installation of CX is broken  
						
						... 
						
						
						
						Fixed the CilConfig.pm.in to use the prefix instead of the cilhome,
which is for whatever reason set to the pwd. Yeah. These CIL guys
could use some deployment help.
svn path=/nixpkgs/trunk/; revision=6516 
						
						
					 
					
						2006-09-13 12:02:12 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Bravenboer 
							
						 
					 
					
						
						
						
						
							
						
						
							78205146b8 
							
						 
					 
					
						
						
							
							Use gnumake 3.80 for cil-aterm  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6507 
						
						
					 
					
						2006-09-12 23:41:21 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							2ad0491113 
							
						 
					 
					
						
						
							
							* Exult now with glorious Roland MT-32 music!  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6503 
						
						
					 
					
						2006-09-12 15:23:28 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							1dedc5ef87 
							
						 
					 
					
						
						
							
							* Added Exult.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6501 
						
						
					 
					
						2006-09-12 00:15:05 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							083699314d 
							
						 
					 
					
						
						
							
							* Latest ALSA, SDL.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6500 
						
						
					 
					
						2006-09-11 23:06:26 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							8dacfd90bc 
							
						 
					 
					
						
						
							
							* A non-hack.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6495 
						
						
					 
					
						2006-09-11 20:15:40 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							0223e02f17 
							
						 
					 
					
						
						
							
							* Hack.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6494 
						
						
					 
					
						2006-09-11 19:43:52 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							4b249f3b6f 
							
						 
					 
					
						
						
							
							* Support grouping of attributes into sections by using "###"  
						
						... 
						
						
						
						comments.
svn path=/nixpkgs/trunk/; revision=6493 
						
						
					 
					
						2006-09-11 16:18:07 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							811910342a 
							
						 
					 
					
						
						
							
							* Program to sort all-packages.nix, first attempt.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6492 
						
						
					 
					
						2006-09-11 14:33:32 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							c52bc2a64d 
							
						 
					 
					
						
						
							
							* Remove execute permission.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6490 
						
						
					 
					
						2006-09-11 13:37:46 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							66947ee7af 
							
						 
					 
					
						
						
							
							* Subversion 1.4.0.  Note: Subversion 1.4 upgrades your working  
						
						... 
						
						
						
						copies, so it's hard to go back to 1.3.
svn path=/nixpkgs/trunk/; revision=6486 
						
						
					 
					
						2006-09-11 09:47:58 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							6d2f25e5f0 
							
						 
					 
					
						
						
							
							* Added apr-util.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6485 
						
						
					 
					
						2006-09-11 09:17:28 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							f69ac73f3c 
							
						 
					 
					
						
						
							
							* Added APR.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6484 
						
						
					 
					
						2006-09-11 08:45:01 +00:00 
						 
				 
			
				
					
						
							
							
								Armijn Hemel 
							
						 
					 
					
						
						
						
						
							
						
						
							6412133453 
							
						 
					 
					
						
						
							
							add squashfs tools for making/unpacking squashfs images  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6476 
						
						
					 
					
						2006-09-08 15:19:43 +00:00 
						 
				 
			
				
					
						
							
							
								Armijn Hemel 
							
						 
					 
					
						
						
						
						
							
						
						
							0e0bc82f76 
							
						 
					 
					
						
						
							
							update nix-unstable to the latest successful build from teh buildfarm. Mooh!  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6475 
						
						
					 
					
						2006-09-08 11:58:52 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							827d2b180e 
							
						 
					 
					
						
						
							
							* mod_python 3.2.10.  Removed the patch to get it to work with Apache 2.2.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6473 
						
						
					 
					
						2006-09-06 15:48:35 +00:00 
						 
				 
			
				
					
						
							
							
								Armijn Hemel 
							
						 
					 
					
						
						
						
						
							
						
						
							992a3da5e2 
							
						 
					 
					
						
						
							
							update to 0.10pre6453  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6454 
						
						
					 
					
						2006-09-04 17:57:06 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							51ca4a6a91 
							
						 
					 
					
						
						
							
							* Various purity fixes for Ghostscript.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6452 
						
						
					 
					
						2006-09-04 11:01:37 +00:00 
						 
				 
			
				
					
						
							
							
								Eelco Dolstra 
							
						 
					 
					
						
						
						
						
							
						
						
							059b3f0669 
							
						 
					 
					
						
						
							
							* Grmbl grmbl.  
						
						... 
						
						
						
						svn path=/nixpkgs/trunk/; revision=6451 
						
						
					 
					
						2006-09-04 10:10:21 +00:00