mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
podman-desktop: Remove usage of finalAttrs.pname
(cherry picked from commit 90c03df84e)
This commit is contained in:
committed by
Ihar Hrachyshka
parent
72e437fa46
commit
e010accc79
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user