diff options
| author | Bobby Rong <rjl931189261@126.com> | 2023-10-29 22:34:45 +0800 |
|---|---|---|
| committer | Bobby Rong <rjl931189261@126.com> | 2023-10-29 22:34:45 +0800 |
| commit | 66dc42cddc3207010ca49c072e7e2ac9b3050b9f (patch) | |
| tree | ca6774f1691819f77e808abbd40516e9e436ded8 | |
| parent | gnome.gnome-terminal: 3.50.0 → 3.50.1 (diff) | |
| download | nixpkgs-66dc42cddc3207010ca49c072e7e2ac9b3050b9f.tar.gz | |
gi-docgen: Remove unused python3.pkgs.toml
This is not needed with python311.
| -rw-r--r-- | pkgs/development/tools/documentation/gi-docgen/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/documentation/gi-docgen/default.nix b/pkgs/development/tools/documentation/gi-docgen/default.nix index 05da1f3aa0c1..183c1542d607 100644 --- a/pkgs/development/tools/documentation/gi-docgen/default.nix +++ b/pkgs/development/tools/documentation/gi-docgen/default.nix @@ -31,7 +31,6 @@ python3.pkgs.buildPythonApplication rec { markdown markupsafe pygments - toml # remove once python311 is the default typogrify ]; |
