about summary refs log tree commit diff
path: root/pkgs/applications/video/handbrake/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-08-19 19:21:06 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-08-19 19:21:06 +0200
commit2a83c2c53045ea13656e97c0979508630a1f4cc0 (patch)
tree15f4b6b81bd58c3b365278884395d2483d7b9e3e /pkgs/applications/video/handbrake/default.nix
parent14021215f1d28dab3c712613f52a3b4eddec5b64 (diff)
handbrake: remove not required ? null
Diffstat (limited to 'pkgs/applications/video/handbrake/default.nix')
-rw-r--r--pkgs/applications/video/handbrake/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/video/handbrake/default.nix b/pkgs/applications/video/handbrake/default.nix
index d20c6125beb2c..ee146127a38f1 100644
--- a/pkgs/applications/video/handbrake/default.nix
+++ b/pkgs/applications/video/handbrake/default.nix
@@ -57,10 +57,10 @@
 , libdvdcss
 , libbluray
   # Darwin-specific
-, AudioToolbox ? null
-, Foundation ? null
-, libobjc ? null
-, VideoToolbox ? null
+, AudioToolbox
+, Foundation
+, libobjc
+, VideoToolbox
   # GTK
   # NOTE: 2019-07-19: The gtk3 package has a transitive dependency on dbus,
   # which in turn depends on systemd. systemd is not supported on Darwin, so