olive-editor: use qt514's overridden glibc++
This commit is contained in:
parent
4a01ca36d6
commit
07d2943f1a
2 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, pkg-config, which, qmake, mkDerivation,
|
{ lib, stdenv, fetchFromGitHub
|
||||||
qtmultimedia, wrapQtAppsHook, frei0r, opencolorio_1, ffmpeg-full,
|
, pkg-config, which, qmake, wrapQtAppsHook
|
||||||
CoreFoundation }:
|
, qtmultimedia, frei0r, opencolorio_1, ffmpeg-full, CoreFoundation }:
|
||||||
|
|
||||||
mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "olive-editor";
|
pname = "olive-editor";
|
||||||
version = "0.1.2";
|
version = "0.1.2";
|
||||||
|
|
||||||
|
|
|
@ -9167,8 +9167,9 @@ with pkgs;
|
||||||
|
|
||||||
ola = callPackage ../applications/misc/ola { };
|
ola = callPackage ../applications/misc/ola { };
|
||||||
|
|
||||||
olive-editor = libsForQt514.callPackage ../applications/video/olive-editor
|
olive-editor = libsForQt514.callPackage ../applications/video/olive-editor {
|
||||||
{ stdenv = gcc10StdenvCompat; inherit (darwin.apple_sdk.frameworks) CoreFoundation; };
|
inherit (darwin.apple_sdk.frameworks) CoreFoundation;
|
||||||
|
};
|
||||||
|
|
||||||
ombi = callPackage ../servers/ombi { };
|
ombi = callPackage ../servers/ombi { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue