Message ID | 005f249032a707f538768f1b6059706c45e50d24.1644412701.git.public@yoctocell.xyz |
---|---|
State | New |
Headers | show |
Series | Add Repology updater | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 8be7017da7..dea7268a2e 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5518,9 +5518,10 @@ (define-public xorg-server-xwayland "--localstatedir=/var") #:phases (modify-phases %standard-phases (add-after 'unpack 'patch-/bin/sh - (lambda _ + (lambda* (#:key inputs #:allow-other-keys) (substitute* (find-files "." "\\.c$") - (("/bin/sh") (which "sh")))))))) + (("/bin/sh") + (search-input-file inputs "bin/sh")))))))) (properties '((repology-name . "xwayland"))) (synopsis "Xorg server with Wayland backend")