vdo: use upstream platforms

This commit is contained in:
Alexandre Iooss 2023-05-16 19:22:49 +02:00
parent 7445d27491
commit 6d9bf329cb

View file

@ -57,7 +57,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/dm-vdo/vdo";
description = "A set of userspace tools for managing pools of deduplicated and/or compressed block storage";
platforms = platforms.linux;
# platforms are defined in https://github.com/dm-vdo/vdo/blob/master/utils/uds/atomicDefs.h
platforms = [ "x86_64-linux" "aarch64-linux" "s390-linux" "powerpc64-linux" "powerpc64le-linux" ];
license = with licenses; [ gpl2Plus ];
maintainers = with maintainers; [ ajs124 ];
};