forked from M-Labs/nix-scripts
conda: update system deps
List copied from nixpkgs.conda.
This commit is contained in:
parent
5d8ffd44ef
commit
456a21d363
|
@ -3,7 +3,7 @@
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
||||||
let
|
let
|
||||||
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 ];
|
||||||
# Use the full Anaconda distribution, which already contains conda-build and its many dependencies,
|
# Use the full Anaconda distribution, which already contains conda-build and its many dependencies,
|
||||||
# so we don't have to manually deal with them.
|
# so we don't have to manually deal with them.
|
||||||
condaInstaller = fetchurl {
|
condaInstaller = fetchurl {
|
||||||
|
|
Loading…
Reference in New Issue