Set an env var in the build environment to point to the root of openldap
This commit is contained in:
@ -592,6 +592,8 @@
|
||||
] ++ lib.optionals stdenv.isLinux [ rpm dpkg cdrkit ]
|
||||
);
|
||||
|
||||
OPENLDAP_ROOT = openldap;
|
||||
|
||||
shellHook = ''
|
||||
pushd $(git rev-parse --show-toplevel) >/dev/null
|
||||
|
||||
|
Reference in New Issue
Block a user