1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00
nixpkgs/pkgs/development/libraries/physics/geant4/datasets-hook.sh
2019-10-19 18:23:42 -04:00

6 lines
73 B
Bash

@name@ () {
export G4@envvar@DATA="@datadir@"
}
postHooks+=(@name@)