about summary refs log tree commit diff
path: root/pkgs/applications/graphics/vengi-tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-22 19:55:37 +0100
committerRick van Schijndel <Mindavi@users.noreply.github.com>2022-12-25 09:57:11 +0100
commitf93d6e7e0bacaff20cf9497879ee02604a5e260a (patch)
treeccc09b4c170d6c1682d0d72638a52e998c38474d /pkgs/applications/graphics/vengi-tools
parent45fb93f966ce968be3f54a73cade646361808fae (diff)
vengi-tools: unbreak on x86_64-darwin
Diffstat (limited to 'pkgs/applications/graphics/vengi-tools')
-rw-r--r--pkgs/applications/graphics/vengi-tools/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/vengi-tools/default.nix b/pkgs/applications/graphics/vengi-tools/default.nix
index e726704722726..bbee8671cc675 100644
--- a/pkgs/applications/graphics/vengi-tools/default.nix
+++ b/pkgs/applications/graphics/vengi-tools/default.nix
@@ -106,7 +106,5 @@ stdenv.mkDerivation rec {
     license = [ licenses.mit licenses.cc-by-sa-30 ];
     maintainers = with maintainers; [ fgaz ];
     platforms = platforms.all;
-    # Requires SDK 10.14 https://github.com/NixOS/nixpkgs/issues/101229
-    broken = stdenv.isDarwin && stdenv.isx86_64;
   };
 }