kdePackages.drkonqi: remove sleep hack

This commit is contained in:
K900 2024-04-16 16:25:00 +03:00
parent 83db357fdc
commit 11979c5f3d
1 changed files with 0 additions and 6 deletions

View File

@ -5,7 +5,6 @@
gdb,
python3,
substituteAll,
coreutils,
}: let
gdb' = gdb.override {
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];
extraBuildInputs = [systemd];