mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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 { };
|
||||
|
||||
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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user