Merge pull request #189256 from viraptor/libredwg-darwin

libredwg: mark working on darwin
This commit is contained in:
Stanisław Pitucha 2022-09-01 23:50:11 +10:00 committed by GitHub
commit 48fc0e55b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
checkInputs = lib.optionals enablePython [ libxml2 libxml2.dev ];
meta = with lib; {
broken = stdenv.isDarwin;
broken = stdenv.isDarwin && stdenv.isAarch64;
description = "Free implementation of the DWG file format";
homepage = "https://savannah.gnu.org/projects/libredwg/";
maintainers = with maintainers; [ tweber ];