spandsp: Use multiple outputs to reduce closure size

This commit is contained in:
Thomas Tuegel 2019-09-25 10:13:59 -05:00
parent 6cbf0b4bd2
commit 9d35ea756e
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
url = "https://www.soft-switch.org/downloads/spandsp/spandsp-${version}.tar.gz";
sha256 = "0rclrkyspzk575v8fslzjpgp4y2s4x7xk3r55ycvpi4agv33l1fc";
};
buildInputs = [];
outputs = [ "out" "dev" ];
propagatedBuildInputs = [audiofile libtiff];
meta = {
homepage = http://www.creytiv.com/baresip.html;
@ -18,4 +18,3 @@ stdenv.mkDerivation rec {
updateWalker = true;
};
}