3
0
Fork 0
forked from mirrors/nixpkgs

libaudit: Split into multiple outputs

This commit is contained in:
Tuomas Tynkkynen 2016-08-21 01:55:21 +03:00
parent 63ab4ebf8d
commit 20ab753e35

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
sha256 = "0jwrww1vn7yqxmb84n6y4p58z34gga0ic4rs2msvpzc2x1hxrn31";
};
outputs = [ "bin" "dev" "out" "man" ];
buildInputs = [ openldap ]
++ stdenv.lib.optional enablePython python;