summary refs log tree commit diff
path: root/pkgs/development/libraries/libsndfile
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-04-10 11:37:43 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-04-10 11:37:43 +0200
commit4fa9983ab2ed412cb7f5c3509c1f65094793b0e0 (patch)
treebd123d5c2ab4fef012ae7de6a225c092f8d611b8 /pkgs/development/libraries/libsndfile
parentcdc5326a31189d596abfcb30b776de8ba3e65569 (diff)
parent30f14243c33f1b386273d08a4776aa679c42143d (diff)
downloadnixpkgs-4fa9983ab2ed412cb7f5c3509c1f65094793b0e0.tar
nixpkgs-4fa9983ab2ed412cb7f5c3509c1f65094793b0e0.tar.gz
nixpkgs-4fa9983ab2ed412cb7f5c3509c1f65094793b0e0.tar.bz2
nixpkgs-4fa9983ab2ed412cb7f5c3509c1f65094793b0e0.tar.lz
nixpkgs-4fa9983ab2ed412cb7f5c3509c1f65094793b0e0.tar.xz
nixpkgs-4fa9983ab2ed412cb7f5c3509c1f65094793b0e0.tar.zst
nixpkgs-4fa9983ab2ed412cb7f5c3509c1f65094793b0e0.zip
Merge branch 'closure-size' (#7701) into staging
Diffstat (limited to 'pkgs/development/libraries/libsndfile')
-rw-r--r--pkgs/development/libraries/libsndfile/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libsndfile/default.nix b/pkgs/development/libraries/libsndfile/default.nix
index 48a2999e7af..5be8730ba01 100644
--- a/pkgs/development/libraries/libsndfile/default.nix
+++ b/pkgs/development/libraries/libsndfile/default.nix
@@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
   buildInputs = [ pkgconfig flac libogg libvorbis ]
     ++ stdenv.lib.optional stdenv.isDarwin Carbon;
 
+  enableParallelBuilding = true;
+
+  outputs = [ "dev" "out" "bin" "doc" ];
+
   # need headers from the Carbon.framework in /System/Library/Frameworks to
   # compile this on darwin -- not sure how to handle
   preConfigure = stdenv.lib.optionalString stdenv.isDarwin