mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
024efc9509
By seperating the datasets, geant4 now builds in a sandbox. Resolves #39766
6 lines
74 B
Bash
6 lines
74 B
Bash
@name@ () {
|
|
export G4@envvar@DATA="@out@/data"
|
|
}
|
|
|
|
postHooks+=(@name@)
|