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:
parent
c172f144f4
commit
d44460b52e
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, lib, fetchurl, extra-cmake-modules
|
{ stdenv, lib, fetchurl, extra-cmake-modules
|
||||||
, qtbase, kdeFrameworks
|
, qtbase, kio
|
||||||
, libatasmart, parted
|
, libatasmart, parted
|
||||||
, utillinux }:
|
, utillinux }:
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
libatasmart
|
libatasmart
|
||||||
parted # we only need the library
|
parted # we only need the library
|
||||||
|
|
||||||
kdeFrameworks.kio
|
kio
|
||||||
|
|
||||||
utillinux # needs blkid (note that this is not provided by utillinux-compat)
|
utillinux # needs blkid (note that this is not provided by utillinux-compat)
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue