Skip to content

Commit 5f13954

Browse files
committed
mint: modernize
1 parent 154a2c1 commit 5f13954

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pkgs/development/compilers/mint/default.nix

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
}:
77

88
crystal.buildCrystalPackage rec {
9-
version = "0.19.0";
109
pname = "mint";
10+
version = "0.19.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "mint-lang";
@@ -29,12 +29,11 @@ crystal.buildCrystalPackage rec {
2929
export HOME=$(mktemp -d)
3030
'';
3131

32-
meta = with lib; {
32+
meta = {
3333
description = "Refreshing language for the front-end web";
3434
mainProgram = "mint";
3535
homepage = "https://www.mint-lang.com/";
36-
license = licenses.bsd3;
37-
maintainers = with maintainers; [ manveru ];
38-
broken = lib.versionOlder crystal.version "1.0";
36+
license = lib.licenses.bsd3;
37+
maintainers = with lib.maintainers; [ manveru ];
3938
};
4039
}

0 commit comments

Comments
 (0)