mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: xwayland-satellite: Fix installation.
* gnu/packages/xorg.scm (xwayland-satellite) [arguments]: Set #:cargo-install-paths. Fixes: #4471 Change-Id: Ic8fcd75d67e9a1ec77072c81ff67776138981195
This commit is contained in:
parent
5eb9fda4d9
commit
4d2a4dde6e
1 changed files with 1 additions and 0 deletions
|
|
@ -7261,6 +7261,7 @@ direct replacement for @command{xvfb-run} specifically.
|
|||
(arguments
|
||||
(list #:install-source? #f
|
||||
#:tests? #f ;Requires running display server.
|
||||
#:cargo-install-paths ''(".")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-paths
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue