Unverified Commit 5f0b0d7e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #254058 from wegank/zint-platforms

zint: set platforms
parents cfd0f3ee a8e5d8fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}