summary refs log tree commit diff
path: root/pkgs/applications/video/handbrake
diff options
context:
space:
mode:
authorAnton-Latukha <anton.latukha@gmail.com>2018-05-15 17:43:25 +0300
committerAnton-Latukha <anton.latukha@gmail.com>2018-05-15 17:43:25 +0300
commit1eea58eb8ff553588f9c1adee3fa98d54ab865b0 (patch)
tree9552860f295c1432431609f5d3edad2d6c28a44f /pkgs/applications/video/handbrake
parent56149c246df1b7e846e2ef940c8b236c48de6e77 (diff)
downloadnixpkgs-1eea58eb8ff553588f9c1adee3fa98d54ab865b0.tar
nixpkgs-1eea58eb8ff553588f9c1adee3fa98d54ab865b0.tar.gz
nixpkgs-1eea58eb8ff553588f9c1adee3fa98d54ab865b0.tar.bz2
nixpkgs-1eea58eb8ff553588f9c1adee3fa98d54ab865b0.tar.lz
nixpkgs-1eea58eb8ff553588f9c1adee3fa98d54ab865b0.tar.xz
nixpkgs-1eea58eb8ff553588f9c1adee3fa98d54ab865b0.tar.zst
nixpkgs-1eea58eb8ff553588f9c1adee3fa98d54ab865b0.zip
handbrake: platforms: linux -> unix
Diffstat (limited to 'pkgs/applications/video/handbrake')
-rw-r--r--pkgs/applications/video/handbrake/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }