Skip to content

Commit

Permalink
fix dependency propagation for hi-can-raw
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomSpaceship committed Nov 29, 2024
1 parent b503dca commit 8e73737
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion software/shared/hi-can-raw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
name = pname;
};

buildInputs = [
# due to header files, these need to propagate
propagatedBuildInputs = [
fd-wrapper
hi-can
];
Expand Down

0 comments on commit 8e73737

Please sign in to comment.