From 752d0fbd141fabb5a1e7f865199b80e6e76f8d8e Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Wed, 18 Sep 2024 16:14:14 +0300 Subject: [PATCH] Nix: fix cross-compilation --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 86fd610..8a00e4f 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -36,7 +36,6 @@ stdenv.mkDerivation { cmake hyprwayland-scanner pkg-config - wayland-scanner ]; buildInputs = [ @@ -53,6 +52,7 @@ stdenv.mkDerivation { udev wayland wayland-protocols + wayland-scanner ]; outputs = ["out" "dev"];