Commit 11979c5f authored by K900's avatar K900
Browse files

kdePackages.drkonqi: remove sleep hack

parent 83db357f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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];