libaudit: Split into multiple outputs
This commit is contained in:
parent
63ab4ebf8d
commit
20ab753e35
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0jwrww1vn7yqxmb84n6y4p58z34gga0ic4rs2msvpzc2x1hxrn31";
|
||||
};
|
||||
|
||||
outputs = [ "bin" "dev" "out" "man" ];
|
||||
|
||||
buildInputs = [ openldap ]
|
||||
++ stdenv.lib.optional enablePython python;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user