Merge pull request #187017 from veprbl/pr/geant4_clhep_pbi

geant4: move clhep to propagatedBuildInputs
This commit is contained in:
Dmitry Kalinkin 2022-08-18 11:25:33 -04:00 committed by GitHub
commit 5a7d055a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];