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.
This commit is contained in:
Elijah M. Immer 2023-11-12 23:41:02 +00:00
parent c705dccf91
commit a774bbd796

View file

@ -30,5 +30,6 @@ stdenv.mkDerivation {
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ ylwghst ]; maintainers = with maintainers; [ ylwghst ];
mainProgram = "notify-desktop";
}; };
} }