mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01: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 = [
|
buildInputs = [
|
||||||
# Native dependencies
|
# Native dependencies
|
||||||
fontconfig freetype openssl libunwind
|
fontconfig freetype openssl libunwind
|
||||||
xorg.libxcb xlibsWrapper
|
xorg.libxcb
|
||||||
|
xorg.libX11
|
||||||
|
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
gst_all_1.gst-plugins-base
|
gst_all_1.gst-plugins-base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue