podman-desktop: Remove usage of finalAttrs.pname (#413359)

This commit is contained in:
Pol Dellaiera
2025-06-03 07:38:22 +02:00
committed by GitHub
+2 -2
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 = ''