We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154a2c1 commit 5f13954Copy full SHA for 5f13954
pkgs/development/compilers/mint/default.nix
@@ -6,8 +6,8 @@
6
}:
7
8
crystal.buildCrystalPackage rec {
9
- version = "0.19.0";
10
pname = "mint";
+ version = "0.19.0";
11
12
src = fetchFromGitHub {
13
owner = "mint-lang";
@@ -29,12 +29,11 @@ crystal.buildCrystalPackage rec {
29
export HOME=$(mktemp -d)
30
'';
31
32
- meta = with lib; {
+ meta = {
33
description = "Refreshing language for the front-end web";
34
mainProgram = "mint";
35
homepage = "https://www.mint-lang.com/";
36
- license = licenses.bsd3;
37
- maintainers = with maintainers; [ manveru ];
38
- broken = lib.versionOlder crystal.version "1.0";
+ license = lib.licenses.bsd3;
+ maintainers = with lib.maintainers; [ manveru ];
39
};
40
}
0 commit comments