tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
openldap: add passthru.tests
ajs124
3 years ago
85b60c38
a5ea08f7
+7
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
openldap
default.nix
+7
pkgs/development/libraries/openldap/default.nix
···
12
12
, openssl
13
13
, systemdMinimal
14
14
, libxcrypt
15
15
+
16
16
+
# passthru
17
17
+
, nixosTests
15
18
}:
16
19
17
20
stdenv.mkDerivation rec {
···
116
119
done
117
120
chmod +x "$out"/lib/*.{so,dylib}
118
121
'';
122
122
+
123
123
+
passthru.tests = {
124
124
+
inherit (nixosTests) openldap;
125
125
+
};
119
126
120
127
meta = with lib; {
121
128
homepage = "https://www.openldap.org/";