jetbrains.pycharm-community: propagate python3

This commit is contained in:
Frederik Rietdijk 2021-03-26 10:03:41 +01:00
parent 9fc74756bb
commit 0ca017dadc

View File

@ -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, ... }: