conda: update default condaDeps

Conda PyQt5 applications require those packages in the system.
This commit is contained in:
Sebastien Bourdeauducq 2019-07-20 12:33:30 +08:00
parent 0fd243baff
commit c59966d786

View File

@ -6,11 +6,12 @@
, buildFHSUserEnv
, libselinux
, libarchive
, libGL
, xorg
# Conda installs its packages and environments under this directory
, installationPath ? "~/.conda"
# Conda manages most pkgs itself, but expects a few to be on the system.
, condaDeps ? [ stdenv.cc xorg.libSM xorg.libICE xorg.libXrender libselinux ]
, condaDeps ? [ stdenv.cc xorg.libSM xorg.libICE xorg.libX11 xorg.libXau xorg.libXi xorg.libXrender libselinux libGL ]
# Any extra nixpkgs you'd like available in the FHS env for Conda to use
, extraPkgs ? [ ]
}: