Update pkgs/development/tools/wizer/default.nix

Co-authored-by: Winter <winter@winter.cafe>
This commit is contained in:
Luc Perkins
2022-08-02 04:24:26 +02:00
committed by GitHub
co-authored by Winter
parent 5785a37cc1
commit 9765a3f641
+1
View File
@@ -27,5 +27,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/bytecodealliance/wizer";
license = licenses.asl20;
maintainers = with maintainers; [ lucperkins ];
broken = stdenv.isx86_64 && stdenv.isDarwin;
};
}