spandsp: Use multiple outputs to reduce closure size
This commit is contained in:
parent
6cbf0b4bd2
commit
9d35ea756e
|
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||||
url = "https://www.soft-switch.org/downloads/spandsp/spandsp-${version}.tar.gz";
|
url = "https://www.soft-switch.org/downloads/spandsp/spandsp-${version}.tar.gz";
|
||||||
sha256 = "0rclrkyspzk575v8fslzjpgp4y2s4x7xk3r55ycvpi4agv33l1fc";
|
sha256 = "0rclrkyspzk575v8fslzjpgp4y2s4x7xk3r55ycvpi4agv33l1fc";
|
||||||
};
|
};
|
||||||
buildInputs = [];
|
outputs = [ "out" "dev" ];
|
||||||
propagatedBuildInputs = [audiofile libtiff];
|
propagatedBuildInputs = [audiofile libtiff];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.creytiv.com/baresip.html;
|
homepage = http://www.creytiv.com/baresip.html;
|
||||||
|
@ -18,4 +18,3 @@ stdenv.mkDerivation rec {
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue