linuxPackages.rtl8821ce: unstable-2021-11-19 -> unstable-2022-06-01
This unbreaks the build for kernel 5.18
This commit is contained in:
parent
de84a9b4db
commit
2cf54b92dd
1 changed files with 4 additions and 10 deletions
|
@ -8,21 +8,15 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rtl8821ce";
|
||||
version = "${kernel.version}-unstable-2021-11-19";
|
||||
version = "${kernel.version}-unstable-2022-06-01";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tomaspinho";
|
||||
repo = "rtl8821ce";
|
||||
rev = "ca204c60724d23ab10244f920d4e50759ed1affb";
|
||||
sha256 = "18ma8a8h1l90dss0k6al7q6plwr57jc9g67p22g9917k1jfbhm97";
|
||||
rev = "be733dc86781c68571650b395dd0fa6b53c0a039";
|
||||
sha256 = "sha256-4PgISOjCSSGymz96VwE4jzcUiOEO+Ocuk2kJVIA+TQM=";
|
||||
};
|
||||
|
||||
# Fixes the build on kernel >= 5.17. Can be removed once https://github.com/tomaspinho/rtl8821ce/pull/267 is merged
|
||||
patches = [(fetchpatch {
|
||||
url = "https://github.com/tomaspinho/rtl8821ce/commit/7b9e55df64b10fed785f22df9f36ed4a30b59d0e.patch";
|
||||
sha256 = "sha256-mpAWOG1aXsklGuDbrRB9Vd36mgeCdctKQaWuuoqEEp0=";
|
||||
})];
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
nativeBuildInputs = [ bc ] ++ kernel.moduleBuildDependencies;
|
||||
|
@ -47,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/tomaspinho/rtl8821ce";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
broken = stdenv.isAarch64 || kernel.kernelAtLeast "5.18";
|
||||
broken = stdenv.isAarch64;
|
||||
maintainers = with maintainers; [ hhm ivar ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue