Fix strictDeps tampi
This commit is contained in:
		
							parent
							
								
									e3faa29477
								
							
						
					
					
						commit
						1b4b039faf
					
				| @ -41,20 +41,24 @@ let | |||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|   source = if (useGit) then git else release; |   source = if (useGit) then git else release; | ||||||
| in stdenv.mkDerivation rec { | in stdenv.mkDerivation { | ||||||
|   pname = "tampi"; |   pname = "tampi"; | ||||||
|   inherit (source) src version; |   inherit (source) src version; | ||||||
|   enableParallelBuilding = true; |   enableParallelBuilding = true; | ||||||
|   separateDebugInfo = true; |   separateDebugInfo = true; | ||||||
|   buildInputs = [ | 
 | ||||||
|     autoreconfHook |   nativeBuildInputs = [ | ||||||
|     automake |  | ||||||
|     autoconf |     autoconf | ||||||
|     libtool |     automake | ||||||
|  |     autoreconfHook | ||||||
|  |     gcc | ||||||
|     gnumake |     gnumake | ||||||
|  |     libtool | ||||||
|  |   ]; | ||||||
|  | 
 | ||||||
|  |   buildInputs = [ | ||||||
|     boost |     boost | ||||||
|     mpi |     mpi | ||||||
|     gcc |  | ||||||
|   ] ++ optional (enableOvni) ovni; |   ] ++ optional (enableOvni) ovni; | ||||||
|   configureFlags = optional (enableOvni) "--with-ovni=${ovni}"; |   configureFlags = optional (enableOvni) "--with-ovni=${ovni}"; | ||||||
|   dontDisableStatic = true; |   dontDisableStatic = true; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user