mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
nimble-unwrapped: add meta
This commit is contained in:
parent
9e4be53221
commit
d8da6a153b
1 changed files with 8 additions and 0 deletions
|
@ -183,6 +183,14 @@ in {
|
||||||
install -Dt $out/bin src/nimble
|
install -Dt $out/bin src/nimble
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Package manager for the Nim programming language";
|
||||||
|
homepage = "https://github.com/nim-lang/nimble";
|
||||||
|
license = licenses.bsd3;
|
||||||
|
maintainers = with maintainers; [ ehmry ];
|
||||||
|
mainProgram = "nimble";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nim = let
|
nim = let
|
||||||
|
|
Loading…
Reference in a new issue