mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
kdePackages.drkonqi: remove sleep hack
This commit is contained in:
parent
83db357fdc
commit
11979c5f3d
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user