xmcp: move to X11 directory

The lowercase x11 directory was causing errors
on macOS machines.
This commit is contained in:
Kevin Griffin
2022-06-27 11:40:21 +09:00
parent 192ac79d73
commit aae0476728
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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 {};