From bcda53ee2f6c7b362774502af1d7406e6e92f8d5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Feb 2019 20:14:19 +0800 Subject: [PATCH] nix: revert local mods --- nix/pkgs/artiq.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/pkgs/artiq.nix b/nix/pkgs/artiq.nix index 383e3e755..bad9693a1 100644 --- a/nix/pkgs/artiq.nix +++ b/nix/pkgs/artiq.nix @@ -21,7 +21,6 @@ pythonparser = python3Packages.buildPythonPackage rec { rev = "5b391fe86f43bb9f4f96c5bc0532e2a112db2936"; sha256 = "1gw1fk4y2l6bwq0fg2a9dfc1rvq8cv492dyil96amjdhsxvnx35b"; }; - patches = [ ./python37hack.patch ]; propagatedBuildInputs = with python3Packages; [ regex ]; }; @@ -72,7 +71,6 @@ python3Packages.buildPythonPackage rec { buildInputs = [ git ]; propagatedBuildInputs = with python3Packages; [ binutils-or1k llvm-or1k llvmlite levenshtein pyqtgraph-qt5 aiohttp pygit2 pythonparser numpy dateutil quamash scipy prettytable pyserial asyncserial h5py cython regex qt5Full 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;