Profpatsch 
							
						 
					 
					
						
						
						
						
							
						
						
							4a7f99d55d 
							
						 
					 
					
						
						
							
							treewide: with stdenv.lib; in meta -> with lib;  
						
						 
						
						... 
						
						
						
						Part of: https://github.com/NixOS/nixpkgs/issues/108938 
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix  
						
						
					 
					
						2021-01-11 10:38:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Orivej Desh 
							
						 
					 
					
						
						
						
						
							
						
						
							1e0feb6545 
							
						 
					 
					
						
						
							
							endless-sky: fix build with gcc10  
						
						 
						
						
						
						
					 
					
						2021-01-06 08:32:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								R. RyanTM 
							
						 
					 
					
						
						
						
						
							
						
						
							d3427273e9 
							
						 
					 
					
						
						
							
							endless-sky: 0.9.11 -> 0.9.12  
						
						 
						
						
						
						
					 
					
						2020-05-02 08:05:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								R. RyanTM 
							
						 
					 
					
						
						
						
						
							
						
						
							3c62152e0e 
							
						 
					 
					
						
						
							
							endless-sky: 0.9.10 -> 0.9.11  
						
						 
						
						
						
						
					 
					
						2020-03-01 11:22:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								William G Hatch 
							
						 
					 
					
						
						
						
						
							
						
						
							4fbb59ab99 
							
						 
					 
					
						
						
							
							endless-sky: 0.9.8 -> 0.9.10  
						
						 
						
						
						
						
					 
					
						2019-11-18 14:58:30 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								volth 
							
						 
					 
					
						
						
						
						
							
						
						
							08f68313a4 
							
						 
					 
					
						
						
							
							treewide: remove redundant rec  
						
						 
						
						
						
						
					 
					
						2019-08-28 11:07:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								volth 
							
						 
					 
					
						
						
						
						
							
						
						
							c814d72b51 
							
						 
					 
					
						
						
							
							treewide: name -> pname  
						
						 
						
						
						
						
					 
					
						2019-08-17 10:54:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Bauer 
							
						 
					 
					
						
						
						
						
							
						
						
							bfbfe941ab 
							
						 
					 
					
						
						
							
							treewide: use scons setup hook  
						
						 
						
						... 
						
						
						
						Lots of packages can use it. Here is the list:
- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof 
						
						
					 
					
						2018-11-13 19:14:10 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Ericson 
							
						 
					 
					
						
						
						
						
							
						
						
							f79f80dbf2 
							
						 
					 
					
						
						
							
							treewide: get rid of platforms.allBut  
						
						 
						
						... 
						
						
						
						Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't. 
						
						
					 
					
						2018-03-14 18:44:42 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Linus Heckemann 
							
						 
					 
					
						
						
						
						
							
						
						
							f5068aadd9 
							
						 
					 
					
						
						
							
							endless-sky: 0.9.6 -> 0.9.8  
						
						 
						
						
						
						
					 
					
						2017-08-27 21:37:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Silvan Mosberger 
							
						 
					 
					
						
						
						
						
							
						
						
							f5fa5fa4d6 
							
						 
					 
					
						
						
							
							pkgs: refactor needless quoting of homepage meta attribute ( #27809 )  
						
						 
						
						... 
						
						
						
						* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances 
						
						
					 
					
						2017-08-01 22:03:30 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Linus Heckemann 
							
						 
					 
					
						
						
						
						
							
						
						
							17015b421e 
							
						 
					 
					
						
						
							
							endless-sky: 0.9.4 -> 0.9.6  
						
						 
						
						
						
						
					 
					
						2017-03-06 12:36:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Linus Heckemann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9aca55e79d 
							
						 
					 
					
						
						
							
							endless sky: init at 0.9.4  
						
						 
						
						
						
						
					 
					
						2016-12-11 08:57:35 +01:00