···1516 nativeBuildInputs = [ pkgconfig ];
170000018 meta = with stdenv.lib; {
19 description = "A virtual 3D GPU library that allows a qemu guest to use the host GPU for accelerated 3D rendering";
20 homepage = https://virgil3d.github.io/;
···1516 nativeBuildInputs = [ pkgconfig ];
1718+ # Fix use of fd_set without proper include
19+ prePatch = ''
20+ sed -e '1i#include <sys/select.h>' -i vtest/util.c
21+ '';
22+23 meta = with stdenv.lib; {
24 description = "A virtual 3D GPU library that allows a qemu guest to use the host GPU for accelerated 3D rendering";
25 homepage = https://virgil3d.github.io/;