bitscope.*: fix fhsenv version (#359960)

This commit is contained in:
Aleksana
2024-12-01 19:00:55 +08:00
committed by GitHub
@@ -57,6 +57,7 @@ let
'';
});
in buildFHSEnv {
name = "${attrs.toolName}-${attrs.version}";
pname = attrs.toolName;
inherit (attrs) version;
runScript = "${pkg.outPath}/bin/${attrs.toolName}";
} // { inherit (pkg) meta name; }