aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/dbus-glib
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-28 18:56:00 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-10-28 18:58:06 +0100
commit787f322540cf37c871454d14f8498b71027355dc (patch)
tree552a2de4897fd558319fd37e6836fa3d5ceadae7 /pkgs/development/libraries/dbus-glib
parent17b86fef1efb6c0939d1acee2078d2f24dffb8cb (diff)
$docdev fixups: mostly to avoid empty output
... after auto-removing some kinds of files by default. In some cases I let them be removed and in others I let them be put into $docdev. That was more due to general indecisiveness on this question than any reasons in the particular cases.
Diffstat (limited to 'pkgs/development/libraries/dbus-glib')
-rw-r--r--pkgs/development/libraries/dbus-glib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/dbus-glib/default.nix b/pkgs/development/libraries/dbus-glib/default.nix
index 1d91faa68175..59d227f0e868 100644
--- a/pkgs/development/libraries/dbus-glib/default.nix
+++ b/pkgs/development/libraries/dbus-glib/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1xi1v1msz75qs0s4lkyf1psrksdppa3hwkg0mznc6gpw5flg3hdz";
};
- outputs = [ "dev" "out" "doc" ]; # "dev-doc" only
+ outputs = [ "dev" "out" "docdev" ];
outputBin = "dev";
nativeBuildInputs = [ pkgconfig gettext ];