From 456a21d36307ef49772775b902dded3c1a6f8965 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 9 Jun 2020 15:12:06 +0800 Subject: [PATCH] conda: update system deps List copied from nixpkgs.conda. --- artiq-fast/conda/builder-env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/conda/builder-env.nix b/artiq-fast/conda/builder-env.nix index e54a8a5..eb211cb 100644 --- a/artiq-fast/conda/builder-env.nix +++ b/artiq-fast/conda/builder-env.nix @@ -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 {