cross: fix rsyslog compilation

This commit is contained in:
2024-07-28 17:35:03 +00:00
parent 0bfaead177
commit 8f0f7ef333
2 changed files with 9 additions and 0 deletions

View File

@@ -576,6 +576,9 @@ in with final; {
# # );
# });
# 2024-07-28: out for PR: <https://github.com/NixOS/nixpkgs/pull/330681>
hiredis = mvToBuildInputs [ openssl ] prev.hiredis;
# out for PR: <https://github.com/NixOS/nixpkgs/pull/263182>
# hspell = prev.hspell.overrideAttrs (upstream: {
# # build perl is needed by the Makefile,

View File

@@ -76,6 +76,12 @@
# });
# })
# ];
rsyslog = super.rsyslog.override {
# XXX(2024-07-28): required for cross compilation
withGcrypt = false;
};
swaynotificationcenter = super.swaynotificationcenter.override {
gvfs = gvfs.override {
# saves 20 minutes of build time and cross issues, for unused feature