<nix/fetchurl.nix>: Don't access builtins.currentSystem
This doesn't work in pure evaluation mode.
This commit is contained in:
		
							parent
							
								
									75b9670df6
								
							
						
					
					
						commit
						6ddfe9a999
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| { system ? builtins.currentSystem | ||||
| { system ? "" # obsolete | ||||
| , url | ||||
| , md5 ? "", sha1 ? "", sha256 ? "", sha512 ? "" | ||||
| , outputHash ? | ||||
|  | @ -17,7 +17,9 @@ derivation { | |||
|   inherit outputHashAlgo outputHash; | ||||
|   outputHashMode = if unpack || executable then "recursive" else "flat"; | ||||
| 
 | ||||
|   inherit name system url executable unpack; | ||||
|   inherit name url executable unpack; | ||||
| 
 | ||||
|   system = "builtin"; | ||||
| 
 | ||||
|   # No need to double the amount of network traffic | ||||
|   preferLocalBuild = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue