ircd-hybrid: rename from ircdHybrid

the upstream package is called ircd-hybrid
This commit is contained in:
quantenzitrone
2026-02-10 16:51:42 +01:00
parent 9378e64792
commit 4aa3e87b6a
4 changed files with 3 additions and 2 deletions
@@ -17,7 +17,7 @@ if test "$1" = "start"; then
chown ircd: /home/ircd
cd /home/ircd
env - HOME=/homeless-shelter $extraEnv \
@su@/bin/su ircd --shell=/bin/sh -c ' @ircdHybrid@/bin/ircd -configfile @out@/conf/ircd.conf </dev/null -logfile /home/ircd/ircd.log' 2>&1 >/var/log/ircd-hybrid.out
@su@/bin/su ircd --shell=/bin/sh -c ' @ircd-hybrid@/bin/ircd -configfile @out@/conf/ircd.conf </dev/null -logfile /home/ircd/ircd.log' 2>&1 >/var/log/ircd-hybrid.out
fi;
fi
@@ -22,7 +22,7 @@ let
./ircd.conf
];
inherit (pkgs)
ircdHybrid
ircd-hybrid
coreutils
su
iproute2
+1
View File
@@ -880,6 +880,7 @@ mapAliases {
ipfs-migrator-all-fs-repo-migrations = throw "'ipfs-migrator-all-fs-repo-migrations' has been renamed to/replaced by 'kubo-fs-repo-migrations'"; # Converted to throw 2025-10-27
ipfs-migrator-unwrapped = throw "'ipfs-migrator-unwrapped' has been renamed to/replaced by 'kubo-migrator-unwrapped'"; # Converted to throw 2025-10-27
ir.lv2 = ir-lv2; # Added 2025-09-37
ircdHybrid = warnAlias "'ircdHybrid' has been renamed to 'ircd-hybrid'" ircd-hybrid; # Added 2026-02-08
iroh = throw "iroh has been split into iroh-dns-server and iroh-relay"; # Added 2025-11-06
isl_0_24 = throw "isl_0_24 has been removed from Nixpkgs, as it is unmaintained and obsolete"; # Added 2025-10-18
iso-flags-png-320x420 = throw "'iso-flags-png-320x420' has been renamed to/replaced by 'iso-flags-png-320x240'"; # Converted to throw 2025-10-27