12 buildPythonPackage rec {
13 pname = "meson-python";
19 pname = "meson_python";
20 hash = "sha256-RC8fpM9dtQ7qYRcKYFnBD6/XCXf12980QcEGzSOwXkw=";
30 propagatedBuildInputs = [
37 # Ugly work-around. Drop ninja dependency.
38 # We already have ninja, but it comes without METADATA.
39 # Building ninja-python-distributions is the way to go.
41 substituteInPlace pyproject.toml --replace "'ninja'," ""
45 description = "Meson Python build backend (PEP 517)";
46 homepage = "https://github.com/FFY00/meson-python";
47 license = [ lib.licenses.mit ];
48 maintainers = [ lib.maintainers.fridh ];