about summary refs log tree commit diff
path: root/pkgs/development/libraries/spandsp
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-09-26 09:16:23 +0100
committerJörg Thalheim <joerg@thalheim.io>2019-09-26 09:17:23 +0100
commit9a1b767a550be8b044b5db3f32dbb270973204c5 (patch)
treed073db9db8ac869479340d98e0598f01d257d508 /pkgs/development/libraries/spandsp
parentf4c4b53b24dd97ca80d7fb7c93d7da9c624a766b (diff)
downloadnixlib-9a1b767a550be8b044b5db3f32dbb270973204c5.tar
nixlib-9a1b767a550be8b044b5db3f32dbb270973204c5.tar.gz
nixlib-9a1b767a550be8b044b5db3f32dbb270973204c5.tar.bz2
nixlib-9a1b767a550be8b044b5db3f32dbb270973204c5.tar.lz
nixlib-9a1b767a550be8b044b5db3f32dbb270973204c5.tar.xz
nixlib-9a1b767a550be8b044b5db3f32dbb270973204c5.tar.zst
nixlib-9a1b767a550be8b044b5db3f32dbb270973204c5.zip
treewide: remove empty buildInputs
Diffstat (limited to 'pkgs/development/libraries/spandsp')
-rw-r--r--pkgs/development/libraries/spandsp/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/spandsp/default.nix b/pkgs/development/libraries/spandsp/default.nix
index c2dc20cc3927..407e3d5e235d 100644
--- a/pkgs/development/libraries/spandsp/default.nix
+++ b/pkgs/development/libraries/spandsp/default.nix
@@ -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;
   };
 }
-