xrootd: move to by-name
This commit is contained in:
parent
9d892fc56f
commit
4c91cc87e4
@ -2038,7 +2038,7 @@ with pkgs;
|
|||||||
|
|
||||||
xpaste = callPackage ../tools/text/xpaste { };
|
xpaste = callPackage ../tools/text/xpaste { };
|
||||||
|
|
||||||
xrootd = callPackage ../tools/networking/xrootd {
|
xrootd = callPackage ../by-name/xr/xrootd/package.nix {
|
||||||
# Workaround systemd static build breakage
|
# Workaround systemd static build breakage
|
||||||
systemd = if systemd.meta.broken then null else systemd;
|
systemd = if systemd.meta.broken then null else systemd;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user