Merge #55988: treewide meta.platforms: linux -> unix
This commit is contained in:
@@ -11,7 +11,7 @@ perlPackages.buildPerlPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Render/convert graphs in/from various formats";
|
||||
license = licenses.gpl1;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.jensbin ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user