mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* configure: detect whether DBD::SQLite is present. If necessary the
location to DBI and DBD::SQLite can be passed with --with-dbi and --with-dbd-sqlite.
This commit is contained in:
parent
83252b4ca9
commit
3cbf680f5d
7 changed files with 33 additions and 6 deletions
2
scripts/GeneratePatches.pm.in
Executable file → Normal file
2
scripts/GeneratePatches.pm.in
Executable file → Normal file
|
@ -1,5 +1,3 @@
|
|||
#! @perl@ -w -I@libexecdir@/nix
|
||||
|
||||
use strict;
|
||||
use File::Temp qw(tempdir);
|
||||
use File::stat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue