1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

rPackages.writexl: add zlib dependency

This commit is contained in:
Justin Bedo 2021-09-26 07:40:36 +10:00
parent 353fea8792
commit 6df27f3109
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -468,6 +468,7 @@ let
s2 = [ pkgs.openssl.dev ];
ArrayExpressHTS = with pkgs; [ zlib.dev curl.dev which ];
bbl = with pkgs; [ gsl ];
writexl = with pkgs; [ zlib.dev ];
};
packagesRequireingX = [