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:
parent
c705dccf91
commit
a774bbd796
1 changed files with 1 additions and 0 deletions
|
@ -30,5 +30,6 @@ stdenv.mkDerivation {
|
|||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ ylwghst ];
|
||||
mainProgram = "notify-desktop";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue