summary refs log tree commit diff
path: root/pkgs/development/libraries/at-spi2-core
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-07 23:46:00 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-13 20:18:54 +0200
commit888183ffd6a1614971ab5a684e5e4d6a397fc7ad (patch)
tree0474a3247cf688485ad247425740f218add9d16c /pkgs/development/libraries/at-spi2-core
parentb528a5a95ee492c862c31bc67904d02b6eac6f5e (diff)
downloadnixpkgs-888183ffd6a1614971ab5a684e5e4d6a397fc7ad.tar
nixpkgs-888183ffd6a1614971ab5a684e5e4d6a397fc7ad.tar.gz
nixpkgs-888183ffd6a1614971ab5a684e5e4d6a397fc7ad.tar.bz2
nixpkgs-888183ffd6a1614971ab5a684e5e4d6a397fc7ad.tar.lz
nixpkgs-888183ffd6a1614971ab5a684e5e4d6a397fc7ad.tar.xz
nixpkgs-888183ffd6a1614971ab5a684e5e4d6a397fc7ad.tar.zst
nixpkgs-888183ffd6a1614971ab5a684e5e4d6a397fc7ad.zip
at-spi2-core: add "dev" output
Diffstat (limited to 'pkgs/development/libraries/at-spi2-core')
-rw-r--r--pkgs/development/libraries/at-spi2-core/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/at-spi2-core/default.nix b/pkgs/development/libraries/at-spi2-core/default.nix
index b49d1ddb804..256865aefb9 100644
--- a/pkgs/development/libraries/at-spi2-core/default.nix
+++ b/pkgs/development/libraries/at-spi2-core/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
     sha256 = "0xna0gnlqvzy6209klirywcm7ianazshg6pkk828g07bnrywgvhs";
   };
 
-  outputs = [ "out" "doc" ];
+  outputs = [ "dev" "out" "doc" ];
 
   buildInputs = [
     python pkgconfig popt  intltool dbus_glib