Commit 8bf69f42 authored by Felix Singer's avatar Felix Singer
Browse files

dd_rescue: Set mainProgram to `dd_rescue`

parent 4fdf69a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
    platforms = platforms.linux;
    homepage = "http://www.garloff.de/kurt/linux/ddrescue/";
    license = licenses.gpl2Plus;
    mainProgram = "dd_rescue";
  };
}