Skip to content

Commit

Permalink
Temp fix for oxalica#59
Browse files Browse the repository at this point in the history
  • Loading branch information
abbec committed Nov 23, 2021
1 parent 885ef5b commit a4dabdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ let

# Ourselves have offset -1. In order to make these offset -1 dependencies of downstream derivation,
# they are offset 0 propagated.
propagatedBuildInputs =
propagatedNativeBuildInputs =
optional (pname == "rustc") [ self.stdenv.cc self.buildPackages.stdenv.cc ];
# This goes downstream packages' buildInputs.
depsTargetTargetPropagated =
Expand Down

0 comments on commit a4dabdc

Please sign in to comment.