mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
comet-gog: remove stuff already included by apple-sdk
This commit is contained in:
parent
fb26e7f3cb
commit
fcec676ced
@ -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.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";
|
||||
|
Loading…
Reference in New Issue
Block a user