qt5: move kdeDerivation to qt5.mkDerivation

This commit is contained in:
Thomas Tuegel
2017-06-18 08:42:19 -05:00
parent 210f688802
commit 7b6f8dc77f
18 changed files with 93 additions and 73 deletions
@@ -24,14 +24,15 @@ existing packages here and modify it as necessary.
*/
{ libsForQt5, kdeDerivation, lib, fetchurl }:
{ libsForQt5, lib, fetchurl }:
let
packages = self: with self;
let
callPackage = self.newScope {
kdeFramework = import ./build-support/framework.nix {
inherit kdeDerivation lib fetchurl;
inherit lib fetchurl;
mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {};
};
};
in {