Add missing Sysdeps

This commit is contained in:
2023-03-03 18:17:28 -05:00
parent 185f5e7d35
commit 792cd83a66

View File

@@ -37,8 +37,9 @@
cmake
];
buildInputs = [
buildInputs = with pkgs; [
# Add additional build inputs here
libopus
] ++ lib.optionals pkgs.stdenv.isDarwin ([
# Additional darwin specific inputs can be set here
pkgs.libiconv
@@ -46,6 +47,10 @@
Security
]));
propagatedBuildInputs = with pkgs; [
ffmpeg_5-headless
];
# Additional environment variables can be set directly
# MY_CUSTOM_VAR = "some value";
};