Do not add CC to shell
This commit is contained in:
parent
85ac6eea25
commit
6d7e151852
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ let
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
in pkgs.mkShell {
|
in pkgs.mkShellNoCC {
|
||||||
name = "Videocutting";
|
name = "Videocutting";
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.ffmpeg
|
pkgs.ffmpeg
|
||||||
|
|
Loading…
Reference in a new issue