* Move initialisation of variables like nixConfDir from libmain to
libstore so that the Perl bindings can use it as well. It's vital that the Perl bindings use the configuration file, because otherwise nix-copy-closure will fail with a ‘database locked’ message if the value of ‘use-sqlite-wal’ is changed from the default.
Showing
- perl/lib/Nix/Store.xs 1 addition, 3 deletionsperl/lib/Nix/Store.xs
- src/libmain/Makefile.am 0 additions, 7 deletionssrc/libmain/Makefile.am
- src/libmain/shared.cc 2 additions, 24 deletionssrc/libmain/shared.cc
- src/libstore/Makefile.am 10 additions, 1 deletionsrc/libstore/Makefile.am
- src/libstore/globals.cc 30 additions, 0 deletionssrc/libstore/globals.cc
- src/libstore/globals.hh 3 additions, 1 deletionsrc/libstore/globals.hh
Loading
Please register or sign in to comment