Nix: fix cross-compilation

This commit is contained in:
Mihai Fufezan 2024-09-18 16:14:14 +03:00
parent dc399a37d3
commit 752d0fbd14
Signed by: fufexan
SSH Key Fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,6 @@ stdenv.mkDerivation {
cmake cmake
hyprwayland-scanner hyprwayland-scanner
pkg-config pkg-config
wayland-scanner
]; ];
buildInputs = [ buildInputs = [
@ -53,6 +52,7 @@ stdenv.mkDerivation {
udev udev
wayland wayland
wayland-protocols wayland-protocols
wayland-scanner
]; ];
outputs = ["out" "dev"]; outputs = ["out" "dev"];