Skip to content

Commit

Permalink
firefox-bin: fix webgpu support (#349116)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Oct 17, 2024
2 parents 76e0284 + d41ca97 commit ca3b7d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/networking/browsers/firefox/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
, mesa # firefox wants gbm for drm+dmabuf
, cups
, pciutils
, vulkan-loader
, sndio
, libjack2
, speechd-minimal
Expand Down Expand Up @@ -86,7 +87,7 @@ let
else [])
);

libs = lib.optionals stdenv.hostPlatform.isLinux [ udev libva mesa libnotify xorg.libXScrnSaver cups pciutils ]
libs = lib.optionals stdenv.hostPlatform.isLinux [ udev libva mesa libnotify xorg.libXScrnSaver cups pciutils vulkan-loader ]
++ lib.optional pipewireSupport pipewire
++ lib.optional ffmpegSupport ffmpeg
++ lib.optional gssSupport libkrb5
Expand Down

0 comments on commit ca3b7d7

Please sign in to comment.