refactor(package): pull out all realization from default.nix
This commit is contained in:
8
package/py3-modulegraph.nix
Normal file
8
package/py3-modulegraph.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ python3Packages }: python3Packages.buildPythonPackage rec {
|
||||
pname = "modulegraph";
|
||||
version = "0.19.6";
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-yRTIyVoOEP6IUF1OnCKEtOPbxwlD4wbMZWfjbMVBv0s=";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user