Skip to content

Commit f93feb7

Browse files
committed
fix: update pgrouting 3.6.2
1 parent c465a25 commit f93feb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/pgrouting.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
1515
};
1616

1717
installPhase = ''
18-
install -D lib/*so -t $out/lib
18+
install -D lib/*{dylib,so} -t $out/lib
1919
install -D sql/pgrouting--${version}.sql -t $out/share/postgresql/extension
2020
install -D sql/common/pgrouting.control -t $out/share/postgresql/extension
2121
'';

0 commit comments

Comments
 (0)