treewide: remove empty buildInputs

This commit is contained in:
Jörg Thalheim
2019-09-26 09:17:23 +01:00
parent f4c4b53b24
commit 9a1b767a55
7 changed files with 3 additions and 13 deletions
@@ -6,7 +6,6 @@ stdenv.mkDerivation rec {
url = "https://www.soft-switch.org/downloads/spandsp/spandsp-${version}.tar.gz";
sha256 = "0rclrkyspzk575v8fslzjpgp4y2s4x7xk3r55ycvpi4agv33l1fc";
};
buildInputs = [];
propagatedBuildInputs = [audiofile libtiff];
meta = {
homepage = http://www.creytiv.com/baresip.html;
@@ -18,4 +17,3 @@ stdenv.mkDerivation rec {
updateWalker = true;
};
}