From 73688ec63b91014ca01bb2a1ec7886cc560fb4d1 Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Sat, 15 Jun 2013 19:36:16 +0200 Subject: [PATCH] glib doesn't produce doc output (check later) --- 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 1c08bef1413d..ded7174a3066 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" "doc" ]; + outputs = [ "dev" "out" "bin" ]; # configure script looks for d-bus but it is only needed for tests buildInputs = [ libelf ] ++ libintlOrEmpty;