Merge pull request #187017 from veprbl/pr/geant4_clhep_pbi
geant4: move clhep to propagatedBuildInputs
This commit is contained in:
commit
5a7d055a8d
1 changed files with 2 additions and 2 deletions
|
@ -88,11 +88,11 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
dontWrapQtApps = true; # no binaries
|
||||
|
||||
buildInputs = [ clhep libGLU xlibsWrapper libXmu ]
|
||||
buildInputs = [ libGLU xlibsWrapper libXmu ]
|
||||
++ lib.optionals enableInventor [ libXpm coin3d soxt motif ]
|
||||
++ lib.optionals enablePython [ boost_python python3 ];
|
||||
|
||||
propagatedBuildInputs = [ expat xercesc zlib libGL ]
|
||||
propagatedBuildInputs = [ clhep expat xercesc zlib libGL ]
|
||||
++ lib.optionals enableXM [ motif ]
|
||||
++ lib.optionals enableQt [ qtbase ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue