mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 12:43:52 +00:00
d36556b8a5
Instead of packaging the upstream package, which downloads Ninja from the web, we can stub it out to use ninja from nixpkgs.
12 lines
234 B
TOML
12 lines
234 B
TOML
[build-system]
|
|
requires = ["flit_core"]
|
|
build-backend = "flit_core.buildapi"
|
|
|
|
[project]
|
|
name = "ninja"
|
|
version = "@version@"
|
|
description = "Ninja is a small build system with a focus on speed"
|
|
|
|
[project.scripts]
|
|
ninja = "ninja:ninja"
|