Loading pkgs/applications/virtualization/crosvm/default.nix +0 −6 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/applications/virtualization/crosvm/default.nix +0 −6 Original line number Diff line number Diff line Loading @@ -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; Loading