geant4: fix build with enableInventor = true

This commit is contained in:
Gabriel Ebner 2019-06-17 18:10:17 +02:00
parent d8392958f7
commit cc5f64c3ea

View File

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optionals enableGDML [ xercesc ]
++ stdenv.lib.optionals enableXM [ motif ]
++ stdenv.lib.optionals enableQT [ qtbase ]
++ stdenv.lib.optionals enableInventor [ libXpm coin3d soxt ];
++ stdenv.lib.optionals enableInventor [ libXpm coin3d soxt motif ];
postFixup = ''
# Don't try to export invalid environment variables.