Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -20104,6 +20104,12 @@ githubId = 49844593; name = "skovati"; }; skyesoss = { name = "Skye Soss"; matrix = "@skyesoss:matrix.org"; github = "Skyb0rg007"; githubId = 30806179; }; skykanin = { github = "skykanin"; githubId = 3789764; Loading pkgs/development/compilers/smlnj/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ in stdenv.mkDerivation { homepage = "http://smlnj.org"; license = licenses.bsd3; platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]; maintainers = with maintainers; [ thoughtpolice ]; maintainers = with maintainers; [ skyesoss thoughtpolice ]; mainProgram = "sml"; # never built on x86_64-darwin since first introduction in nixpkgs broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64; Loading Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -20104,6 +20104,12 @@ githubId = 49844593; name = "skovati"; }; skyesoss = { name = "Skye Soss"; matrix = "@skyesoss:matrix.org"; github = "Skyb0rg007"; githubId = 30806179; }; skykanin = { github = "skykanin"; githubId = 3789764; Loading
pkgs/development/compilers/smlnj/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ in stdenv.mkDerivation { homepage = "http://smlnj.org"; license = licenses.bsd3; platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]; maintainers = with maintainers; [ thoughtpolice ]; maintainers = with maintainers; [ skyesoss thoughtpolice ]; mainProgram = "sml"; # never built on x86_64-darwin since first introduction in nixpkgs broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64; Loading