diff options
Diffstat (limited to 'pkgs/by-name/co/comet-gog/package.nix')
-rw-r--r-- | pkgs/by-name/co/comet-gog/package.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/by-name/co/comet-gog/package.nix b/pkgs/by-name/co/comet-gog/package.nix index 35677d4bf08d..2424baab474a 100644 --- a/pkgs/by-name/co/comet-gog/package.nix +++ b/pkgs/by-name/co/comet-gog/package.nix @@ -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"; @@ -31,11 +26,6 @@ rustPlatform.buildRustPackage rec { env.PROTOC = lib.getExe' protobuf "protoc"; - buildInputs = lib.optionals stdenv.isDarwin [ - CoreFoundation - SystemConfiguration - ]; - meta = { changelog = "https://github.com/imLinguin/comet/releases/tag/v${version}"; description = "Open Source implementation of GOG Galaxy's Communication Service"; |