From dabfd933589c73d011199fb619eb70d6c2b038e4 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 16 Aug 2023 22:36:05 +0000 Subject: [PATCH] crosvm: remove obsolete pkg-config hack This is fixed now, I think by e2f7c0c24 ("crosvm: Fix cross-compile in dev container"). --- pkgs/applications/virtualization/crosvm/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/applications/virtualization/crosvm/default.nix b/pkgs/applications/virtualization/crosvm/default.nix index 7be72b35dd22..42fcd0743888 100644 --- a/pkgs/applications/virtualization/crosvm/default.nix +++ b/pkgs/applications/virtualization/crosvm/default.nix @@ -39,12 +39,6 @@ rustPlatform.buildRustPackage rec { patchShebangs third_party/minijail/tools/*.py ''; - # crosvm mistakenly expects the stable protocols to be in the root - # of the pkgdatadir path, rather than under the "stable" - # subdirectory. - PKG_CONFIG_WAYLAND_PROTOCOLS_PKGDATADIR = - "${wayland-protocols}/share/wayland-protocols/stable"; - buildFeatures = [ "default" "virgl_renderer" "virgl_renderer_next" ]; passthru.updateScript = ./update.py;