From e47e952a07cc822fa71e2f850d7f04f5bbba6540 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 12 Apr 2019 19:03:02 +0800 Subject: [PATCH] ARTIQ lit test NixOS 19.03 compatibility --- artiq/pkgs/artiq.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/pkgs/artiq.nix b/artiq/pkgs/artiq.nix index 53d8c4b..26cc600 100644 --- a/artiq/pkgs/artiq.nix +++ b/artiq/pkgs/artiq.nix @@ -11,7 +11,7 @@ in propagatedBuildInputs = [ binutils-or1k llvm-or1k llvmlite-artiq qt5Full ] ++ (with pythonDeps; [ levenshtein pyqtgraph-qt5 quamash pythonparser asyncserial ]) ++ (with python3Packages; [ aiohttp pygit2 numpy dateutil scipy prettytable pyserial h5py pyqt5 ]); - buildInputs = [ outputcheck ]; + checkInputs = [ binutils-or1k outputcheck ]; checkPhase = '' python -m unittest discover -v artiq.test