Commit 5374caf5 authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.rich-tables: remove ? null from rgbxy argument

parent dd44e550
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  typing-extensions,

  # passthru
  rgbxy ? null,
  rgbxy,
}:
buildPythonPackage (finalAttrs: {
  pname = "rich-tables";