summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/syncthing-gtk
AgeCommit message (Collapse)Author
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-10-24syncthing-gtk: mark as brokenJan Tojnar
It does not seem to support Python 3 and pygobject no longer supports Python 2. https://github.com/kozec/syncthing-gtk/issues/487
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-14syncthing-gtk: 0.9.4 -> 0.9.4.4Maximilian Bosch
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-12syncthing-gtk: gdk_pixbuf -> gdk-pixbufSilvan Mosberger
2019-08-11syncthing: 1.1.4 -> 1.2.1Emmanuel Rosa
syncthing-gtk: add missing runtime dependencies NixOS: fix syncthing-init NixOS test
2019-04-17gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemasworldofpeace
gnome3.pomodoro is left out because I don't want to create a conflict.
2018-12-02gobject-introspection: rename packageJan Tojnar
camelCase package name was a huge inconsistency in GNOME package set.
2018-06-27treewide: use killallMatthew Bauer
2018-06-14syncthing-gtk: 0.9.3.1 → 0.9.4Jan Tojnar
2018-04-28syncthing-gtk: 0.9.2.7 → 0.9.3.1Jan Tojnar
2018-03-22librsvg: always build introspectionJan Tojnar
We have multiple outputs nowadays.
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar
2018-01-26syncthing-gtk: clean upJan Tojnar
2018-01-26syncthing-gtk: explicitly depend on gobjectIntrospectionBenjamin Mellor
2018-01-26syncthing-gtk: another clean-upJan Tojnar
2018-01-26syncthing-gtk: 0.9.2.3 → 0.9.2.7Jan Tojnar
2018-01-26syncthing-gtk: fix syncthing pathJan Tojnar
2018-01-26syncthing-gtk: clean-upJan Tojnar
2018-01-26pythonPackages.syncthing-gtk: move to pkgs/applications/networkingJan Tojnar