geant4.tests.example_B1: init

This commit is contained in:
Dmitry Kalinkin
2020-11-09 23:02:56 -05:00
parent 3aca0e1e6c
commit eeb4ae1c66
2 changed files with 36 additions and 0 deletions
@@ -38,6 +38,9 @@
# For enablePython
, boost
, python3
# For tests
, callPackage
}:
let
@@ -108,6 +111,8 @@ stdenv.mkDerivation rec {
inherit stdenv fetchurl;
geant_version = version;
};
tests = callPackage ./tests.nix {};
};
# Set the myriad of envars required by Geant4 if we use a nix-shell.