podman-desktop: Remove usage of finalAttrs.pname

(cherry picked from commit 90c03df84e)
This commit is contained in:
Guy Chronister
2025-06-02 20:11:49 +00:00
committed by Ihar Hrachyshka
parent 72e437fa46
commit e010accc79

View File

@@ -27,14 +27,14 @@ stdenv.mkDerivation (finalAttrs: {
passthru.updateScript = _experimental-update-script-combinators.sequence [
(nix-update-script { })
(lib.getExe (writeShellApplication {
name = "${finalAttrs.pname}-dependencies-updater";
name = "podman-desktop-dependencies-updater";
runtimeInputs = [
nix
jq
gnugrep
];
runtimeEnv = {
PNAME = finalAttrs.pname;
PNAME = "podman-desktop";
PKG_FILE = builtins.toString ./package.nix;
};
text = ''