Loading pkgs/by-name/mo/monolith/package.nix +7 −7 Original line number Diff line number Diff line Loading @@ -24,9 +24,10 @@ rustPlatform.buildRustPackage rec { OPENSSL_NO_VENDOR = true; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ]; buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ openssl ] nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ]; Loading @@ -41,7 +42,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Y2Z/monolith"; license = licenses.cc0; platforms = lib.platforms.unix; broken = stdenv.hostPlatform.isDarwin; maintainers = with maintainers; [ Br1ght0ne ]; }; } Loading
pkgs/by-name/mo/monolith/package.nix +7 −7 Original line number Diff line number Diff line Loading @@ -24,9 +24,10 @@ rustPlatform.buildRustPackage rec { OPENSSL_NO_VENDOR = true; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ]; buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ openssl ] nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ]; Loading @@ -41,7 +42,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Y2Z/monolith"; license = licenses.cc0; platforms = lib.platforms.unix; broken = stdenv.hostPlatform.isDarwin; maintainers = with maintainers; [ Br1ght0ne ]; }; }