# libX11.dev and xorg.xorgproto are needed because of
# builder error: Header file <X11/Xlib.h>, needed for module `clipboard.x11` was not found. Please install a package with the X11 development headers, for example: `apt-get install libx11-dev`.
@@ -68,23 +73,25 @@ stdenv.mkDerivation {
preBuild=''
export HOME=$(mktemp -d)
mkdir -p ./thirdparty/tcc/lib
cp -r ${boehmgcStatic}/lib/* ./thirdparty/tcc/lib
''
# this step is not needed it's just to silence a warning
# we don't use tcc at all since it fails on a missing libatomic