mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
|
||||
, qtbase, kdeFrameworks
|
||||
, eject, libatasmart, parted }:
|
||||
, libatasmart, parted
|
||||
, utillinux }:
|
||||
|
||||
let
|
||||
pname = "kpmcore";
|
||||
@ -16,11 +17,12 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
qtbase
|
||||
eject # this is to get libblkid
|
||||
libatasmart
|
||||
parted # we only need the library
|
||||
|
||||
kdeFrameworks.kio
|
||||
|
||||
utillinux # needs blkid (note that this is not provided by utillinux-compat)
|
||||
];
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user