mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python3Packages.gviz-api: enable __structuredAttrs
This commit is contained in:
@@ -10,6 +10,8 @@ buildPythonPackage (finalAttrs: {
|
||||
version = "1.10.0";
|
||||
format = "wheel";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
format = "wheel";
|
||||
|
||||
Reference in New Issue
Block a user