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,
|
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];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user