gnu: Syncthing: Fix installation of the 'util' package output.
* gnu/packages/syncthing.scm (syncthing)[arguments]: Adjust the 'install' phase.
This commit is contained in:
parent
7b1ba1e4fc
commit
8e1f5aaba2
@ -136,7 +136,7 @@
|
||||
(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"
|
||||
|
Loading…
Reference in New Issue
Block a user