diff --git a/srcpkgs/rust/patches/link-musl-dynamically.patch b/srcpkgs/rust/patches/link-musl-dynamically.patch index 7454bafcb4..5bcec8429f 100644 --- a/srcpkgs/rust/patches/link-musl-dynamically.patch +++ b/srcpkgs/rust/patches/link-musl-dynamically.patch @@ -1,5 +1,5 @@ ---- src/bootstrap/compile.rs.orig -+++ src/bootstrap/compile.rs +--- a/src/bootstrap/compile.rs ++++ b/src/bootstrap/compile.rs @@ -89,10 +89,6 @@ t!(fs::create_dir_all(&libdir)); } @@ -11,8 +11,8 @@ } /// Copies the crt(1,i,n).o startup objects ---- src/bootstrap/sanity.rs.orig -+++ src/bootstrap/sanity.rs +--- a/src/bootstrap/sanity.rs ++++ b/src/bootstrap/sanity.rs @@ -132,27 +132,6 @@ panic!("the iOS target is only supported on OSX"); }