rpm: remove darwin from supported platforms

This commit is contained in:
Stanisław Pitucha 2022-10-17 15:16:29 +11:00
parent ab6176ac5b
commit d5e64d13f1

View file

@ -71,6 +71,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ gpl2Plus lgpl21Plus ];
description = "The RPM Package Manager";
maintainers = with maintainers; [ copumpkin ];
platforms = platforms.linux ++ platforms.darwin;
platforms = platforms.linux;
};
}