forked from lix-project/hydra
Set an env var in the build environment to point to the root of openldap
This commit is contained in:
parent
60adee7f94
commit
e4adec36f3
1 changed files with 2 additions and 0 deletions
|
@ -592,6 +592,8 @@
|
|||
] ++ lib.optionals stdenv.isLinux [ rpm dpkg cdrkit ]
|
||||
);
|
||||
|
||||
OPENLDAP_ROOT = openldap;
|
||||
|
||||
shellHook = ''
|
||||
pushd $(git rev-parse --show-toplevel) >/dev/null
|
||||
|
||||
|
|
Loading…
Reference in a new issue