mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
0a7c10f701
Fixes #83814
8 lines
102 B
Nix
8 lines
102 B
Nix
{
|
|
pname = ''setupcfg2nix'';
|
|
version = ''2.0.1'';
|
|
install_requires = [
|
|
''setuptools''
|
|
];
|
|
}
|