summary refs log tree commit diff
path: root/pkgs/development/libraries/libopus
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-08 11:25:09 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-13 20:18:55 +0200
commite0ed398346bbd84e42931df7fd88a3b2427c0049 (patch)
treed6e535bc5c85444634e75f138f89611c4d0094b1 /pkgs/development/libraries/libopus
parent1fdbc3097b42e6458b7f29a7aba9141c0e6e0e64 (diff)
downloadnixpkgs-e0ed398346bbd84e42931df7fd88a3b2427c0049.tar
nixpkgs-e0ed398346bbd84e42931df7fd88a3b2427c0049.tar.gz
nixpkgs-e0ed398346bbd84e42931df7fd88a3b2427c0049.tar.bz2
nixpkgs-e0ed398346bbd84e42931df7fd88a3b2427c0049.tar.lz
nixpkgs-e0ed398346bbd84e42931df7fd88a3b2427c0049.tar.xz
nixpkgs-e0ed398346bbd84e42931df7fd88a3b2427c0049.tar.zst
nixpkgs-e0ed398346bbd84e42931df7fd88a3b2427c0049.zip
libopus: split "dev" output
Diffstat (limited to 'pkgs/development/libraries/libopus')
-rw-r--r--pkgs/development/libraries/libopus/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libopus/default.nix b/pkgs/development/libraries/libopus/default.nix
index 460aaa2b0ec..b8951e66c8b 100644
--- a/pkgs/development/libraries/libopus/default.nix
+++ b/pkgs/development/libraries/libopus/default.nix
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
     sha256 = "158xprn2086arvdib3vbbygz7z6jqkw2nci7nlywzzwallap0wmr";
   };
 
+  outputs = [ "dev" "out" ];
+
   configureFlags = stdenv.lib.optional fixedPoint "--enable-fixed-point"
                 ++ stdenv.lib.optional withCustomModes "--enable-custom-modes";