conda: update system deps

List copied from nixpkgs.conda.
pull/30/head
Sebastien Bourdeauducq 2020-06-09 15:12:06 +08:00
parent 5d8ffd44ef
commit 456a21d363
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
with pkgs;
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,
# so we don't have to manually deal with them.
condaInstaller = fetchurl {