Unverified Commit dd8a797c authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents eb3cc17f 90c03df8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''