mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 19:57:52 +00:00
suscan: fix build by adding zlib
This commit is contained in:
parent
a77ec8862d
commit
bb01e59deb
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user