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 7fa1ba4 commit 2537aa0Copy full SHA for 2537aa0
nix/ext/timescaledb-2.9.1.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
36
# we have no need for the timescaledb.so or control file
37
postInstall = ''
38
rm $out/lib/timescaledb.so
39
- mv $out/share/postgresql/extension/timescaledb.control $out/share/postgresql/extension/timescaledb-2.9.1.control
+ rm $out/share/postgresql/extension/timescaledb.control
40
'';
41
42
meta = with lib; {
0 commit comments