From fd86090eabefa252cdc4117442794592dd849c26 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Tue, 3 Feb 2026 23:34:02 +0100 Subject: [PATCH] wayfire-with-plugins: set pname --- pkgs/applications/window-managers/wayfire/wrapper.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/wayfire/wrapper.nix b/pkgs/applications/window-managers/wayfire/wrapper.nix index 43831003b6e6..8806cad869df 100644 --- a/pkgs/applications/window-managers/wayfire/wrapper.nix +++ b/pkgs/applications/window-managers/wayfire/wrapper.nix @@ -7,7 +7,8 @@ }: symlinkJoin { - name = "wayfire-wrapped-${lib.getVersion wayfire}"; + pname = "wayfire-wrapped"; + inherit (wayfire) version; nativeBuildInputs = [ makeWrapper ];