feat(package): update slpt

This commit is contained in:
2025-07-02 16:08:30 +00:00
parent c10a12cdf8
commit d1ee6a6fe7
4 changed files with 24 additions and 5 deletions
+2 -2
View File
@@ -57,7 +57,7 @@
# hooks run, this needs to be run in an override of `mkDerivation` and not in a setup hook.
{
lib,
clangStdenv,
stdenv,
postgresql,
nix-update-script,
}: args: let
@@ -137,4 +137,4 @@
+ prevAttrs.postInstall or "";
};
in
clangStdenv.mkDerivation (lib.extends buildPostgresqlExtension (lib.toFunction args))
stdenv.mkDerivation (lib.extends buildPostgresqlExtension (lib.toFunction args))