Commit Graph

13 Commits

Author SHA1 Message Date
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Gabriel Ebner
cc5f64c3ea geant4: fix build with enableInventor = true 2019-06-17 18:40:52 +02:00
Dmitry Kalinkin
8d063d92a4 geant4: limit platforms to linux 2018-09-07 11:36:28 -04:00
Dmitry Kalinkin
f3049d020a geant4: move parameter definitions from all-packages, use system zlib, use qt5 2018-09-03 10:55:33 -04:00
Dmitry Kalinkin
537de20645 geant4: remove multi version infrastructure
Nobody maintains this and this does not contribute anything towards
making reproducible research. Also this was missing recurseIntoAttrs, so
Hydra used to not see it.
2018-09-03 10:55:33 -04:00
Dmitry Kalinkin
d7ab0f4026 geant4: only supply requested dependencies, sort out *BuildInputs 2018-09-03 10:55:15 -04:00
Dmitry Kalinkin
d22be10e66 geant4: refactor cmakeFlags to use lists 2018-09-03 10:55:15 -04:00
Tmplt
024efc9509 geant4: v10.0.2 -> v10.4.1, define datasets seperately, add deps for enableInventor
By seperating the datasets, geant4 now builds in a sandbox.

Resolves #39766
2018-05-12 21:58:41 +02:00
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Vladimír Čunát
21e3ff658a x11: replace its usage by xlibsWrapper directly
Scilab note: the parameters already had pointed to nonexistent dirs
before this set of refactoring. But that config wasn't even used by
default.
2015-09-15 12:08:24 +02:00
Joachim Fasting
bf7ad2d84f meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Christopher Poole
a5cf6850e3 Removed all versions of geant4 except for the latest one. 2014-09-27 10:45:06 +10:00
Christopher Poole
2c3fbe3a8e Add the Geant4 Monte Carlo radiation transport toolkit and its Python bindings. 2014-09-04 17:21:42 +10:00