olive-editor: use qt514's overridden glibc++

This commit is contained in:
Nguyễn Gia Phong 2022-07-17 02:26:11 +09:00
parent 4a01ca36d6
commit 07d2943f1a
No known key found for this signature in database
GPG Key ID: 27148B2C06A2224B
2 changed files with 7 additions and 6 deletions

View File

@ -1,8 +1,8 @@
{ lib, stdenv, fetchFromGitHub, pkg-config, which, qmake, mkDerivation,
qtmultimedia, wrapQtAppsHook, frei0r, opencolorio_1, ffmpeg-full,
CoreFoundation }:
{ lib, stdenv, fetchFromGitHub
, pkg-config, which, qmake, wrapQtAppsHook
, qtmultimedia, frei0r, opencolorio_1, ffmpeg-full, CoreFoundation }:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "olive-editor";
version = "0.1.2";

View File

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