Unverified Commit 478934a2 authored by nartsisss's avatar nartsisss
Browse files

matugen: use new darwin sdk pattern

parent 943aff98
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
  lib,
  rustPlatform,
  fetchFromGitHub,
  stdenv,
  darwin,
}:

rustPlatform.buildRustPackage rec {
@@ -19,11 +17,6 @@ rustPlatform.buildRustPackage rec {

  cargoHash = "sha256-FwQhhwlldDskDzmIOxhwRuUv8NxXCxd3ZmOwqcuWz64=";

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
    darwin.apple_sdk.frameworks.Security
    darwin.apple_sdk.frameworks.SystemConfiguration
  ];

  meta = {
    description = "Material you color generation tool";
    homepage = "https://github.com/InioX/matugen";