1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-21 00:49:27 +03:00
nixpkgs/pkgs/development/python-modules/tensorflow/absl_py_argparse_flags.patch
2023-10-24 15:27:37 +02:00

11 lines
393 B
Diff

diff -Naurd x/third_party/systemlibs/absl_py.absl.flags.BUILD y/third_party/systemlibs/absl_py.absl.flags.BUILD
--- x/third_party/systemlibs/absl_py.absl.flags.BUILD 2023-09-20 06:02:15.079683729 +0000
+++ y/third_party/systemlibs/absl_py.absl.flags.BUILD 2023-09-20 06:04:58.491897303 +0000
@@ -5,3 +5,7 @@
py_library(
name = "flags",
)
+
+py_library(
+ name = "argparse_flags",
+)