remove unneeded function
This commit is contained in:
parent
d42d0961b6
commit
12831962d7
1 changed files with 0 additions and 15 deletions
|
@ -278,21 +278,6 @@
|
||||||
(service home-mcron-service-type)
|
(service home-mcron-service-type)
|
||||||
))
|
))
|
||||||
|
|
||||||
;; add folders at the end of a PATH like string, removing duplicates but
|
|
||||||
;; keeping the order of first occurrence
|
|
||||||
(define
|
|
||||||
(add-folders-to-path path folders)
|
|
||||||
(if
|
|
||||||
(null? folders)
|
|
||||||
(string-join
|
|
||||||
(delete-duplicates
|
|
||||||
(string-split path #\:))
|
|
||||||
":")
|
|
||||||
(add-folders-to-path
|
|
||||||
(string-append path ":"
|
|
||||||
(car folders))
|
|
||||||
(cdr folders))))
|
|
||||||
|
|
||||||
(define-public %snam-desktop-services
|
(define-public %snam-desktop-services
|
||||||
(list
|
(list
|
||||||
(service home-dbus-service-type)
|
(service home-dbus-service-type)
|
||||||
|
|
Loading…
Add table
Reference in a new issue