summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2019-05-06 20:48:11 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2019-05-06 20:50:36 -0400
commitd879fd80c74371120a2cfa30e18a2e28dc02d31d (patch)
treecc02553b792b52fc04214a8381c8eec047be1e6b /gnu/packages/syncthing.scm
parentfea338c6ca1922097fa233be85f424c152a4f507 (diff)
downloadguix-patches-d879fd80c74371120a2cfa30e18a2e28dc02d31d.tar
guix-patches-d879fd80c74371120a2cfa30e18a2e28dc02d31d.tar.gz
gnu: syncthing: Fix build.
* gnu/packages/syncthing.scm (syncthing)[arguments]: Drop the unpack-path argument, made unnecessary by commit f42e4ebb56.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 5db822d8f9..4dd6d46b66 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -112,7 +112,6 @@
(arguments
`(#:import-path "github.com/syncthing/syncthing"
- #:unpack-path "github.com/syncthing"
;; We don't need to install the source code for end-user applications.
#:install-source? #f
#:phases