Skip to content

Commit

Permalink
bitscope: create derivations with version info
Browse files Browse the repository at this point in the history
So far the store paths produced by the bitscope derivations have been
version-less. Fix it.
  • Loading branch information
bjornfor committed Feb 3, 2018
1 parent 0ef512f commit 6b83438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/science/electronics/bitscope/common.nix
Expand Up @@ -65,6 +65,6 @@ let
runScript = target;
};
in buildFHSUserEnv {
name = attrs.toolName;
name = "${attrs.toolName}-${attrs.version}";
runScript = "${pkg.outPath}/bin/${attrs.toolName}";
} // { inherit (pkg) meta name; }

0 comments on commit 6b83438

Please sign in to comment.