Pavol Rusnak 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a6ce00c50c 
							
						 
					 
					
						
						
							
							treewide: remove stdenv where not needed  
						
						 
						
						
						
						
					 
					
						2021-01-25 18:31:47 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Siraphob 
							
						 
					 
					
						
						
						
						
							
						
						
							badf51221d 
							
						 
					 
					
						
						
							
							treewide: stdenv.lib -> lib  
						
						 
						
						
						
						
					 
					
						2021-01-16 17:58:11 +07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Reilly 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							84cf00f980 
							
						 
					 
					
						
						
							
							treewide: Per RFC45, remove all unquoted URLs  
						
						 
						
						
						
						
					 
					
						2020-04-10 17:54:53 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								R. RyanTM 
							
						 
					 
					
						
						
						
						
							
						
						
							4006c66d08 
							
						 
					 
					
						
						
							
							rapid-photo-downloader: 0.9.17 -> 0.9.18  
						
						 
						
						
						
						
					 
					
						2020-02-09 09:48:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Hilhorst 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							593e11fd94 
							
						 
					 
					
						
						
							
							treewide: fix redirected urls  
						
						 
						
						... 
						
						
						
						According to https://repology.org/repository/nix_unstable/problems , we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems  \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
``` 
						
						
					 
					
						2020-01-22 11:26:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								worldofpeace 
							
						 
					 
					
						
						
						
						
							
						
						
							abe3475df8 
							
						 
					 
					
						
						
							
							treewide: remove bash snippets in flags  
						
						 
						
						... 
						
						
						
						Co-Authored-By: Jan Tojnar <jtojnar@gmail.com> 
						
						
					 
					
						2019-12-15 00:10:41 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								R. RyanTM 
							
						 
					 
					
						
						
						
						
							
						
						
							c2caac20b4 
							
						 
					 
					
						
						
							
							rapid-photo-downloader: 0.9.16 -> 0.9.17  
						
						 
						
						... 
						
						
						
						Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update  tools. This update was made
based on information from
https://repology.org/metapackage/rapid-photo-downloader/versions  
						
						
					 
					
						2019-09-28 18:22:14 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								R. RyanTM 
							
						 
					 
					
						
						
						
						
							
						
						
							b5c9e3f62e 
							
						 
					 
					
						
						
							
							rapid-photo-downloader: 0.9.15 -> 0.9.16  
						
						 
						
						... 
						
						
						
						Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update  tools. This update was made
based on information from
https://repology.org/metapackage/rapid-photo-downloader/versions  
						
						
					 
					
						2019-08-20 14:39:41 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								worldofpeace 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							63f0c69318 
							
						 
					 
					
						
						
							
							Merge pull request  #66322  from lightbulbjim/rapid-photo-downloader-wrapping  
						
						 
						
						... 
						
						
						
						rapid-photo-downloader: fix QT wrapping 
						
						
					 
					
						2019-08-10 08:00:41 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chris Rendle-Short 
							
						 
					 
					
						
						
						
						
							
						
						
							2f1b92ddf8 
							
						 
					 
					
						
						
							
							rapid-photo-downloader: fix QT wrapping  
						
						 
						
						... 
						
						
						
						See #65399  
						
						
					 
					
						2019-08-10 07:59:48 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marek Mahut 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb2651d338 
							
						 
					 
					
						
						
							
							Merge pull request  #65175  from r-ryantm/auto-update/rapid-photo-downloader  
						
						 
						
						... 
						
						
						
						rapid-photo-downloader: 0.9.14 -> 0.9.15 
						
						
					 
					
						2019-08-10 09:34:53 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marek Mahut 
							
						 
					 
					
						
						
						
						
							
						
						
							91e8008034 
							
						 
					 
					
						
						
							
							python3Packages.rapid-photo-downloader: adding tenacity dependency  
						
						 
						
						
						
						
					 
					
						2019-08-10 09:15:15 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								worldofpeace 
							
						 
					 
					
						
						
						
						
							
						
						
							b1bc0645ea 
							
						 
					 
					
						
						
							
							gdk-pixbuf: rename from gdk_pixbuf  
						
						 
						
						
						
						
					 
					
						2019-07-22 18:50:57 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								R. RyanTM 
							
						 
					 
					
						
						
						
						
							
						
						
							c52260d1ad 
							
						 
					 
					
						
						
							
							rapid-photo-downloader: 0.9.14 -> 0.9.15  
						
						 
						
						... 
						
						
						
						Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update  tools. This update was made
based on information from
https://repology.org/metapackage/rapid-photo-downloader/versions  
						
						
					 
					
						2019-07-20 07:49:17 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robert Scott 
							
						 
					 
					
						
						
						
						
							
						
						
							de467e740e 
							
						 
					 
					
						
						
							
							rapid-photo-downloader: add vmtouch to wrapped PATH  
						
						 
						
						... 
						
						
						
						without this, the analyze-pv-structure executable complains:
"To run this program, you need to install vmtouch." 
						
						
					 
					
						2019-05-04 16:48:25 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dan Callahan 
							
						 
					 
					
						
						
						
						
							
						
						
							71727f32a9 
							
						 
					 
					
						
						
							
							rapid-photo-downloader: 0.9.13 -> 0.9.14 ( #59347 )  
						
						 
						
						... 
						
						
						
						This updates Rapid Photo Downloader to 0.9.14 and fixes  #56815 
Support for RAW images is not currently functioning; the rawkit bindings
are unmaintained and only support libraw <= 0.18, but nixpkgs ships 0.19 
						
						
					 
					
						2019-04-16 00:03:30 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Tojnar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a51a99c690 
							
						 
					 
					
						
						
							
							gobject-introspection: rename package  
						
						 
						
						... 
						
						
						
						camelCase package name was a huge inconsistency in GNOME package set. 
						
						
					 
					
						2018-12-02 12:42:29 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								R. RyanTM 
							
						 
					 
					
						
						
						
						
							
						
						
							457e3d57dd 
							
						 
					 
					
						
						
							
							rapid-photo-downloader: 0.9.12 -> 0.9.13  
						
						 
						
						... 
						
						
						
						Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update  tools. This update was made
based on information from
https://repology.org/metapackage/rapid-photo-downloader/versions  
						
						
					 
					
						2018-11-08 12:52:39 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Johannes Frankenau 
							
						 
					 
					
						
						
						
						
							
						
						
							6032bdd532 
							
						 
					 
					
						
						
							
							rapid-photo-downloader: 0.9.10 -> 0.9.12  
						
						 
						
						
						
						
					 
					
						2018-10-15 13:45:10 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Johannes Frankenau 
							
						 
					 
					
						
						
						
						
							
						
						
							53c265d0f9 
							
						 
					 
					
						
						
							
							rapid-photo-downloader: 0.9.9 -> 0.9.10  
						
						 
						
						
						
						
					 
					
						2018-08-14 20:56:22 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Johannes Frankenau 
							
						 
					 
					
						
						
						
						
							
						
						
							e6f61bb933 
							
						 
					 
					
						
						
							
							rapid-photo-downloader: init at 0.9.9  
						
						 
						
						
						
						
					 
					
						2018-07-14 20:45:16 +02:00