about summary refs log tree commit diff
path: root/pkgs/development/libraries/libredwg/default.nix
diff options
context:
space:
mode:
authorStanisław Pitucha <stan.pitucha@envato.com>2022-09-01 21:50:10 +1000
committerStanisław Pitucha <stan.pitucha@envato.com>2022-09-01 22:44:30 +1000
commit56cd09f5d1015b8c82da66671531740da16597c8 (patch)
tree295198b064428f3208b6b59c0d1a375abe847c71 /pkgs/development/libraries/libredwg/default.nix
parentcc9c837aa23a08b18bdda489dbe9728c5aa88466 (diff)
libredwg: mark working on darwin
Diffstat (limited to 'pkgs/development/libraries/libredwg/default.nix')
-rw-r--r--pkgs/development/libraries/libredwg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libredwg/default.nix b/pkgs/development/libraries/libredwg/default.nix
index 4a7a125d3ee12..ad7a7e5473e90 100644
--- a/pkgs/development/libraries/libredwg/default.nix
+++ b/pkgs/development/libraries/libredwg/default.nix
@@ -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 ];