linuxPackages.exfat-nofuse: 2018-04-16 -> 2019-09-06
Upstream repository is unmaintained since 2018, maintainership got taken over by AdrianBan ( https://github.com/dorimanx/exfat-nofuse/issues/145#issuecomment-528632096 )
This commit is contained in:
parent
7858f5add5
commit
8a6e2f5d53
@ -6,13 +6,13 @@ assert lib.versionAtLeast kernel.version "4.2" || lib.versionOlder kernel.versi
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "exfat-nofuse-${version}-${kernel.version}";
|
name = "exfat-nofuse-${version}-${kernel.version}";
|
||||||
version = "2018-04-16";
|
version = "2019-09-06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dorimanx";
|
owner = "AdrianBan";
|
||||||
repo = "exfat-nofuse";
|
repo = "exfat-nofuse";
|
||||||
rev = "01c30ad52625a7261e1b0d874553b6ca7af25966";
|
rev = "5536f067373c196f152061f5000fe0032dc07c48";
|
||||||
sha256 = "0n1ibamf1yj8iqapc86lfscnky9p07ngsi4f2kpv3d5r2s6mzsh6";
|
sha256 = "00mhadsv2iw8z00a6170hwbvk3afx484nn3irmd5f5kmhs34sw7k";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
@ -27,18 +27,9 @@ stdenv.mkDerivation rec {
|
|||||||
install -m644 -b -D exfat.ko $out/lib/modules/${kernel.modDirVersion}/kernel/fs/exfat/exfat.ko
|
install -m644 -b -D exfat.ko $out/lib/modules/${kernel.modDirVersion}/kernel/fs/exfat/exfat.ko
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [
|
|
||||||
# fix compile-errors in 4.18 and 4.20
|
|
||||||
# ref: https://github.com/dorimanx/exfat-nofuse/pull/137
|
|
||||||
(fetchpatch {
|
|
||||||
url = https://github.com/dorimanx/exfat-nofuse/compare/01c30ad52625a7261e1b0d874553b6ca7af25966...f93a47e6414d567a1e7f6ab7f34b015b20f9a050.patch ;
|
|
||||||
sha256 = "0w57pi9h6dwjxfgc3zpwy6sr4zw42hn1zj72f7wgfpqrx6d8xkh5";
|
|
||||||
} )
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "exfat kernel module";
|
description = "exfat kernel module";
|
||||||
homepage = https://github.com/dorimanx/exfat-nofuse;
|
inherit (src.meta) homepage;
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = with lib.maintainers; [ makefu ];
|
maintainers = with lib.maintainers; [ makefu ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user