Commit d41ca97d authored by Artturin's avatar Artturin
Browse files

firefox-bin: fix `webgpu` support

Did not test firefox-bin, only tested the firefox from flake-firefox-nightly but I'm assuming both have the same issue.

https://www.github.com/nix-community/flake-firefox-nightly/issues/36
parent e544a67e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
, mesa # firefox wants gbm for drm+dmabuf
, cups
, pciutils
, vulkan-loader
, sndio
, libjack2
, speechd-minimal
@@ -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