We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088816f commit e616f38Copy full SHA for e616f38
nix/ext/pgrouting.nix
@@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
4
pname = "pgrouting";
5
version = "3.4.1";
6
7
- nativeBuildInputs = [ cmake perl ];
8
- buildInputs = [ postgresql boost ];
+ nativeBuildInputs = [ cmake perl postgresql ];
+ buildInputs = [ postgresql.lib boost ];
9
10
src = fetchFromGitHub {
11
owner = "pgRouting";
0 commit comments