quickemu: fix version test

This commit is contained in:
axolord
2026-01-21 17:47:25 +01:00
parent 00bdc81d08
commit c4e1b8157e
+3
View File
@@ -74,6 +74,9 @@ stdenv.mkDerivation (finalAttrs: {
-e 's/Icon=.*qemu.svg/Icon=qemu/' \
-e 's,\[ -x "\$(command -v smbd)" \],true,' \
quickemu
substituteInPlace quickemu \
--replace-fail 'readonly VERSION="4.9.8"' 'readonly VERSION="${finalAttrs.version}"'
'';
nativeBuildInputs = [