From 0702bbe1f765bb20d290e661e41fd79baf01aa4b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 25 Nov 2021 14:27:46 -0500 Subject: [PATCH] profiles: Fix the gdk-pixbuf-loaders-cache-file hook. 'guix install' would otherwise fail with a wrong type argument whet attempting to call the hook. * guix/profiles.scm (gdk-pixbuf-loaders-cache-file) : Replace with... : ... this, as gdk-pixbuf has already been expanded to a string at this point. --- guix/profiles.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/profiles.scm b/guix/profiles.scm index 885d7c8d40..2ee44ffe6e 100644 --- a/guix/profiles.scm +++ b/guix/profiles.scm @@ -1189,7 +1189,7 @@ (define gdk-pixbuf ;lazy reference (mlet* %store-monad ((gdk-pixbuf (manifest-lookup-package manifest "gdk-pixbuf")) (librsvg (manifest-lookup-package manifest "librsvg")) - (gdk-pixbuf-bin -> (file-append gdk-pixbuf "/bin"))) + (gdk-pixbuf-bin -> (string-append gdk-pixbuf "/bin"))) (define build (with-imported-modules (source-module-closure