about summary refs log tree commit diff
path: root/pkgs/applications/video/handbrake/default.nix
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2021-11-07 16:50:49 -0800
committerRyan Burns <rtburns@protonmail.com>2021-11-07 16:50:49 -0800
commit772069c287600817e9ec64ab5e459b57a847b2f6 (patch)
treee260a670e1cf1e76cdd40ded7780aebadec890ff /pkgs/applications/video/handbrake/default.nix
parentf2c9cf39e5cd7f7e85f35685f4f96b4c9fd5b9f4 (diff)
handbrake: mark broken on darwin < 10.13
Diffstat (limited to 'pkgs/applications/video/handbrake/default.nix')
-rw-r--r--pkgs/applications/video/handbrake/default.nix1
1 files changed, 1 insertions, 0 deletions
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";
   };
 }