olive-editor: stdenv -> gcc10Stdenv

This commit is contained in:
Alexander Bantyev 2022-05-29 18:19:42 +04:00
parent 2be028e943
commit 5ec76e1cd6

View file

@ -8919,9 +8919,8 @@ with pkgs;
ola = callPackage ../applications/misc/ola { };
olive-editor = libsForQt514.callPackage ../applications/video/olive-editor {
inherit (darwin.apple_sdk.frameworks) CoreFoundation;
};
olive-editor = libsForQt514.callPackage ../applications/video/olive-editor
{ stdenv = gcc10StdenvCompat; inherit (darwin.apple_sdk.frameworks) CoreFoundation; };
ombi = callPackage ../servers/ombi { };