From 2e6c0b6a6d5a9ac2cc67ff4c5783333e151e5f9f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 16 Aug 2018 10:06:03 +0800 Subject: [PATCH] nix: propagate artiq subdependencies --- nix/artiq.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/artiq.nix b/nix/artiq.nix index 49cedf765..a21df0105 100644 --- a/nix/artiq.nix +++ b/nix/artiq.nix @@ -21,7 +21,7 @@ pythonparser = python3Packages.buildPythonPackage rec { rev = "8bdc7badbd08e2196b864e12889ea9191ca6e09c"; sha256 = "1f538wnjlqah0dsvq256k2rv7s7bffsvjcxy8fq0x3a4g0s6pm9d"; }; - buildInputs = with python3Packages; [ regex ]; + propagatedBuildInputs = with python3Packages; [ regex ]; doCheck = false; }; @@ -33,7 +33,7 @@ asyncserial = python3Packages.buildPythonPackage rec { rev = "d95bc1d6c791b0e9785935d2f62f628eb5cdf98d"; sha256 = "0yzkka9jk3612v8gx748x6ziwykq5lr7zmr9wzkcls0v2yilqx9k"; }; - buildInputs = with python3Packages; [ pyserial ]; + propagatedBuildInputs = with python3Packages; [ pyserial ]; doCheck = false; }; @@ -62,7 +62,7 @@ quamash = python3Packages.buildPythonPackage rec { rev = "bbab9e30e10b71a95687b03a93524173fb7b43f0"; sha256 = "08hp2q4ifj6z2ww05c7zsy0cd732k9rnaims1j43vr4hhxx950mk"; }; - buildInputs = with python3Packages; [ pyqt5 ]; + propagatedBuildInputs = with python3Packages; [ pyqt5 ]; doCheck = false; };