Auto merge of #28908 - nlefler:update-nix-shell, r=jdm

Update nix-shell package names

<!-- Please describe your changes on the following line: -->
Updating two packages in `shell.nix` which have been renamed.

"xlibs" has been renamed to/replaced by "xorg"
"x11" has been renamed to/replaced by "xlibsWrapper"

Signed-off-by: Nathan Lefler <nathan@lefler.me>

---
<!-- 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
- [X] There is no Issue for these changes

<!-- Either: -->
- [X] These changes do not require tests because they do not change code or dependencies

<!-- 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:
bors-servo 2022-08-15 07:56:03 -04:00 committed by GitHub
commit de183dfde7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ clangStdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
# Native dependencies # Native dependencies
fontconfig freetype openssl libunwind fontconfig freetype openssl libunwind
xlibs.libxcb x11 xorg.libxcb xlibsWrapper
gst_all_1.gstreamer gst_all_1.gstreamer
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-base