Commit a774bbd7 authored by Elijah M. Immer's avatar Elijah M. Immer
Browse files

notify-desktop: add meta.mainProgram

Add the meta.mainProgram field to notify-desktop as the `lib.getExe` feature to
substitute the name if this field isn't there is deprecated.
parent c705dccf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,5 +30,6 @@ stdenv.mkDerivation {
    license = licenses.gpl2;
    platforms = platforms.unix;
    maintainers = with maintainers; [ ylwghst ];
    mainProgram = "notify-desktop";
  };
}