mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
handbrake: mark broken on darwin < 10.13
This commit is contained in:
parent
f2c9cf39e5
commit
772069c287
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue