kpmcore: Use kio directly - from the scope of libsForQt5 used

Make sure only compatible qt versions are used for it (#101369) -
kdeFrameworks is always using `libsForQt5` where e.g
`libsForQt514.kpmcore` would have otherwise used a kio compiled with
qt515.
This commit is contained in:
Doron Behar 2020-10-23 09:09:44 +03:00
parent c172f144f4
commit d44460b52e

View file

@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, extra-cmake-modules
, qtbase, kdeFrameworks
, qtbase, kio
, libatasmart, parted
, utillinux }:
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
libatasmart
parted # we only need the library
kdeFrameworks.kio
kio
utillinux # needs blkid (note that this is not provided by utillinux-compat)
];