forked from mirrors/nixpkgs
Merge pull request #237620 from alyssais/linux-4.9
linuxPackages.apfs: drop obsolete kernel reference
This commit is contained in:
commit
74d236b3a5
|
@ -44,7 +44,6 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/linux-apfs/linux-apfs-rw";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
broken = kernel.kernelOlder "4.9";
|
||||
maintainers = with maintainers; [ Luflosi ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue