python310Packages.numba: add meta.mainProgram

This commit is contained in:
Austin Horstman 2023-08-12 10:35:52 -05:00
parent 3a94dd18bd
commit 5672875f42
No known key found for this signature in database

View file

@ -131,6 +131,7 @@ in buildPythonPackage rec {
description = "Compiling Python code using LLVM";
homepage = "https://numba.pydata.org/";
license = licenses.bsd2;
mainProgram = "numba";
maintainers = with maintainers; [ fridh ];
};
}