gnu: Syncthing: Fix installation of the 'util' package output.

* gnu/packages/syncthing.scm (syncthing)[arguments]: Adjust the 'install' phase.
This commit is contained in:
Leo Famulari 2020-03-02 15:27:34 -05:00
parent 7b1ba1e4fc
commit 8e1f5aaba2
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -136,7 +136,7 @@ (define-public syncthing
(utils (assoc-ref outputs "utils")))
(with-directory-excursion "src/github.com/syncthing/syncthing"
(install-file "syncthing" (string-append out "/bin"))
(for-each (cut install-file <> utils)
(for-each (cut install-file <> (string-append utils "/bin/"))
'("stcli" "stcompdirs" "stcrashreceiver"
"stdisco" "stdiscosrv" "stevents" "stfileinfo"
"stfinddevice" "stfindignored" "stgenfiles"