From 579e613da312f288aa9b9aebd264794bb9586625 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 22 Dec 2021 00:45:28 +0100 Subject: [PATCH] gnu: system: $GUIX_PROFILE/etc/profile: Fix GUILE_LOAD_COMPILED_PATH * gnu/system.scm (operating-system-etc-service)[profile]: export GUILE_LOAD_COMPILED_PATH Signed-off-by: Denis 'GNUtoo' Carikli --- gnu/system.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/system.scm b/gnu/system.scm index 088c62ddde..4dbdf1928e 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -987,6 +987,8 @@ (define* (operating-system-etc-service os) # Allow GStreamer-based applications to find plugins. export GST_PLUGIN_PATH=\"$HOME/.guix-profile/lib/gstreamer-1.0\" +export GUILE_LOAD_COMPILED_PATH=\"$HOME/.config/guix/current/lib/guile/3.0/site-ccache:$HOME/.config/guix/current/share/guile/site/3.0\" + if [ -n \"$BASH_VERSION\" -a -f /etc/bashrc ] then # Load Bash-specific initialization code. -- 2.34.0