This commit is contained in:
Maximilian Bosch 2018-11-08 15:17:32 +01:00 committed by Frederik Rietdijk
parent 78e557806e
commit 32d8215a58
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ buildPythonPackage rec {
};
propogatedBuildInputs = [ six enum34 ] + lib.optional withTensorflow tensorflow;
propogatedBuildInputs = [ six enum34 ] ++ lib.optional withTensorflow tensorflow;
checkInputs = [ absl-py tensorflow ];
meta = with lib; {