diff options
author | EuAndreh <eu@euandre.org> | 2024-08-08 14:57:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-08 14:57:49 -0300 |
commit | d07cc7043ac4986c5a97465619be65bf77388b7f (patch) | |
tree | 6dba327f61ccc93bf95ee86f71b5333b48f9bfe9 | |
parent | etc/guix/home.scm: Get go packages from (org euandre queue) (diff) | |
download | dotfiles-d07cc7043ac4986c5a97465619be65bf77388b7f.tar.gz dotfiles-d07cc7043ac4986c5a97465619be65bf77388b7f.tar.xz |
etc/sh/rc: Shrink $GOLDFLAGS
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ export LDFLAGS="$LLDFLAGS -static" export CFLAGS="$CCFLAGS -g" export YFLAGS='-Wother' export GOCFLAGS="-I $PREFIX/lib/go" -export GOLDFLAGS="-L $PREFIX/lib/go -L $(go env GOTOOLDIR)" +export GOLDFLAGS="-L $PREFIX/lib/go" export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1 export LEIN_HOME="$XDG_CONFIG_HOME"/leiningen export GUILE_EFFECTIVE_VERSION |