Skip to content

Commit

Permalink
comet-gog: remove stuff already included by apple-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaSajt committed Oct 31, 2024
1 parent fb26e7f commit fcec676
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkgs/by-name/co/comet-gog/package.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
protobuf,
darwin,
}:

let
inherit (darwin.apple_sdk.frameworks) CoreFoundation SystemConfiguration;
in
rustPlatform.buildRustPackage rec {
pname = "comet-gog";
version = "0.1.2";
Expand All @@ -31,11 +26,6 @@ rustPlatform.buildRustPackage rec {

env.PROTOC = lib.getExe' protobuf "protoc";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
CoreFoundation
SystemConfiguration
];

meta = {
changelog = "https://github.com/imLinguin/comet/releases/tag/v${version}";
description = "Open Source implementation of GOG Galaxy's Communication Service";
Expand Down

0 comments on commit fcec676

Please sign in to comment.