gluelogic: fix python-deps

pull/33/head
Sebastien Bourdeauducq 2020-08-02 20:28:34 +08:00
parent 1c43932205
commit d88e2287e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
let
artiqpkgs = import ../artiq-fast/pkgs/python-deps.nix { inherit (pkgs) stdenv fetchFromGitHub python3Packages; };
artiqpkgs = import ../artiq-fast/pkgs/python-deps.nix { inherit (pkgs) stdenv fetchFromGitHub python3Packages; misoc-new = false; };
ise = import ./ise.nix { inherit pkgs; };
buildUrukulCpld = {version, src}: pkgs.stdenv.mkDerivation {
name = "urukul-cpld-${version}";