Skip to content

Commit

Permalink
bitscope.*: fix fhsenv version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Nov 29, 2024
1 parent 1cd3957 commit 463095e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/science/electronics/bitscope/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

0 comments on commit 463095e

Please sign in to comment.