Skip to content

Commit

Permalink
linux-asahi: remove obsolete Rust patches
Browse files Browse the repository at this point in the history
Tested to work under NixOS 23.05 and unstable.
  • Loading branch information
tpwrules committed Aug 26, 2023
1 parent 242f972 commit 99e3a10
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 488 deletions.
15 changes: 0 additions & 15 deletions apple-silicon-support/packages/linux-asahi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ let
{ name = "default-pagesize-16k";
patch = ./default-pagesize-16k.patch;
}
] ++ lib.optionals (rustOlder "1.66.0") [
{ name = "rust-1.66.0";
patch = ./rust_1_66_0.patch;
reverse = true;
}
] ++ lib.optionals (bindgenAtLeast "0.63.0") [
{ name = "rust-bindgen";
patch = ./rust-bindgen-0.63-fix.patch;
Expand All @@ -111,16 +106,6 @@ let
{ name = "rust-bindgen";
patch = ./rust-bindgen-0.65-fix.patch;
}
] ++ lib.optionals (rustOlder "1.67.0") [
{ name = "rust-1.67.0";
patch = ./rust_1_67_0.patch;
reverse = true;
}
] ++ lib.optionals (rustOlder "1.71.0") [
{ name = "rust-1.71.0";
patch = ./rust_1_71_0.patch;
reverse = true;
}
] ++ _kernelPatches;

inherit configfile config;
Expand Down
47 changes: 0 additions & 47 deletions apple-silicon-support/packages/linux-asahi/rust_1_66_0.patch

This file was deleted.

42 changes: 0 additions & 42 deletions apple-silicon-support/packages/linux-asahi/rust_1_67_0.patch

This file was deleted.

Loading

0 comments on commit 99e3a10

Please sign in to comment.