kdePackages.drkonqi: remove sleep hack

This commit is contained in:
K900 2024-04-16 16:25:00 +03:00
parent 83db357fdc
commit 11979c5f3d

View File

@ -5,7 +5,6 @@
gdb, gdb,
python3, python3,
substituteAll, substituteAll,
coreutils,
}: let }: let
gdb' = gdb.override { gdb' = gdb.override {
hostCpuOnly = true; hostCpuOnly = true;
@ -26,11 +25,6 @@ in
}) })
]; ];
postPatch = ''
substituteInPlace src/coredump/processor/drkonqi-coredump-pickup.service.cmake \
--replace /usr/bin/sleep ${coreutils}/bin/sleep
'';
extraNativeBuildInputs = [pkg-config]; extraNativeBuildInputs = [pkg-config];
extraBuildInputs = [systemd]; extraBuildInputs = [systemd];