conda: Remove version suffix

Currently the `conda-shell` binary is installed as
`conda-shell-4.6.14` which is not very friendly to type.

With this change the binary is simply installed as `conda-shell`.
This commit is contained in:
adisbladis 2019-06-26 12:48:12 +01:00
parent 8df753c598
commit ce22805852
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7

View File

@ -48,7 +48,7 @@ let
'';
in
buildFHSUserEnv {
name = "conda-shell-${version}";
name = "conda-shell";
targetPkgs = pkgs: (builtins.concatLists [ [ conda ] condaDeps extraPkgs]);
profile = ''
# Add conda to PATH