diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-06-05 09:53:15 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-06-06 13:14:09 +0900 |
| commit | 7eafc7b1e4b895d1986280e192aa8d493fff8d96 (patch) | |
| tree | 005e7664004cb9ee7ea9ecf7de02a3d4fed4a982 /package.nix | |
| parent | 282462c2f0d4e057e0714013f3f370af41a3d3f6 (diff) | |
nix: update flake lock
Was unfortunately not able to implement vm test suite before this release. Hopefully the last nixos update we have to follow.
Signed-off-by: Ophestra <cat@gensokyo.uk>
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 |
