Set an env var in the build environment to point to the root of openldap

This commit is contained in:
Graham Christensen 2022-02-09 10:45:27 -05:00
parent 60adee7f94
commit e4adec36f3

View file

@ -592,6 +592,8 @@
] ++ lib.optionals stdenv.isLinux [ rpm dpkg cdrkit ]
);
OPENLDAP_ROOT = openldap;
shellHook = ''
pushd $(git rev-parse --show-toplevel) >/dev/null