mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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
@ -30,5 +30,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ ylwghst ];
|
||||
mainProgram = "notify-desktop";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user