Update shell.nix

Replace deprecated xlibsWrapper with just xorg.libX11
This commit is contained in:
Mifom 2023-04-09 23:35:17 +03:00
parent bafa68ed59
commit 11892c7f84

View file

@ -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