mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 <leo@famulari.name>
This commit is contained in:
parent
48adc61c14
commit
d2bdee8a69
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ (define-public synergy
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue