fix(osync): remove iputils

This commit is contained in:
Pavel Korytov 2022-01-09 19:00:23 +03:00
parent 79f2528a97
commit 7f23fe0e17

View file

@ -50,12 +50,13 @@
(symlink (string-append out "/usr/local/bin/ssh-filter.sh") (symlink (string-append out "/usr/local/bin/ssh-filter.sh")
(string-append out "/bin/ssh-filter.sh")) (string-append out "/bin/ssh-filter.sh"))
#t)))))) #t))))))
;; TODO replace the executables with full paths ;; 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 (propagated-inputs
`(("rsync" ,rsync) `(("rsync" ,rsync)
("gawk" ,gawk) ("gawk" ,gawk)
("iputils" ,iputils)
("coreutils" ,coreutils) ("coreutils" ,coreutils)
("openssh" ,openssh) ("openssh" ,openssh)
("gzip" ,gzip) ("gzip" ,gzip)