From 881e01ab7e17fff812031033fe462ebbae1546ec Mon Sep 17 00:00:00 2001 From: Nathan Lefler Date: Sun, 31 Jul 2022 23:50:23 +0000 Subject: [PATCH] Update nix-shell package names "xlibs" has been renamed to "xorg" "x11" has been renamed to "xlibsWrapper" Signed-off-by: Nathan Lefler --- etc/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/shell.nix b/etc/shell.nix index dade0d1c367..a83a02fec7a 100644 --- a/etc/shell.nix +++ b/etc/shell.nix @@ -9,7 +9,7 @@ clangStdenv.mkDerivation rec { buildInputs = [ # Native dependencies fontconfig freetype openssl libunwind - xlibs.libxcb x11 + xorg.libxcb xlibsWrapper gst_all_1.gstreamer gst_all_1.gst-plugins-base