This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new adacb69e89 gnu: xpra, xpra-5: Fix build.
adacb69e89 is described below

commit adacb69e894ba674793ed3025d55b8e6eff95f9d
Author: Andy Tai <[email protected]>
AuthorDate: Thu Feb 5 13:14:20 2026 -0800

    gnu: xpra, xpra-5: Fix build.
    
    * gnu/packages/xorg.scm (xpra)[arguments]<#:phases>{fix-paths}:
    Check target file existence.
    
    Change-Id: I1d4ec75f8d1932fd6de204b7f9c726ddca588d09
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 2dd0340065..61a1672eeb 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6615,9 +6615,9 @@ basic eye-candy effects.")
                 #$(this-package-input "xf86-input-mouse") "/lib/xorg/modules,"
                 #$(this-package-input "xorg-server") "/lib/xorg/modules\"\n"
                 "EndSection\n\n"))
-              (substitute* '("xpra/scripts/config.py"
+              (substitute* (filter file-exists? '("xpra/scripts/config.py"
                              "fs/etc/xpra/conf.d/60_server.conf.in"
-                             
"tests/unittests/unit/server/subsystem/notification_test.py")
+                             
"tests/unittests/unit/server/subsystem/notification_test.py"))
                 ;; The trailing -- is intentional, so we only replace it inside
                 ;; a command line.
                 (("dbus-launch --")

Reply via email to