replace: split man output

This commit is contained in:
Profpatsch 2018-02-19 19:52:08 +01:00
parent 4419a311f7
commit b87a7c482b

View file

@ -8,6 +8,8 @@ stdenv.mkDerivation {
sha256 = "1c2nkxx83vmlh1v3ib6r2xqh121gdb1rharwsimcb2h0xwc558dm";
};
outputs = [ "out" "man" ];
makeFlags = "TREE=\$(out) MANTREE=\$(TREE)/share/man";
preBuild = ''