Merge pull request #31987 from jtojnar/devhelp-devdoc

stdenv: Move devhelp books to outputDevdoc
This commit is contained in:
Orivej Desh
2017-11-25 23:14:47 +00:00
committed by GitHub
6 changed files with 11 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ let
inherit sha256;
};
outputs = [ "out" "devdoc" ];
nativeBuildInputs = [ pkgconfig flex bison libxslt ] ++ extraNativeBuildInputs;
buildInputs = [ glib libiconv ] ++ libintlOrEmpty ++ extraBuildInputs;