Commit 324aef5e authored by Alyssa Ross's avatar Alyssa Ross
Browse files

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: 14d67779 ("virglrenderer: 0.7.0 -> 0.8.1")
parent e335b911
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
{ 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";