mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
|
||||
, 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, ... }:
|
||||
|
|
Loading…
Reference in a new issue