Skip to content

Commit

Permalink
fix: added libgcc dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsu8142 committed Nov 1, 2023
1 parent 061af56 commit a2d92e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/naver-whale/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let
libxkbcommon xorg.libXScrnSaver xorg.libXcomposite xorg.libXcursor xorg.libXdamage
xorg.libXext xorg.libXfixes xorg.libXi xorg.libXrandr xorg.libXrender xorg.libxshmfence
xorg.libXtst libuuid mesa nspr nss pango pipewire udev wayland
xorg.libxcb zlib snappy libkrb5 libpulseaudio libva
xorg.libxcb zlib snappy libkrb5 libpulseaudio libva libgcc
];
rpath = lib.makeLibraryPath deps + ":" + lib.makeSearchPathOutput "lib" "lib64" deps;
binpath = lib.makeBinPath deps;
Expand Down

0 comments on commit a2d92e6

Please sign in to comment.