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 c465a25 commit f93feb7Copy full SHA for f93feb7
nix/ext/pgrouting.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
15
};
16
17
installPhase = ''
18
- install -D lib/*so -t $out/lib
+ install -D lib/*{dylib,so} -t $out/lib
19
install -D sql/pgrouting--${version}.sql -t $out/share/postgresql/extension
20
install -D sql/common/pgrouting.control -t $out/share/postgresql/extension
21
'';
0 commit comments