Skip to content

Commit

Permalink
Update shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
benclmnt committed Jul 26, 2023
1 parent f2337a5 commit 1aeca7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ with (import <nixpkgs> {});
stdenv.mkDerivation {
name = "rust-env";
buildInputs = [
ffmpeg
ffmpeg_4
libiconvReal
pkg-config
pkgs.darwin.apple_sdk.frameworks.Security
pkgs.darwin.apple_sdk.frameworks.ApplicationServices
pkgs.darwin.apple_sdk.frameworks.CoreVideo
pkgs.darwin.apple_sdk.frameworks.AppKit
];

# Set Environment variables
Expand Down

0 comments on commit 1aeca7f

Please sign in to comment.