mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Update nix-shell package names
"xlibs" has been renamed to "xorg" "x11" has been renamed to "xlibsWrapper" Signed-off-by: Nathan Lefler <nathan@lefler.me>
This commit is contained in:
parent
c23adde5a3
commit
881e01ab7e
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