Merge pull request #254058 from wegank/zint-platforms

zint: set platforms

authored by Weijia Wang and committed by GitHub 5f0b0d7e cfd0f3ee

+1
+1
pkgs/development/libraries/zint/default.nix
··· 53 changelog = "https://github.com/zint/zint/blob/${version}/ChangeLog"; 54 license = licenses.gpl3Plus; 55 maintainers = with maintainers; [ azahi ]; 56 }; 57 }
··· 53 changelog = "https://github.com/zint/zint/blob/${version}/ChangeLog"; 54 license = licenses.gpl3Plus; 55 maintainers = with maintainers; [ azahi ]; 56 + platforms = platforms.all; 57 }; 58 }