aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/default.nix')
-rw-r--r--nix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 40675d9a..be7394e4 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -102,7 +102,6 @@ in
ninja
pkg-config
python3 # for udis86
- wayland-scanner
];
outputs = [
@@ -130,6 +129,7 @@ in
tomlplusplus
wayland
wayland-protocols
+ wayland-scanner
xorg.libXcursor
]
(optionals customStdenv.hostPlatform.isMusl [libexecinfo])