From 11892c7f84f1a0d296af924031b8bc1dbb75ac61 Mon Sep 17 00:00:00 2001 From: Mifom Date: Sun, 9 Apr 2023 23:35:17 +0300 Subject: [PATCH] Update shell.nix Replace deprecated xlibsWrapper with just xorg.libX11 --- etc/shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/shell.nix b/etc/shell.nix index ee02eb6aeb9..6b2f66d73cf 100644 --- a/etc/shell.nix +++ b/etc/shell.nix @@ -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