Merge pull request #307179 from b-rodrigues/fix_tfevents

rPackages.tfevents: fixed build
This commit is contained in:
Aleksana 2024-04-30 02:37:13 +08:00 committed by GitHub
commit ccd42e3c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -621,6 +621,7 @@ let
tikzDevice = with pkgs; [ which texliveMedium ];
gridGraphics = [ pkgs.which ];
adimpro = with pkgs; [ which xorg.xdpyinfo ];
tfevents = [ pkgs.protobuf ];
rsvg = [ pkgs.librsvg.dev ];
ssh = with pkgs; [ libssh ];
s2 = [ pkgs.openssl.dev ];