Merge pull request #311794 from rhelmot/freebsd-minimal3/make-binary-wrapper

make-binary-wrapper: add cc to propagatedBuildInputs
This commit is contained in:
John Ericson 2024-05-26 11:50:45 -04:00 committed by GitHub
commit e897cae4da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
makeSetupHook {
name = "make-binary-wrapper-hook";
propagatedBuildInputs = [ dieHook ];
propagatedBuildInputs = [ dieHook cc ];
substitutions = {
cc = "${cc}/bin/${cc.targetPrefix}cc ${lib.escapeShellArgs (map (s: "-fsanitize=${s}") sanitizers)}";