$docdev fixups: mostly to avoid empty output
... after auto-removing some kinds of files by default. In some cases I let them be removed and in others I let them be put into $docdev. That was more due to general indecisiveness on this question than any reasons in the particular cases.
This commit is contained in:
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1i3a1wdpagm0p3y1bwaz5x5rjhcpqbcrnhkcp10p259vkxk72wz5";
|
||||
};
|
||||
|
||||
outputs = [ "dev" "out" "doc" ]; # only dev-doc
|
||||
outputs = [ "dev" "out" "docdev" ];
|
||||
outputBin = "dev";
|
||||
|
||||
buildInputs = [ pkgconfig libffi libtasn1 libiconv ];
|
||||
|
||||
Reference in New Issue
Block a user