geant4: move clhep to propagatedBuildInputs

The include/Geant4/G4ThreeVector.hh includes CLHEP/Vector/ThreeVector.h
This commit is contained in:
Dmitry Kalinkin 2022-08-16 15:06:43 -04:00
parent 8471526587
commit d23a9eea6f
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

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