xrootd: move to by-name

This commit is contained in:
Gaetan Lepage 2024-10-02 16:25:44 +02:00
parent 9d892fc56f
commit 4c91cc87e4
4 changed files with 1 additions and 1 deletions

View File

@ -2038,7 +2038,7 @@ with pkgs;
xpaste = callPackage ../tools/text/xpaste { };
xrootd = callPackage ../tools/networking/xrootd {
xrootd = callPackage ../by-name/xr/xrootd/package.nix {
# Workaround systemd static build breakage
systemd = if systemd.meta.broken then null else systemd;
};