summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-02-17 16:21:29 +0000
committerAlyssa Ross <hi@alyssa.is>2022-02-17 16:21:29 +0000
commit056d6352f15c8d9e70e944b8f35cccb79e269f12 (patch)
tree44355c7cd20cfe8ce68155a3b656b06f539441f6 /host
parent6342566fcb08311fda34c25b8fae627e62976984 (diff)
downloadspectrum-056d6352f15c8d9e70e944b8f35cccb79e269f12.tar
spectrum-056d6352f15c8d9e70e944b8f35cccb79e269f12.tar.gz
spectrum-056d6352f15c8d9e70e944b8f35cccb79e269f12.tar.bz2
spectrum-056d6352f15c8d9e70e944b8f35cccb79e269f12.tar.lz
spectrum-056d6352f15c8d9e70e944b8f35cccb79e269f12.tar.xz
spectrum-056d6352f15c8d9e70e944b8f35cccb79e269f12.tar.zst
spectrum-056d6352f15c8d9e70e944b8f35cccb79e269f12.zip
host/start-vm: use meson attribute
The meson mess in Nixpkgs has been resolved, and "meson" is now a
recent version that the patch applies to.
Diffstat (limited to 'host')
-rw-r--r--host/start-vm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/start-vm/default.nix b/host/start-vm/default.nix
index fd39988..ae8022c 100644
--- a/host/start-vm/default.nix
+++ b/host/start-vm/default.nix
@@ -7,7 +7,7 @@
 let
   inherit (lib) cleanSource;
 
-  meson' = pkgsBuildHost.meson_0_60.overrideAttrs ({ patches ? [], ... }: {
+  meson' = pkgsBuildHost.meson.overrideAttrs ({ patches ? [], ... }: {
     patches = patches ++ [
       (fetchpatch {
         url = "https://github.com/alyssais/meson/commit/e8464d47fa8971098d626744b14db5d066ebf753.patch";