More docs/manpages in separate outputs

This commit is contained in:
Eelco Dolstra
2015-07-27 00:27:54 +02:00
parent f41201ef97
commit e1f78bf677
15 changed files with 44 additions and 1 deletions
@@ -8,6 +8,8 @@ stdenv.mkDerivation (rec {
sha256 = "0cbp498ckjwj7qr8b9pmkry8hkhldgkvg5yix8hi9c8z1hxxb651";
};
outputs = [ "out" "doc" ];
LDFLAGS = if stdenv.isSunOS then "-lm -lmd -lmp -luutil -lnvpair -lnsl -lidmap -lavl -lsec" else "";
configureFlags = [ "--disable-csharp" "--with-xz" ]