Merge pull request #254058 from wegank/zint-platforms

zint: set platforms
This commit is contained in:
Weijia Wang 2023-09-08 19:30:25 +02:00 committed by GitHub
commit 5f0b0d7ef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}