mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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
|
||||
, 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 ? [ ]
|
||||
}:
|
||||
|
Loading…
Reference in New Issue
Block a user