diff --git a/guix/build/glib-or-gtk-build-system.scm b/guix/build/glib-or-gtk-build-system.scm index 475a94ae4f..67a52ddad3 100644 --- a/guix/build/glib-or-gtk-build-system.scm +++ b/guix/build/glib-or-gtk-build-system.scm @@ -213,7 +213,7 @@ variable. The cache file is installed under OUTPUTS. Return the first cache 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))