From d879fd80c74371120a2cfa30e18a2e28dc02d31d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 6 May 2019 20:48:11 -0400 Subject: gnu: syncthing: Fix build. * gnu/packages/syncthing.scm (syncthing)[arguments]: Drop the unpack-path argument, made unnecessary by commit f42e4ebb56. --- gnu/packages/syncthing.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu/packages/syncthing.scm') 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 -- cgit v1.2.3