$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:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ./x86_64-cpuid.patch ];
|
||||
|
||||
outputs = [ "dev" "out" "doc" ]; # just dev-doc
|
||||
outputs = [ "dev" "out" "docdev" ];
|
||||
outputBin = "dev"; # oil-bugreport
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
Reference in New Issue
Block a user