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:
parent
6df405b654
commit
8a1c8e6158
@ -48,7 +48,7 @@ let
|
|||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
buildFHSUserEnv {
|
buildFHSUserEnv {
|
||||||
name = "conda-shell-${version}";
|
name = "conda-shell";
|
||||||
targetPkgs = pkgs: (builtins.concatLists [ [ conda ] condaDeps extraPkgs]);
|
targetPkgs = pkgs: (builtins.concatLists [ [ conda ] condaDeps extraPkgs]);
|
||||||
profile = ''
|
profile = ''
|
||||||
# Add conda to PATH
|
# Add conda to PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user