···52 description = "Reference client for NEAR Protocol";
53 homepage = "https://github.com/near/nearcore";
54 license = licenses.gpl3;
55- maintainers = with maintainers; [ mic92 mikroskeem ];
56 # only x86_64 is supported in nearcore because of sse4+ support, macOS might
57 # be also possible
58 platforms = [ "x86_64-linux" ];
···52 description = "Reference client for NEAR Protocol";
53 homepage = "https://github.com/near/nearcore";
54 license = licenses.gpl3;
55+ maintainers = with maintainers; [ mikroskeem ];
56 # only x86_64 is supported in nearcore because of sse4+ support, macOS might
57 # be also possible
58 platforms = [ "x86_64-linux" ];
+1-1
pkgs/applications/editors/jetbrains/default.nix
···47 Enhancing productivity for every C and C++
48 developer on Linux, macOS and Windows.
49 '';
50- maintainers = with maintainers; [ edwtjo mic92 tymscar ];
51 };
52 }).overrideAttrs (attrs: {
53 nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ lib.optionals (stdenv.isLinux) [
···47 Enhancing productivity for every C and C++
48 developer on Linux, macOS and Windows.
49 '';
50+ maintainers = with maintainers; [ edwtjo tymscar ];
51 };
52 }).overrideAttrs (attrs: {
53 nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ lib.optionals (stdenv.isLinux) [