mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-29 22:24:35 +00:00 
			
		
		
		
	1213: nix; fix buildInputs arr
This commit is contained in:
		| @@ -9,9 +9,9 @@ stdenv.mkDerivation rec { | ||||
|  | ||||
|   src = ./; | ||||
|  | ||||
|   buildInputs = { | ||||
|   buildInputs = [ | ||||
|     gzip | ||||
|     bzip2 | ||||
|     python27 | ||||
|   }; | ||||
|   ]; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user