zint: set platforms

This commit is contained in:
Weijia Wang 2023-09-08 17:23:08 +02:00
parent 21002df80e
commit a8e5d8fcc5

View file

@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/zint/zint/blob/${version}/ChangeLog";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ azahi ];
platforms = platforms.all;
};
}