Skip to content

Commit

Permalink
Update default.nix
Browse files Browse the repository at this point in the history
Changed buildInputs to propagatedBuildInputs
  • Loading branch information
picogeyer authored Oct 7, 2023
1 parent 1095dc5 commit a7e04dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''
Expand Down

0 comments on commit a7e04dd

Please sign in to comment.