Skip to content

Commit

Permalink
Added tauri deps to sweettest
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Apr 11, 2024
1 parent fc78f49 commit 7c6e752
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions nix/sweettest.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ let
crate = cargoToml.package.name;

buildInputs = (with pkgs; [ openssl holochain.packages.opensslStatic sqlcipher glib ])
++ (lib.optionals pkgs.stdenv.isLinux
(with pkgs; [
webkitgtk_4_1.dev
gdk-pixbuf
gtk3
# Video/Audio data composition framework tools like "gst-inspect", "gst-launch" ...
gst_all_1.gstreamer
# Common plugins like "filesrc" to combine within e.g. gst-launch
gst_all_1.gst-plugins-base
# Specialized plugins separated by quality
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly
# Plugins to reuse ffmpeg to play almost every video format
gst_all_1.gst-libav
# Support the Video Audio (Hardware) Acceleration API
gst_all_1.gst-vaapi
libsoup_3
]))
++ (lib.optionals pkgs.stdenv.isDarwin
(with pkgs.darwin.apple_sdk_11_0.frameworks; [
AppKit
Expand Down

0 comments on commit 7c6e752

Please sign in to comment.