Move patch file to a less obtrusive location
This commit is contained in:
		
							parent
							
								
									8a1235c3dc
								
							
						
					
					
						commit
						92976cc9aa
					
				
					 3 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3,5 +3,5 @@ let inherit (nixpkgs) pkgs;
 | 
			
		|||
in self: super: rec {
 | 
			
		||||
  generic-arbitrary = pkgs.haskell.lib.appendPatch
 | 
			
		||||
    super.generic-arbitrary
 | 
			
		||||
    [ ./generic-arbitrary-export-garbitrary.patch ];
 | 
			
		||||
    [ ./build/generic-arbitrary-export-garbitrary.patch ];
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -21,7 +21,7 @@ let
 | 
			
		|||
        # eww https://github.com/NixOS/nixpkgs/issues/16394
 | 
			
		||||
        generic-arbitrary = pkgs.haskell.lib.appendPatch
 | 
			
		||||
          super.generic-arbitrary
 | 
			
		||||
          [ ./generic-arbitrary-export-garbitrary.patch ];
 | 
			
		||||
          [ ./build/generic-arbitrary-export-garbitrary.patch ];
 | 
			
		||||
      });
 | 
			
		||||
    }
 | 
			
		||||
    else packageSet
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue