mirror of
https://github.com/SqrtMinusOne/channel-q.git
synced 2025-12-10 11:43:03 +03:00
fix(osync): remove iputils
This commit is contained in:
parent
79f2528a97
commit
7f23fe0e17
1 changed files with 52 additions and 51 deletions
|
|
@ -50,12 +50,13 @@
|
|||
(symlink (string-append out "/usr/local/bin/ssh-filter.sh")
|
||||
(string-append out "/bin/ssh-filter.sh"))
|
||||
#t))))))
|
||||
|
||||
;; TODO replace the executables with full paths
|
||||
;; XXX Can't put "iputils" in propagated-inputs because on Guix
|
||||
;; "ping" is in setuid-programs. Set "REMOTE_HOST_PING" to false if ping
|
||||
;; is not available.
|
||||
(propagated-inputs
|
||||
`(("rsync" ,rsync)
|
||||
("gawk" ,gawk)
|
||||
("iputils" ,iputils)
|
||||
("coreutils" ,coreutils)
|
||||
("openssh" ,openssh)
|
||||
("gzip" ,gzip)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue