mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
rPackages.cluster: fix darwin build
This fixes the error: ld: library not found for -liconv
This commit is contained in:
parent
1d1a4bfb39
commit
5d092b3052
@ -433,6 +433,7 @@ let
|
|||||||
PET = [ pkgs.which pkgs.xorg.xdpyinfo pkgs.imagemagick ];
|
PET = [ pkgs.which pkgs.xorg.xdpyinfo pkgs.imagemagick ];
|
||||||
dti = [ pkgs.which pkgs.xorg.xdpyinfo pkgs.imagemagick ];
|
dti = [ pkgs.which pkgs.xorg.xdpyinfo pkgs.imagemagick ];
|
||||||
mzR = [ pkgs.netcdf ];
|
mzR = [ pkgs.netcdf ];
|
||||||
|
cluster = [ pkgs.libiconv ];
|
||||||
};
|
};
|
||||||
|
|
||||||
packagesRequireingX = [
|
packagesRequireingX = [
|
||||||
|
Loading…
Reference in New Issue
Block a user