mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #29606 - Mifom:update-nix-shell, r=jdm
Update shell.nix <!-- Please describe your changes on the following line: --> After https://github.com/NixOS/nixpkgs/pull/207938 was merged the option `pkgs.xlibsWrapper` was removed. This PR replacing it with `xorg.libX11` as this is enouth to build and test in `nix-shell` environment. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Either: --> - [X] These changes do not require tests because PR updates nix build environment. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
commit
53218621e9
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