mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update shell.nix
Replace deprecated xlibsWrapper with just xorg.libX11
This commit is contained in:
parent
bafa68ed59
commit
11892c7f84
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ clangStdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
# Native dependencies
|
||||
fontconfig freetype openssl libunwind
|
||||
xorg.libxcb xlibsWrapper
|
||||
xorg.libxcb
|
||||
xorg.libX11
|
||||
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue