rPackages.bigmemory: add missing dependency

This commit is contained in:
Justin Bedo 2022-11-02 10:11:53 +11:00
parent 3f86920ae8
commit 644b5a7ac7
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -511,6 +511,7 @@ let
nat = [ pkgs.which ];
nat_templatebrains = [ pkgs.which ];
pbdZMQ = lib.optionals stdenv.isDarwin [ pkgs.darwin.binutils ];
bigmemory = [ pkgs.libuuid.dev ];
clustermq = [ pkgs.pkg-config ];
RMark = [ pkgs.which ];
RPushbullet = [ pkgs.which ];