postgresql16Packages.pg_cron: fix build on darwin
This commit is contained in:
parent
87ced975e7
commit
c11d47d99b
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/{lib,share/postgresql/extension}
|
mkdir -p $out/{lib,share/postgresql/extension}
|
||||||
|
|
||||||
cp *.so $out/lib
|
cp *${postgresql.dlSuffix} $out/lib
|
||||||
cp *.sql $out/share/postgresql/extension
|
cp *.sql $out/share/postgresql/extension
|
||||||
cp *.control $out/share/postgresql/extension
|
cp *.control $out/share/postgresql/extension
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user