diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-05-06 20:48:11 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-05-06 20:50:36 -0400 |
commit | d879fd80c74371120a2cfa30e18a2e28dc02d31d (patch) | |
tree | cc02553b792b52fc04214a8381c8eec047be1e6b /gnu | |
parent | fea338c6ca1922097fa233be85f424c152a4f507 (diff) | |
download | patches-d879fd80c74371120a2cfa30e18a2e28dc02d31d.tar 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')
-rw-r--r-- | gnu/packages/syncthing.scm | 1 |
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 |