python3Packages.poetry: use pyproject
Note we should not import modules from within a derivation. This will need to be fixed.
This commit is contained in:
committed by
Frederik Rietdijk
parent
840b538da0
commit
5102201ba4
11
pkgs/development/python-modules/poetry/glob2.nix
Normal file
11
pkgs/development/python-modules/poetry/glob2.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ buildPythonPackage, fetchPypi }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "glob2";
|
||||
version = "0.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1miyz0pjyji4gqrzl04xsxcylk3h2v9fvi7hsg221y11zy3adc7m";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user