From bc2e4628b2f7742821f6967aa0afaab51a560362 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Mon, 21 Sep 2020 13:50:45 +0200 Subject: [PATCH] maestral-gui: Fix Qt by using libsForQt5 This is needed after c88f3adb179 to make sure the libs are consistent. --- pkgs/top-level/all-packages.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index f69cc670dc4..c111685ca01 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -10868,8 +10868,8 @@ in if stdenv.targetPlatform.isi686 then gcc6.cc else if stdenv.targetPlatform == stdenv.hostPlatform && targetPackages.stdenv.cc.isGNU - # Can only do this is in the native case, otherwise we might get infinite - # recursion if `targetPackages.stdenv.cc.cc` itself uses `gccForLibs`. + # Can only do this is in the native case, otherwise we might get infinite + # recursion if `targetPackages.stdenv.cc.cc` itself uses `gccForLibs`. then targetPackages.stdenv.cc.cc else gcc.cc; @@ -23242,7 +23242,7 @@ in maestral = with python3Packages; toPythonApplication maestral; - maestral-gui = libsForQt514.callPackage ../applications/networking/maestral-qt { }; + maestral-gui = libsForQt5.callPackage ../applications/networking/maestral-qt { }; insync = callPackage ../applications/networking/insync { };