@@ -0,0 +1,15 @@
{
pname,
version,
sha256,
buildPythonPackage,
fetchPypi,
}:
buildPythonPackage rec {
inherit pname version;
src = fetchPypi {
inherit pname version sha256;
};
}
The note is not visible to the blocked user.