From 32d823d3d0b1b06765d288fb7da8402956052509 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 21 Aug 2013 17:44:43 +0200 Subject: [PATCH] Revert "glib doesn't produce doc output (check later)" This reverts commit 73688ec63b91014ca01bb2a1ec7886cc560fb4d1 since glib does have doc output. --- pkgs/development/libraries/glib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/glib/default.nix b/pkgs/development/libraries/glib/default.nix index ded7174a306..1c08bef1413 100644 --- a/pkgs/development/libraries/glib/default.nix +++ b/pkgs/development/libraries/glib/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { sha256 = "090bw5par3dfy5m6dhq393pmy92zpw3d7rgbzqjc14jfg637bqvx"; }; - outputs = [ "dev" "out" "bin" ]; + outputs = [ "dev" "out" "bin" "doc" ]; # configure script looks for d-bus but it is only needed for tests buildInputs = [ libelf ] ++ libintlOrEmpty;