docdev -> devdoc
It's "developer documentation", not "documentation developer" after all.
This commit is contained in:
@@ -17,8 +17,8 @@ stdenv.mkDerivation {
|
||||
|
||||
inherit src patches;
|
||||
|
||||
outputs = [ "bin" "dev" "out" "man" "docdev" ];
|
||||
outputInfo = "docdev";
|
||||
outputs = [ "bin" "dev" "out" "man" "devdoc" ];
|
||||
outputInfo = "devdoc";
|
||||
|
||||
postPatch = lib.optionalString (lib.versionAtLeast version "3.4") ''
|
||||
sed '2iecho "name constraints tests skipped due to datefudge problems"\nexit 0' \
|
||||
|
||||
Reference in New Issue
Block a user