calamares-nixos: set pname (#482565)

This commit is contained in:
Fernando Rodrigues
2026-01-23 04:02:31 +00:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@
}:
runCommand "calamares-wrapped"
{
inherit (calamares) version meta;
inherit (calamares) pname version meta;
nativeBuildInputs = [ makeWrapper ];
}