fix unstable qemu build?
nix-repl> (lib.versionOlder "24.11pre-git" "24.11") true nix-repl> (lib.versionOlder "24.11pre-git" "24.10") false n
This commit is contained in:
parent
e6b7d86381
commit
3d611d3ba2
@ -281,7 +281,7 @@ extraPkgs // {
|
||||
tpmSupport = false;
|
||||
uringSupport = false;
|
||||
capstoneSupport = false;
|
||||
} // lib.optionalAttrs (lib.versionOlder lib.version "24.11") {
|
||||
} // lib.optionalAttrs (lib.versionOlder lib.version "24.10") {
|
||||
texinfo = null;
|
||||
};
|
||||
in q.override overrides;
|
||||
|
Loading…
Reference in New Issue
Block a user