treewide: Make explicit that 'dev' output of sqlite is used
This commit is contained in:
committed by
Vladimír Čunát
parent
5a8ad2d7a8
commit
e80e4ba2bb
@@ -10,7 +10,7 @@ buildPerlPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ DBI ];
|
||||
|
||||
makeMakerFlags = "SQLITE_LOCATION=${sqlite}";
|
||||
makeMakerFlags = "SQLITE_LOCATION=${sqlite.dev}";
|
||||
|
||||
patches = [
|
||||
# Support building against our own sqlite.
|
||||
|
||||
Reference in New Issue
Block a user