guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: syncthing: Fix build.


From: guix-commits
Subject: 01/01: gnu: syncthing: Fix build.
Date: Mon, 6 May 2019 20:53:15 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit d879fd80c74371120a2cfa30e18a2e28dc02d31d
Author: Maxim Cournoyer <address@hidden>
Date:   Mon May 6 20:48:11 2019 -0400

    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(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 5db822d..4dd6d46 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]