mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
libredwg: unbreak on aarch64-darwin
This commit is contained in:
parent
241d6a5b70
commit
a82832314f
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
|
|||
checkInputs = lib.optionals enablePython [ libxml2 libxml2.dev ];
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin && stdenv.isAarch64;
|
||||
description = "Free implementation of the DWG file format";
|
||||
homepage = "https://savannah.gnu.org/projects/libredwg/";
|
||||
maintainers = with maintainers; [ tweber ];
|
||||
|
|
Loading…
Reference in a new issue