diff options
author | Christopher Baines <mail@cbaines.net> | 2016-05-16 22:20:12 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-09-04 23:05:14 +0100 |
commit | 86de22b526313a68e5c8bb8a361d5904c30d8b51 (patch) | |
tree | c3307b2e032ac87f8d5c2ff79e57eff692cecf2b /pre-inst-env | |
download | guix-pypi-utils-86de22b526313a68e5c8bb8a361d5904c30d8b51.tar guix-pypi-utils-86de22b526313a68e5c8bb8a361d5904c30d8b51.tar.gz |
Initial commit
Diffstat (limited to 'pre-inst-env')
-rwxr-xr-x | pre-inst-env | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pre-inst-env b/pre-inst-env new file mode 100755 index 0000000..cae58b0 --- /dev/null +++ b/pre-inst-env @@ -0,0 +1,12 @@ +#!/bin/sh + +GUILE_LOAD_PATH=".:../guix-python-intergration-project:$GUILE_LOAD_PATH" +export GUILE_LOAD_PATH + +GUIX_PACKAGE_PATH="$GUILE_LOAD_PATH" +export GUIX_PACKAGE_PATH + +GUILE_WARN_DEPRECATED="detailed" +export GUILE_WARN_DEPRECATED + +exec "$@" |