1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-22 06:05:13 +00:00
nixpkgs/pkgs/development/libraries/physics/lhapdf/pdfset-hook.sh
2016-10-19 02:17:15 -04:00

6 lines
78 B
Bash

@name@ () {
addToSearchPath LHAPDF_DATA_PATH "@out@"
}
postHooks+=(@name@)