···4747 meta = {
4848 description = "Python bindings and utilities for Geant4";
4949 longDescription = ''
5050- Geant4 is a toolkit for the simulation of the passage of particles through matter.
5151- Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.
5252- The two main reference papers for Geant4 are published in Nuclear Instruments and Methods in Physics Research A 506 (2003) 250-303, and IEEE Transactions on Nuclear Science 53 No. 1 (2006) 270-278.
5050+ Geant4 is a toolkit for the simulation of the passage of particles
5151+ through matter. Its areas of application include high energy,
5252+ nuclear and accelerator physics, as well as studies in medical and
5353+ space science. The two main reference papers for Geant4 are
5454+ published in Nuclear Instruments and Methods in Physics Research A
5555+ 506 (2003) 250-303, and IEEE Transactions on Nuclear Science 53 No. 1
5656+ (2006) 270-278.
5357 '';
5458 homepage = http://www.geant4.org;
5559 license = stdenv.lib.licenses.g4sl;
5660 maintainers = [ ];
5761 platforms = stdenv.lib.platforms.all;
5858- };
6262+ };
5963 };
60646165 fetchGeant4 = import ../fetch.nix {
6266 inherit stdenv fetchurl;
6363- };
6767+ };
64686569in {
6670 v10_0_2 = buildG4py {
6771 inherit (fetchGeant4.v10_0_2) version src;
6872 geant4 = geant4.v10_0_2;
6969- };
7070-}
7373+ };
7474+}