···15151616 nativeBuildInputs = [ pkgconfig ];
17171818+ # Fix use of fd_set without proper include
1919+ prePatch = ''
2020+ sed -e '1i#include <sys/select.h>' -i vtest/util.c
2121+ '';
2222+1823 meta = with stdenv.lib; {
1924 description = "A virtual 3D GPU library that allows a qemu guest to use the host GPU for accelerated 3D rendering";
2025 homepage = https://virgil3d.github.io/;