Skip to content

Commit e616f38

Browse files
committed
feat: target deps of pgrouting
1 parent 088816f commit e616f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ext/pgrouting.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
44
pname = "pgrouting";
55
version = "3.4.1";
66

7-
nativeBuildInputs = [ cmake perl ];
8-
buildInputs = [ postgresql boost ];
7+
nativeBuildInputs = [ cmake perl postgresql ];
8+
buildInputs = [ postgresql.lib boost ];
99

1010
src = fetchFromGitHub {
1111
owner = "pgRouting";

0 commit comments

Comments
 (0)