kpmcore: fix build
Fixes #39834 Fallout from moving "eject" command to unixtools.
This commit is contained in:
parent
c3e96922f8
commit
1d55c211cb
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, lib, fetchurl, extra-cmake-modules, pkgconfig
|
{ stdenv, lib, fetchurl, extra-cmake-modules, pkgconfig
|
||||||
, qtbase, kdeFrameworks
|
, qtbase, kdeFrameworks
|
||||||
, eject, libatasmart, parted }:
|
, libatasmart, parted
|
||||||
|
, utillinux }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "kpmcore";
|
pname = "kpmcore";
|
||||||
@ -16,11 +17,12 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qtbase
|
qtbase
|
||||||
eject # this is to get libblkid
|
|
||||||
libatasmart
|
libatasmart
|
||||||
parted # we only need the library
|
parted # we only need the library
|
||||||
|
|
||||||
kdeFrameworks.kio
|
kdeFrameworks.kio
|
||||||
|
|
||||||
|
utillinux # needs blkid (note that this is not provided by utillinux-compat)
|
||||||
];
|
];
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user