From f089f6e1ef2b0fc9bee8a3f6ccf3bce9c06278c3 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 17 Jul 2019 22:41:43 +0800 Subject: [PATCH] typo --- artiq-full.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-full.nix b/artiq-full.nix index 005730f..e0e0334 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -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;