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 05ee8f3 commit e1e11d8Copy full SHA for e1e11d8
nix/ext/pgrouting.nix
@@ -44,7 +44,7 @@ postBuild = lib.optionalString (stdenv.isDarwin && lib.versionAtLeast postgresql
44
'';
45
46
installPhase = ''
47
- install -D lib/*{dylib,so} -t $out/lib
+ install -D lib/*${postgresql.dlSuffix} -t $out/lib
48
install -D sql/pgrouting--*.sql -t $out/share/postgresql/extension
49
install -D sql/common/pgrouting.control -t $out/share/postgresql/extension
50
0 commit comments