lol

smlpkg: add platforms

+1
+1
pkgs/tools/package-management/smlpkg/default.nix
··· 37 37 description = "Generic package manager for Standard ML libraries and programs"; 38 38 homepage = "https://github.com/diku-dk/smlpkg"; 39 39 license = licenses.mit; 40 + platforms = mlton.meta.platforms; 40 41 maintainers = with maintainers; [ athas ]; 41 42 }; 42 43 }