mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 07:05:13 +00:00
conda: fix fhsenv version
This commit is contained in:
parent
a1ed41a112
commit
afb7a68ef7
@ -64,7 +64,8 @@ let
|
||||
'');
|
||||
in
|
||||
buildFHSEnv {
|
||||
name = "conda-shell";
|
||||
pname = "conda-shell";
|
||||
inherit version;
|
||||
targetPkgs = pkgs: (builtins.concatLists [ [ conda ] condaDeps extraPkgs]);
|
||||
profile = ''
|
||||
# Add conda to PATH
|
||||
|
Loading…
Reference in New Issue
Block a user