Skip to content

Commit

Permalink
Add just plain lib/perl5 to perl module paths
Browse files Browse the repository at this point in the history
On my system, I got SQLite as `nix-boot/lib/perl5/site_perl/5.12.2/x86_64-linux/DBD/SQLite.pm`. No idea how to update the checks for pm file existence in a portable way, but this at least lets it find the module.
  • Loading branch information
adamnovak committed Jul 2, 2015
1 parent b85e171 commit aa54d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nix-bootstrap-home.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export PATH=$HOME/nix-boot/bin:$PATH
export PKG_CONFIG_PATH=$HOME/nix-boot/lib/pkgconfig:$PKG_CONFIG_PATH
export LDFLAGS="-L$HOME/nix-boot/lib $LDFLAGS"
export CPPFLAGS="-I$HOME/nix-boot/include $CPPFLAGS"
export PERL5OPT="-I$HOME/nix-boot/lib/perl -I$HOME/nix-boot/lib64/perl5"
export PERL5OPT="-I$HOME/nix-boot/lib/perl -I$HOME/nix-boot/lib64/perl5 -I$HOME/nix-boot/lib/perl5"
export nix=$HOME/nix-boot

if [ ! -e $nix/lib/libbz2.so.1.0.6 ]; then
Expand Down

0 comments on commit aa54d2b

Please sign in to comment.