geant: Clean up a bit
This commit is contained in:
parent
a18ee4acb7
commit
cfd18c85a4
@ -47,24 +47,28 @@ let
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Python bindings and utilities for Geant4";
|
description = "Python bindings and utilities for Geant4";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Geant4 is a toolkit for the simulation of the passage of particles through matter.
|
Geant4 is a toolkit for the simulation of the passage of particles
|
||||||
Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.
|
through matter. Its areas of application include high energy,
|
||||||
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.
|
nuclear and accelerator physics, as well as studies in medical and
|
||||||
|
space science. 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.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.geant4.org;
|
homepage = http://www.geant4.org;
|
||||||
license = stdenv.lib.licenses.g4sl;
|
license = stdenv.lib.licenses.g4sl;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fetchGeant4 = import ../fetch.nix {
|
fetchGeant4 = import ../fetch.nix {
|
||||||
inherit stdenv fetchurl;
|
inherit stdenv fetchurl;
|
||||||
};
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
v10_0_2 = buildG4py {
|
v10_0_2 = buildG4py {
|
||||||
inherit (fetchGeant4.v10_0_2) version src;
|
inherit (fetchGeant4.v10_0_2) version src;
|
||||||
geant4 = geant4.v10_0_2;
|
geant4 = geant4.v10_0_2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user