use hydraJob for matplotlib

pull/16/head
Sebastien Bourdeauducq 2019-04-08 23:35:08 +08:00
parent fa5afb3fc4
commit c74c25f938
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ let
jobs = (builtins.mapAttrs (key: value: pkgs.lib.hydraJob value) artiqpkgs) // { jobs = (builtins.mapAttrs (key: value: pkgs.lib.hydraJob value) artiqpkgs) // {
# This is in the example in the ARTIQ manual - precompile it to speed up # This is in the example in the ARTIQ manual - precompile it to speed up
# installation for users. # installation for users.
matplotlib-qt = (pkgs.python3Packages.matplotlib.override { enableQt = true; }); matplotlib-qt = pkgs.lib.hydraJob (pkgs.python3Packages.matplotlib.override { enableQt = true; });
}; };
in in
jobs // { jobs // {