Fix strictDeps mercurium
This commit is contained in:
		
							parent
							
								
									163a409c80
								
							
						
					
					
						commit
						ce3ae340fc
					
				| @ -32,19 +32,22 @@ stdenv.mkDerivation rec { | |||||||
| 
 | 
 | ||||||
|   enableParallelBuilding = true; |   enableParallelBuilding = true; | ||||||
| 
 | 
 | ||||||
|   buildInputs = [ |   nativeBuildInputs = [ | ||||||
|     autoreconfHook |     autoreconfHook | ||||||
|     nanos6 |     bison | ||||||
|     gperf |     flex | ||||||
|     python3 |     python3 | ||||||
|     gfortran |     gfortran | ||||||
|     pkg-config |     pkg-config | ||||||
|     sqlite.dev |     gperf | ||||||
|     bison |  | ||||||
|     flex |  | ||||||
|     gcc |     gcc | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|  |   buildInputs = [ | ||||||
|  |     nanos6 | ||||||
|  |     sqlite.dev | ||||||
|  |   ]; | ||||||
|  | 
 | ||||||
|   patches = [ ./intel.patch ]; |   patches = [ ./intel.patch ]; | ||||||
| 
 | 
 | ||||||
|   preConfigure = '' |   preConfigure = '' | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user