From 9d1da25498118a6ebedbe7612549a4a42a3283d8 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 8 Mar 2019 12:48:22 +0800 Subject: [PATCH] revert accidentally committed part of c0a65b9 --- artiq/pkgs/artiq.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/pkgs/artiq.nix b/artiq/pkgs/artiq.nix index dde506c..80cfc42 100644 --- a/artiq/pkgs/artiq.nix +++ b/artiq/pkgs/artiq.nix @@ -12,7 +12,6 @@ in ++ (with pythonDeps; [ levenshtein pyqtgraph-qt5 quamash pythonparser asyncserial ]) ++ (with python3Packages; [ aiohttp pygit2 numpy dateutil scipy prettytable pyserial h5py pyqt5 ]); checkPhase = "python -m unittest discover -v artiq.test"; - doCheck = false; meta = with stdenv.lib; { description = "A leading-edge control system for quantum information experiments"; homepage = https://m-labs/artiq;