guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8e6540e87d147a977d2e9b20771140055571a0ee
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Sep 2 09:50:12 2025 +0300

    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 63796fe5cd..82b7db7f87 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 _

Reply via email to