mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
fix eval
This commit is contained in:
parent
78e557806e
commit
32d8215a58
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user