mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
build/glib-or-gtk: Avoid duplicate entries in gdk-pixbuf loaders cache.
* guix/build/glib-or-gtk-build-system.scm (generate-gdk-pixbuf-loaders-cache): Delete duplicate directories passed as input.
This commit is contained in:
parent
e6604e4b43
commit
6de7e0e54c
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ (define (generate-gdk-pixbuf-loaders-cache directories outputs)
|
|||
file name if one was created else #f."
|
||||
(let* ((loaders (append-map
|
||||
(cut find-files <> "^libpixbufloader-.*\\.so$")
|
||||
directories))
|
||||
(delete-duplicates directories)))
|
||||
(outputs* (map (cut string-append <> "/"
|
||||
%gdk-pixbuf-loaders-cache-file)
|
||||
outputs))
|
||||
|
|
Loading…
Reference in a new issue