diff options
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/package.nix b/package.nix index d9fbd826..ff0d7a07 100644 --- a/package.nix +++ b/package.nix @@ -11,7 +11,10 @@ wayland, wayland-protocols, wayland-scanner, - xorg, + + libxcb, + libxau, + libxdmcp, # for sharefs fuse3, @@ -19,6 +22,7 @@ # for passthru.buildInputs go_1_26, clang, + xorgproto, # for check util-linux, @@ -90,12 +94,11 @@ buildGo126Module rec { fuse3 acl wayland - ] - ++ (with xorg; [ + libxcb - libXau - libXdmcp - ]); + libxau + libxdmcp + ]; nativeBuildInputs = [ pkg-config @@ -128,7 +131,7 @@ buildGo126Module rec { targetPkgs = [ go_1_26 clang - xorg.xorgproto + xorgproto util-linux # for go generate |
