libaudit: Split into multiple outputs
This commit is contained in:
parent
63ab4ebf8d
commit
20ab753e35
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0jwrww1vn7yqxmb84n6y4p58z34gga0ic4rs2msvpzc2x1hxrn31";
|
||||
};
|
||||
|
||||
outputs = [ "bin" "dev" "out" "man" ];
|
||||
|
||||
buildInputs = [ openldap ]
|
||||
++ stdenv.lib.optional enablePython python;
|
||||
|
||||
|
|
Loading…
Reference in a new issue