python3Packages.recursive-pth-loader: set license (#516506)

This commit is contained in:
Jo
2026-05-12 11:38:29 +00:00
committed by GitHub
@@ -1,4 +1,8 @@
{ stdenv, python }:
{
lib,
stdenv,
python,
}:
stdenv.mkDerivation {
pname = "python-recursive-pth-loader";
@@ -20,5 +24,6 @@ stdenv.mkDerivation {
meta = {
description = "Enable recursive processing of pth files anywhere in sys.path";
license = lib.licenses.mit;
};
}