 ec3b5134c1
			
		
	
	
		ec3b5134c1
		
	
	
	
	
		
			
			* A solution to the library abstraction problem (i.e., if package X needs library Y, and library Y needs library Z, then we do not (generally) want to declare Z as a input to X since that would break abstraction). This was not possible under the old Nix. svn path=/nixpkgs/trunk/; revision=150
		
			
				
	
	
		
			15 lines
		
	
	
		
			383 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			383 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Package(
 | |
|   [ ("name", "Xft-20021121")
 | |
| 
 | |
|   , ("build", Relative("Xft/Xft-build.sh"))
 | |
|   , ("setenv", Relative("helpers/set-env.sh"))
 | |
| 
 | |
|   , ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
 | |
|       [ ("url", "http://fontconfig.org/release/fcpackage.2_1.tar.gz")
 | |
|       , ("md5", "2f2852c80924a9b5356c3037a471c1a1")
 | |
|       ]))
 | |
| 
 | |
|   , ("fontconfig", IncludeFix("fontconfig/fontconfig.fix"))
 | |
|   ]
 | |
| )
 |