virglrenderer: remove cmake input

I think I must have added this by mistake — it's not referenced in
either the release where I added it, or the current release.

Fixes: 14d677796233 ("virglrenderer: 0.7.0 -> 0.8.1")

+2 -4
+2 -4
pkgs/development/libraries/virglrenderer/default.nix
··· 1 - { lib, stdenv, fetchurl, cmake, meson, ninja, pkg-config, python3 2 , libGLU, libepoxy, libX11, libdrm, mesa 3 }: 4 ··· 15 16 buildInputs = [ libGLU libepoxy libX11 libdrm mesa ]; 17 18 - nativeBuildInputs = [ cmake meson ninja pkg-config python3 ]; 19 - 20 - dontUseCmakeConfigure = true; 21 22 meta = with lib; { 23 description = "A virtual 3D GPU library that allows a qemu guest to use the host GPU for accelerated 3D rendering";
··· 1 + { lib, stdenv, fetchurl, meson, ninja, pkg-config, python3 2 , libGLU, libepoxy, libX11, libdrm, mesa 3 }: 4 ··· 15 16 buildInputs = [ libGLU libepoxy libX11 libdrm mesa ]; 17 18 + nativeBuildInputs = [ meson ninja pkg-config python3 ]; 19 20 meta = with lib; { 21 description = "A virtual 3D GPU library that allows a qemu guest to use the host GPU for accelerated 3D rendering";