faust2.faust2ApplBase: set version and pname (#482979)

This commit is contained in:
Jo
2026-01-24 22:24:43 +00:00
committed by GitHub
+2 -2
View File
@@ -175,9 +175,9 @@ let
args
// {
name = "${baseName}-${version}";
pname = baseName;
inherit src;
inherit src version;
dontBuild = true;