From 1eea58eb8ff553588f9c1adee3fa98d54ab865b0 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Tue, 15 May 2018 17:43:25 +0300 Subject: [PATCH] handbrake: platforms: linux -> unix --- pkgs/applications/video/handbrake/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/handbrake/default.nix b/pkgs/applications/video/handbrake/default.nix index e18901ad88d..0d0ac0a2e94 100644 --- a/pkgs/applications/video/handbrake/default.nix +++ b/pkgs/applications/video/handbrake/default.nix @@ -100,6 +100,6 @@ stdenv.mkDerivation rec { ''; license = licenses.gpl2; maintainers = with maintainers; [ Anton-Latukha wmertens ]; - platforms = platforms.linux; + platforms = with platforms; unix; }; }