nimble-unwrapped: add meta

main
Malo Bourgon 2 years ago
parent 9e4be53221
commit d8da6a153b
  1. 8
      pkgs/development/compilers/nim/default.nix

@ -183,6 +183,14 @@ in {
install -Dt $out/bin src/nimble
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

Loading…
Cancel
Save