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
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
sha256 = "0mjidq4q0hikhis2d35kzkhx6xfcgl875mk5ph5d98fa9kswa4iw";
};
outputs = [ "bin" "dev" "out" "man" "docdev" ];
outputs = [ "bin" "dev" "out" "man" "devdoc" ];
nativeBuildInputs = [ pkgconfig perl ];