3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #237620 from alyssais/linux-4.9

linuxPackages.apfs: drop obsolete kernel reference
This commit is contained in:
Maximilian Bosch 2023-06-14 13:27:30 +02:00 committed by GitHub
commit 74d236b3a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}