xmcp: move to X11 directory
The lowercase x11 directory was causing errors on macOS machines.
This commit is contained in:
parent
192ac79d73
commit
aae0476728
2 changed files with 1 additions and 1 deletions
|
@ -35687,7 +35687,7 @@ with pkgs;
|
|||
|
||||
xsos = callPackage ../os-specific/linux/xsos { };
|
||||
|
||||
xmcp = callPackage ../tools/x11/xmcp { };
|
||||
xmcp = callPackage ../tools/X11/xmcp { };
|
||||
|
||||
zk = callPackage ../applications/office/zk {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue