From a1d134ad2594e847e26fe354d918582413b94704 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 14 Mar 2021 17:16:21 +0800 Subject: [PATCH] gluelogic: fix 84fc1375d --- gluelogic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluelogic/default.nix b/gluelogic/default.nix index 005eb6a..f532171 100644 --- a/gluelogic/default.nix +++ b/gluelogic/default.nix @@ -1,6 +1,6 @@ { pkgs ? import {} }: let - artiqpkgs = import ../artiq-fast/pkgs/python-deps.nix { inherit (pkgs) stdenv fetchgit fetchFromGitHub python3Packages; misoc-new = true; }; + artiqpkgs = import ../artiq-fast/pkgs/python-deps.nix { inherit (pkgs) lib fetchgit fetchFromGitHub python3Packages; misoc-new = true; }; ise = import ./ise.nix { inherit pkgs; }; vivado = import ../artiq-fast/vivado.nix { inherit pkgs; }; buildUrukulCpld = {version, src}: pkgs.stdenv.mkDerivation {