feat(package): update slpt

This commit is contained in:
2025-07-02 16:08:30 +00:00
parent 2c16cebf9a
commit 0db6ce3dd4
4 changed files with 24 additions and 5 deletions

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))