Skip to content
Commit 7f845578 authored by Benjamin Hipple's avatar Benjamin Hipple
Browse files

rustPlatform: fix bug with ambiguous diff tool

If a user provides `nativeBuildInputs = [ llvmPackages.bintools ]` or any other
package containing a `${prefix}/bin/diff`, the builder could use it instead
of the standard unix `diff`, causing a build failure.

This updates the call to specify an abspath to `diff` and avoid reliance on `PATH`.

Resolves #87081
parent a0c2484d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment