From 13fd1897fe757b9b389e23f2786dbf46b4d4a962 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 4 Apr 2024 10:57:01 +1100 Subject: [PATCH] reset --- flake-module.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/flake-module.nix b/flake-module.nix index b33a677..6c04719 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -18,16 +18,7 @@ in rust-project.rustBuildInputs = lib.mkOption { type = lib.types.listOf lib.types.package; - # XXX: Do we need this? - default = lib.optionals pkgs.stdenv.isDarwin ( - with pkgs.darwin.apple_sdk.frameworks; [ - IOKit - Carbon - WebKit - Security - Cocoa - ] - ); + default = []; description = "(Runtime) buildInputs for the cargo package"; }; @@ -74,8 +65,7 @@ in inherit src; pname = name; version = version; - buildInputs = [ - ] ++ config.rust-project.rustBuildInputs; + buildInputs = config.rust-project.rustBuildInputs; nativeBuildInputs = with pkgs;[ pkg-config makeWrapper