Skip to content

Commit

Permalink
Revert "libical: temporarily don't build docs to unblock staging-next"
Browse files Browse the repository at this point in the history
This reverts commit dae72e7.
Not needed now.
  • Loading branch information
vcunat authored and FRidh committed May 26, 2019
1 parent b41ef4c commit ea01202
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/libraries/libical/default.nix
Expand Up @@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
name = "libical-${version}";
version = "3.0.4";

outputs = [ "out" "dev" ]; #"devdoc" ];
outputs = [ "out" "dev" "devdoc" ];

src = fetchFromGitHub {
owner = "libical";
Expand All @@ -17,8 +17,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
perl pkgconfig cmake ninja vala gobject-introspection
(python3.withPackages (pkgs: with pkgs; [ pygobject3 ])) # running libical-glib tests
# Docs building fails: https://github.com/NixOS/nixpkgs/pull/61657#issuecomment-495579489
# gtk-doc docbook_xsl docbook_xml_dtd_43 # docs
gtk-doc docbook_xsl docbook_xml_dtd_43 # docs
];
buildInputs = [ glib libxml2 icu ];

Expand Down

0 comments on commit ea01202

Please sign in to comment.