Skip to content

Commit 2537aa0

Browse files
committed
fix: remove timescaledb 2.9.1 control file
1 parent 7fa1ba4 commit 2537aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/timescaledb-2.9.1.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
3636
# we have no need for the timescaledb.so or control file
3737
postInstall = ''
3838
rm $out/lib/timescaledb.so
39-
mv $out/share/postgresql/extension/timescaledb.control $out/share/postgresql/extension/timescaledb-2.9.1.control
39+
rm $out/share/postgresql/extension/timescaledb.control
4040
'';
4141

4242
meta = with lib; {

0 commit comments

Comments
 (0)