guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: synergy: Fix install test/install error.


From: Leo Famulari
Subject: 01/01: gnu: synergy: Fix install test/install error.
Date: Tue, 28 Nov 2017 18:26:28 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit d2bdee8a69d3316c91fab68fe0cfb2a533db9ce6
Author: Ben Sturmfels <address@hidden>
Date:   Wed Nov 29 09:28:43 2017 +1100

    gnu: synergy: Fix install test/install error.
    
    * gnu/packages/synergy.scm (synergy)[arguments]: Adjust the build directory 
in
    accordance with the package's new upstream name.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/synergy.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/synergy.scm b/gnu/packages/synergy.scm
index 8e86314..ec1872c 100644
--- a/gnu/packages/synergy.scm
+++ b/gnu/packages/synergy.scm
@@ -68,7 +68,7 @@
        ("xinput"  ,xinput)))
     (arguments
      `(#:phases
-       (let ((srcdir (string-append "../synergy-" ,version "-stable")))
+       (let ((srcdir (string-append "../synergy-core-" ,version "-stable")))
          (modify-phases %standard-phases
            (add-before 'configure 'unpack-aux-src
              ;; TODO: package and use from system



reply via email to

[Prev in Thread] Current Thread [Next in Thread]