mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
falkenstein: remove syslog
This commit is contained in:
parent
f829430b35
commit
d96a4a341c
3 changed files with 0 additions and 56 deletions
|
@ -3,7 +3,6 @@ let
|
|||
inherit (prev) callPackage;
|
||||
inherit (prev) fetchFromGitHub;
|
||||
inherit (prev) fetchPypi;
|
||||
inherit (prev) fetchpatch;
|
||||
inherit (prev) makeWrapper;
|
||||
inherit (prev) python3Packages;
|
||||
in
|
||||
|
@ -23,31 +22,6 @@ in
|
|||
# freeimage is broken
|
||||
withBackends = [ "libtiff" "libjpeg" "libpng" "librsvg" "libheif" ];
|
||||
};
|
||||
# don't compile the bloat
|
||||
rsyslog = prev.rsyslog.override {
|
||||
withMysql = false;
|
||||
withJemalloc = false;
|
||||
withPostgres = false;
|
||||
withUuid = false;
|
||||
withCurl = false;
|
||||
withDbi = false;
|
||||
withNetSnmp = false;
|
||||
withGnutls = false;
|
||||
withGcrypt = false;
|
||||
withLognorm = false;
|
||||
withMaxminddb = false;
|
||||
withOpenssl = false;
|
||||
withRelp = false;
|
||||
withKsi = false;
|
||||
withLogging = false;
|
||||
withHadoop = false;
|
||||
withRdkafka = false;
|
||||
withMongo = false;
|
||||
withCzmq = false;
|
||||
withRabbitmq = false;
|
||||
withHiredis = false;
|
||||
};
|
||||
|
||||
zsh-fzf-tab = prev.zsh-fzf-tab.overrideAttrs (_: rec {
|
||||
version = "1.1.1";
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue