mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
n2: init at unstable-2023-10-10
This commit is contained in:
parent
7cb9338b8f
commit
1290d2bc9f
1 changed files with 26 additions and 0 deletions
26
pkgs/by-name/n2/n2/package.nix
Normal file
26
pkgs/by-name/n2/n2/package.nix
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
{ lib
|
||||||
|
, rustPlatform
|
||||||
|
, fetchFromGitHub
|
||||||
|
}:
|
||||||
|
|
||||||
|
rustPlatform.buildRustPackage {
|
||||||
|
pname = "n2";
|
||||||
|
version = "unstable-2023-10-10";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "evmar";
|
||||||
|
repo = "n2";
|
||||||
|
rev = "90041c1f010d27464e3b18e38440ed9855ea62ef";
|
||||||
|
hash = "sha256-svJPcriSrqloJlr7pIp/k84O712l4ZEPlSr58GPANXY=";
|
||||||
|
};
|
||||||
|
|
||||||
|
cargoHash = "sha256-jrIo0N3o2fYe3NgNG33shkMd0rJxi5evtidCL9BcfVc=";
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "https://github.com/evmar/n2";
|
||||||
|
description = "A ninja compatible build system";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ fgaz ];
|
||||||
|
platforms = platforms.all;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue