mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
firefoxpwa: fix libEGL detection
This commit is contained in:
parent
e7722c1047
commit
404bb21026
@ -10,6 +10,7 @@
|
||||
cups,
|
||||
firefox-unwrapped,
|
||||
libcanberra-gtk3,
|
||||
libglvnd,
|
||||
libnotify,
|
||||
libva,
|
||||
mesa,
|
||||
@ -67,6 +68,7 @@ rustPlatform.buildRustPackage rec {
|
||||
libs =
|
||||
lib.optionals stdenv.isLinux [
|
||||
cups
|
||||
libglvnd
|
||||
libnotify
|
||||
libva
|
||||
mesa
|
||||
|
Loading…
Reference in New Issue
Block a user