docdev -> devdoc

It's "developer documentation", not "documentation developer" after
all.
This commit is contained in:
Eelco Dolstra
2016-09-01 11:07:23 +02:00
parent 838c75398c
commit 8172cd734c
38 changed files with 46 additions and 46 deletions

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
sha256 = "e27af54172c72b3ac6be53c9a4c67053e16c905e02addcf3a603ceb2005c1a40";
};
outputs = [ "bin" "dev" "out" "docdev" ];
outputs = [ "bin" "dev" "out" "devdoc" ];
buildInputs = [ gobjectIntrospection ];
nativeBuildInputs = [ pkgconfig ];