From 0a82eb43775ef351b1ec6223e11abcd09d14c829 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Sun, 11 Nov 2018 10:36:39 +0800 Subject: [PATCH] change to propogatedBuildInputs --- pkgs/development/python-modules/gin-config/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/gin-config/default.nix b/pkgs/development/python-modules/gin-config/default.nix index ee0113c331f..8aec7316ace 100644 --- a/pkgs/development/python-modules/gin-config/default.nix +++ b/pkgs/development/python-modules/gin-config/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { }; - buildInputs = [ six enum34 ]; + propogatedBuildInputs = [ six enum34 ]; # PyPI archive does not ship with tests doCheck= false;