jetbrains.pycharm-community: propagate python3

This commit is contained in:
Frederik Rietdijk
2021-04-03 17:06:10 +02:00
parent 9fc74756bb
commit 0ca017dadc
@@ -1,5 +1,4 @@
{ lib, stdenv, callPackage, fetchurl
, python
, jdk, cmake, libxml2, zlib, python3, ncurses5
, dotnet-sdk_3
, vmopts ? null
@@ -199,7 +198,7 @@ let
platforms = platforms.linux;
};
}).override {
propagatedUserEnvPkgs = [ python ];
propagatedUserEnvPkgs = [ python3 ];
};
buildRider = { name, version, src, license, description, wmClass, ... }: