summary refs log tree commit diff
path: root/pkgs/applications/virtualization/crosvm
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-08-16 22:36:05 +0000
committerAlyssa Ross <hi@alyssa.is>2023-08-18 20:50:08 +0000
commitdabfd933589c73d011199fb619eb70d6c2b038e4 (patch)
tree249deaca83de51efef61d41a48f88f1aac98e786 /pkgs/applications/virtualization/crosvm
parent4f7238cca9a265b7c7c1f81532a800cf3a11c6b2 (diff)
crosvm: remove obsolete pkg-config hack
This is fixed now, I think by
e2f7c0c24 ("crosvm: Fix cross-compile in dev container").
Diffstat (limited to 'pkgs/applications/virtualization/crosvm')
-rw-r--r--pkgs/applications/virtualization/crosvm/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/applications/virtualization/crosvm/default.nix b/pkgs/applications/virtualization/crosvm/default.nix
index 7be72b35dd22c..42fcd07438882 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;