vala: split out devdoc output

wip/yesman
Jan Tojnar 7 years ago
parent f15f06c901
commit 46ee9d4c34
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 2
      pkgs/development/compilers/vala/default.nix

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

Loading…
Cancel
Save