Skip to content

Commit

Permalink
buildFHSEnv: add ACLOCAL_PATH
Browse files Browse the repository at this point in the history
Fixes #24620.
  • Loading branch information
abbradar committed Apr 12, 2017
1 parent ffa2bc2 commit 54bbf91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/build-support/build-fhs-userenv/env.nix
Expand Up @@ -52,11 +52,12 @@ let
export LOCALE_ARCHIVE='/usr/lib/locale/locale-archive'
export LD_LIBRARY_PATH='/run/opengl-driver/lib:/run/opengl-driver-32/lib:/usr/lib:/usr/lib32'
export PATH='/run/wrappers/bin:/usr/bin:/usr/sbin'
export PKG_CONFIG_PATH=/usr/lib/pkgconfig
# Force compilers to look in default search paths
# Force compilers and other tools to look in default search paths
export NIX_CFLAGS_COMPILE='-idirafter /usr/include'
export NIX_LDFLAGS_BEFORE='-L/usr/lib -L/usr/lib32'
export PKG_CONFIG_PATH=/usr/lib/pkgconfig
export ACLOCAL_PATH=/usr/share/aclocal
${profile}
'';
Expand Down

0 comments on commit 54bbf91

Please sign in to comment.