1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

handbrake: mark broken on darwin < 10.13

This commit is contained in:
Ryan Burns 2021-11-07 16:50:49 -08:00
parent f2c9cf39e5
commit 772069c287

View file

@ -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";
};
}