mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
haskell: fix evaluation error in tensorflow-proto
This commit is contained in:
parent
f4316473d9
commit
5c582f35c1
@ -44,7 +44,7 @@ in
|
|||||||
);
|
);
|
||||||
|
|
||||||
tensorflow-proto = super.tensorflow-proto.override {
|
tensorflow-proto = super.tensorflow-proto.override {
|
||||||
inherit proto-lens proto-lens-protoc proto-lens-protobuf-types;
|
inherit proto-lens proto-lens-protobuf-types;
|
||||||
};
|
};
|
||||||
tensorflow = super.tensorflow.override {
|
tensorflow = super.tensorflow.override {
|
||||||
inherit mainland-pretty proto-lens;
|
inherit mainland-pretty proto-lens;
|
||||||
|
Loading…
Reference in New Issue
Block a user