Do not add CC to shell

This commit is contained in:
Daniel Siepmann 2024-05-21 20:22:13 +02:00
parent 85ac6eea25
commit 6d7e151852
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -29,7 +29,7 @@ let
''; '';
}; };
in pkgs.mkShell { in pkgs.mkShellNoCC {
name = "Videocutting"; name = "Videocutting";
buildInputs = [ buildInputs = [
pkgs.ffmpeg pkgs.ffmpeg