mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.pysptk: enable __structuredAttrs
This commit is contained in:
@@ -15,6 +15,8 @@ buildPythonPackage (finalAttrs: {
|
||||
version = "1.0.1";
|
||||
format = "setuptools";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) version;
|
||||
pname = "pysptk";
|
||||
|
||||
Reference in New Issue
Block a user