Validate when building outputs

This commit is contained in:
Graham Christensen
2018-03-25 19:52:08 -04:00
parent f67ea4a6d0
commit 30dd2d3feb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ in
pkgs.stdenv.mkDerivation {
name = "nixpkgs-manual";
buildInputs = with pkgs; [ pandoc libxml2 libxslt zip ];
buildInputs = with pkgs; [ pandoc libxml2 libxslt zip jing ];
src = ./.;