suscan: fix build by adding zlib

This commit is contained in:
Doron Behar 2024-07-31 12:23:51 +03:00
parent a77ec8862d
commit bb01e59deb

View File

@ -9,6 +9,7 @@
, soapysdr-with-plugins
, libxml2
, volk
, zlib
}:
stdenv.mkDerivation rec {
@ -38,6 +39,7 @@ stdenv.mkDerivation rec {
soapysdr-with-plugins
libxml2
volk
zlib
];
meta = with lib; {