jetbrains.pycharm-community: propagate python3
This commit is contained in:
parent
9fc74756bb
commit
0ca017dadc
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
{ lib, stdenv, callPackage, fetchurl
|
{ lib, stdenv, callPackage, fetchurl
|
||||||
, python
|
|
||||||
, jdk, cmake, libxml2, zlib, python3, ncurses5
|
, jdk, cmake, libxml2, zlib, python3, ncurses5
|
||||||
, dotnet-sdk_3
|
, dotnet-sdk_3
|
||||||
, vmopts ? null
|
, vmopts ? null
|
||||||
|
@ -199,7 +198,7 @@ let
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}).override {
|
}).override {
|
||||||
propagatedUserEnvPkgs = [ python ];
|
propagatedUserEnvPkgs = [ python3 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
buildRider = { name, version, src, license, description, wmClass, ... }:
|
buildRider = { name, version, src, license, description, wmClass, ... }:
|
||||||
|
|
Loading…
Reference in a new issue