Install everything in PREFIX, set EXTRA_PATH to find it there. --- ./Makefile.in~ 2016-02-06 01:29:16.595090365 +0100 +++ ./Makefile.in 2016-02-06 09:29:04.286008931 +0100 @@ -133,9 +133,9 @@ # require for testing here (like TCLX_LIBRARY). #======================================================================== -EXTRA_PATH = $(top_builddir):$(TCL_BIN_DIR) +EXTRA_PATH = $(top_builddir):$(TCL_BIN_DIR):$(libdir) #EXTRA_PATH = $(top_builddir):$(TCL_BIN_DIR):$(TK_BIN_DIR) -TCLLIBPATH = $(top_builddir) +TCLLIBPATH = $(pkglibdir) TCLSH_ENV = TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library` \ @LD_LIBRARY_PATH_VAR@="$(EXTRA_PATH):$(@LD_LIBRARY_PATH_VAR@)" \ PATH="$(EXTRA_PATH):$(PATH)" \ en' name='showmsg' value='1'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/synergy.scm
AgeCommit message (Collapse)Author
2019-01-25gnu: synergy: Update to 1.10.1.Ricardo Wurmus
* gnu/packages/synergy.scm (synergy): Update to 1.10.1. [source]: Fetch from git. [arguments]: Remove "unpack-aux-src", custom "check" phase, custom "install" phase. [inputs]: Add avahi and qtbase.
2017-11-28gnu: synergy: Fix install test/install error.Ben Sturmfels
* gnu/packages/synergy.scm (synergy)[arguments]: Adjust the build directory in accordance with the package's new upstream name. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-10gnu: synergy: Fix minor problems with the package definitions.Ricardo Wurmus
* gnu/packages/synergy.scm (synergy)[source]: Return #t in the snippet. [arguments]: Let build phases return #t; fix typo in comment. [home-page]: Change to redirection target. [description]: Fix typo.
2017-10-26gnu: synergy: Update repository URI and hash.Maxim Cournoyer
* gnu/packages/synergy.scm (synergy)[uri]: Replace synergy by synergy-core. [sha256]: Update to reflect the name change of the archive root directory. Signed-off-by: Ludovic Courtès <ludo@gnu.org>