Fix strictDeps paraver
This commit is contained in:
		
							parent
							
								
									c07c5efbfa
								
							
						
					
					
						commit
						d91db4afb4
					
				| @ -60,17 +60,17 @@ stdenv.mkDerivation rec { | |||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   nativeBuildInputs = [ |   nativeBuildInputs = [ | ||||||
|  |     autoconf | ||||||
|  |     automake | ||||||
|  |     autoreconfHook | ||||||
|     wrapGAppsHook |     wrapGAppsHook | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   buildInputs = [ |   buildInputs = [ | ||||||
|     autoreconfHook |  | ||||||
|     boost |     boost | ||||||
|     libxml2.dev |     libxml2.dev | ||||||
|     xml2 |     xml2 | ||||||
|     wx |     wx | ||||||
|     autoconf |  | ||||||
|     automake |  | ||||||
|     paraverKernel |     paraverKernel | ||||||
|     openssl.dev |     openssl.dev | ||||||
|   ]; |   ]; | ||||||
|  | |||||||
| @ -44,14 +44,17 @@ stdenv.mkDerivation rec { | |||||||
|     "--enable-openmp" |     "--enable-openmp" | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   buildInputs = [ |   nativeBuildInputs = [ | ||||||
|     autoreconfHook |     autoreconfHook | ||||||
|     boost |  | ||||||
|     libxml2.dev |  | ||||||
|     xml2 |  | ||||||
|     autoconf |     autoconf | ||||||
|     automake |     automake | ||||||
|     pkg-config |     pkg-config | ||||||
|  |   ]; | ||||||
|  | 
 | ||||||
|  |   buildInputs = [ | ||||||
|  |     boost | ||||||
|  |     libxml2.dev | ||||||
|  |     xml2 | ||||||
|     zlib |     zlib | ||||||
|   ]; |   ]; | ||||||
| } | } | ||||||
|  | |||||||
| @ -61,13 +61,16 @@ stdenv.mkDerivation rec { | |||||||
|     "--with-wx-config=${wx}/bin/wx-config" |     "--with-wx-config=${wx}/bin/wx-config" | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|  |   nativeBuildInputs = [ | ||||||
|  |     autoconf | ||||||
|  |     automake | ||||||
|  |   ]; | ||||||
|  | 
 | ||||||
|   buildInputs = [ |   buildInputs = [ | ||||||
|     boost |     boost | ||||||
|     xml2 |     xml2 | ||||||
|     libxml2.dev |     libxml2.dev | ||||||
|     wx |     wx | ||||||
|     autoconf |  | ||||||
|     automake |  | ||||||
|     openssl.dev |     openssl.dev | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user