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: 14d6777962 ("virglrenderer: 0.7.0 -> 0.8.1")
This commit is contained in:
Alyssa Ross
2023-10-20 19:12:57 +00:00
parent e335b911ef
commit 324aef5e82
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, cmake, meson, ninja, pkg-config, python3
{ lib, stdenv, fetchurl, meson, ninja, pkg-config, python3
, libGLU, libepoxy, libX11, libdrm, mesa
}:
@@ -15,9 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libGLU libepoxy libX11 libdrm mesa ];
nativeBuildInputs = [ cmake meson ninja pkg-config python3 ];
dontUseCmakeConfigure = true;
nativeBuildInputs = [ meson ninja pkg-config python3 ];
meta = with lib; {
description = "A virtual 3D GPU library that allows a qemu guest to use the host GPU for accelerated 3D rendering";