mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
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:
commit
de183dfde7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue