valkey: disable check phase to fix build
This commit is contained in:
@@ -335,6 +335,11 @@
|
||||
prev.callPackage "${patchedStableSrc}/pkgs/by-name/sy/syncstorage-rs/package.nix"
|
||||
{ };
|
||||
})
|
||||
(final: prev: {
|
||||
valkey = prev.valkey.overrideAttrs (_: {
|
||||
doCheck = false;
|
||||
});
|
||||
})
|
||||
# NOTE: systemd patch is applied via `systemd.package` in the module
|
||||
# list below, not via an overlay. An overlay replaces pkgs.systemd
|
||||
# for every consumer, which cascades through udev-check-hook and
|
||||
|
||||
Reference in New Issue
Block a user