bitscope.*: fix fhsenv version

This commit is contained in:
Felix Buehler
2024-11-29 19:10:16 +01:00
parent 1cd3957e37
commit 463095e1f6
@@ -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; }