From 8e6540e87d147a977d2e9b20771140055571a0ee Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 2 Sep 2025 09:50:12 +0300 Subject: [PATCH] gnu: niri: Fix shell completions when cross-compiling. * gnu/packages/wm.scm (niri)[arguments]: When cross-compiling find the niri binary to create the shell completions. Change-Id: I0a2b230f90b0cec55f5be54e98f20735407ec453 --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 63796fe5cd507df96724ba42073448715f84e7da..82b7db7f8778656642539bc69ba22f21b7890a44 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1990,7 +1990,7 @@ limited size and a few external dependencies. It is configurable via (mkdir-p (in-vicinity #$output (dirname path))) (let ((binary (if #$(%current-target-system) - (search-input-file native-inputs "bin/nir") + (search-input-file native-inputs "bin/niri") (in-vicinity #$output "bin/niri")))) (with-output-to-file (in-vicinity #$output path) (lambda _