From a7e04ddac30b85e787489cc3c169ef6425185029 Mon Sep 17 00:00:00 2001 From: Pico Geyer Date: Sat, 7 Oct 2023 21:10:39 +0200 Subject: [PATCH] Update default.nix Changed buildInputs to propagatedBuildInputs --- overrides/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/default.nix b/overrides/default.nix index 8950cc48e..3b5933e3b 100644 --- a/overrides/default.nix +++ b/overrides/default.nix @@ -857,7 +857,7 @@ lib.composeManyExtensions [ hidapi = super.hidapi.overridePythonAttrs ( old: { - buildInputs = old.nativeBuildInputs or [ ] ++ [ + propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ pkgs.libusb1 ]; postPatch = lib.optionalString stdenv.isLinux ''