about summary refs log tree commit diff
path: root/pkgs/applications/networking/weather
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-02-02meteo: 0.9.9.2 -> 0.9.9.3R. Ryantm1-2/+2
2023-07-25meteo: 0.9.9.1 -> 0.9.9.2R. Ryantm1-2/+2
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda1-3/+1
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2021-11-02meteo: 0.9.9 -> 0.9.9.1R. Ryantm1-2/+2
2021-10-31meteo: 0.9.8 -> 0.9.9Bobby Rong1-8/+24
2021-05-07treewide: remove worldofpeace from meta.maintainersVladimír Čunát1-1/+1
(It was requested by them.) I left one case due to fetching from their personal repo: pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-07-29treewide: use nix-update updateScript for packages I maintainworldofpeace1-1/+8
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-21meteo: 0.9.7 -> 0.9.8worldofpeace1-5/+5
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace1-3/+1
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-07-13meteo: 0.9.6 -> 0.9.7worldofpeace1-2/+2
https://gitlab.com/bitseater/meteo/-/tags/0.9.7
2019-06-16treewide: remove unused variables (#63177)volth1-2/+2
* treewide: remove unused variables * making ofborg happy
2019-02-24Merge remote-tracking branch 'NixOS/master' into stagingMatthew Bauer1-9/+5
2019-02-21meteo: 0.8.5 -> 0.9.6worldofpeace1-12/+5
https://gitlab.com/bitseater/meteo/blob/master/debian/changelog
2019-02-14gnome3: stop using aliasesJan Tojnar1-2/+2
2019-01-24pantheon: init a 5.0worldofpeace1-1/+1
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-09-09meteo: init at 0.8.5worldofpeace1-0/+54