diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -166,8 +166,28 @@ go gcc ] - ++ fortify.buildInputs - ++ fortify.nativeBuildInputs; + # buildInputs + ++ ( + with pkgsStatic; + [ + musl + libffi + acl + wayland + wayland-protocols + ] + ++ (with xorg; [ + libxcb + libXau + libXdmcp + ]) + ) + # nativeBuildInputs + ++ [ + pkg-config + wayland-scanner + makeBinaryWrapper + ]; }; fhs = fhs.env; |
