summary refs log tree commit diff
path: root/pkgs/applications/networking/ping
Commit message (Collapse)AuthorAge
* ping: mark as brokenBobby Rong2022-01-10
| | | | Does not build with vala 0.48 or later, upstream has no activity since 28 Dec 2020
* treewide: set meta.mainProgram for packages teams.pantheon.members maintainBobby Rong2021-11-03
|
* treewide: switch from pantheon.maintainers to lib.teams.pantheonBobby Rong2021-09-18
|
* pkgs/applications: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: use nix-update updateScript for packages I maintainworldofpeace2020-07-29
|
* github username: kjuvi -> xiorcalexiorcale2020-05-09
|
* ping: use vala_0_40worldofpeace2020-04-15
| | | | fails to build otherwise.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: pantheon updateScriptworldofpeace2019-12-22
|
* Merge branch 'master' into staging-nextJan Tojnar2019-10-12
|\
| * pantheon: use latest valaworldofpeace2019-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elementary OS's ecosystem is curated around Ubuntu's LTS releases. This means the development platform for their curated applications always includes a LTS version of vala (in 18.04 it's 0.40). Because of how vala development works it suspect some of these applications to have serious issues if complied with the latest vala. However in the past year or so, for Pantheon at least, I don't think their applications will have much issues with latest vala, and if there is I don't think they'd be difficult to fix. In this single regard they've become more responsive since their preferred language is vala. As for the curated applications I have less of this confidence in. So I'd have to be accept less applications, but that's something I'm willing to compromise on. And this is easily reversible or could be done on a per-application basis. And nix already makes this trivial.
* | treewide: drop adding hicolor-icon-theme where possibleworldofpeace2019-09-18
|/ | | | | This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
* maintainers: add kjuviQuentin Vaucher2019-03-02
fix missing glib Fix missing import: hicolor-icon-theme move ping under applications/networking ping: init at 0.6.0 ping: init at 0.6.0 maintainers: add kjuvi