pull/30/head
Sebastien Bourdeauducq 2019-07-17 22:41:43 +08:00
parent 14c0bd7103
commit f089f6e1ef
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ let
}
EOF
'';
pythonDeps = import ./artiq-full/pythonDeps.nix { inherit pkgs; };
pythonDeps = import ./artiq-full/python-deps.nix { inherit pkgs; };
manualPackages = import ./artiq-full/manual.nix {
inherit (pkgs) stdenv lib fetchgit git python3Packages texlive texinfo;
inherit (pythonDeps) sphinxcontrib-wavedrom;