Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkgs/os-specific/linux/zfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ let
changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
license = lib.licenses.cddl;
platforms = lib.platforms.linux;
badPlatforms = lib.optionals (kernel == null || kernel.kernelOlder "5.19") [
# can be removed if/when https://github.com/NixOS/nixpkgs/pull/192668 is merged
"powerpc64le-linux"
];
maintainers = with lib.maintainers; [ jcumming jonringer wizeman globin ];
mainProgram = "zfs";
# If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
Expand Down