conda: update default condaDeps
Conda PyQt5 applications require those packages in the system.
This commit is contained in:
parent
0fd243baff
commit
c59966d786
@ -6,11 +6,12 @@
|
|||||||
, buildFHSUserEnv
|
, buildFHSUserEnv
|
||||||
, libselinux
|
, libselinux
|
||||||
, libarchive
|
, libarchive
|
||||||
|
, libGL
|
||||||
, xorg
|
, xorg
|
||||||
# Conda installs its packages and environments under this directory
|
# Conda installs its packages and environments under this directory
|
||||||
, installationPath ? "~/.conda"
|
, installationPath ? "~/.conda"
|
||||||
# Conda manages most pkgs itself, but expects a few to be on the system.
|
# 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
|
# Any extra nixpkgs you'd like available in the FHS env for Conda to use
|
||||||
, extraPkgs ? [ ]
|
, extraPkgs ? [ ]
|
||||||
}:
|
}:
|
||||||
|
Loading…
Reference in New Issue
Block a user