mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 21:53:24 +00:00
8 lines
96 B
Nix
8 lines
96 B
Nix
{
|
|
pname = "setupcfg2nix";
|
|
version = "2.0.1";
|
|
install_requires = [
|
|
"setuptools"
|
|
];
|
|
}
|