From 772069c287600817e9ec64ab5e459b57a847b2f6 Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Sun, 7 Nov 2021 16:50:49 -0800 Subject: handbrake: mark broken on darwin < 10.13 --- pkgs/applications/video/handbrake/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/video/handbrake/default.nix') diff --git a/pkgs/applications/video/handbrake/default.nix b/pkgs/applications/video/handbrake/default.nix index 38f85625bd05b..ce64a702379c3 100644 --- a/pkgs/applications/video/handbrake/default.nix +++ b/pkgs/applications/video/handbrake/default.nix @@ -228,5 +228,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2Only; maintainers = with maintainers; [ Anton-Latukha wmertens ]; platforms = with platforms; unix; + broken = stdenv.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinMinVersion "10.13"; }; } -- cgit 1.4.1