dev/packages: disable kitty installCheck on darwin
This commit is contained in:
parent
9bfc8fc4a4
commit
acda0af497
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@
|
||||||
src = inputs.hydra;
|
src = inputs.hydra;
|
||||||
buildInputs = o.buildInputs ++ [ final.perlPackages.DBIxClassHelpers ];
|
buildInputs = o.buildInputs ++ [ final.perlPackages.DBIxClassHelpers ];
|
||||||
});
|
});
|
||||||
|
kitty = prev.kitty.overrideAttrs (
|
||||||
|
_:
|
||||||
|
final.lib.optionalAttrs (final.stdenv.hostPlatform.system == "aarch64-darwin") {
|
||||||
|
doInstallCheck = false;
|
||||||
|
}
|
||||||
|
);
|
||||||
sk-libfido2 = prev.openssh.overrideAttrs (o: {
|
sk-libfido2 = prev.openssh.overrideAttrs (o: {
|
||||||
pname = "sk-libfido2";
|
pname = "sk-libfido2";
|
||||||
# rebase of https://github.com/openssh/openssh-portable/commit/ca0697a90e5720ba4d76cb0ae9d5572b5260a16c
|
# rebase of https://github.com/openssh/openssh-portable/commit/ca0697a90e5720ba4d76cb0ae9d5572b5260a16c
|
||||||
|
|
Loading…
Add table
Reference in a new issue