Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +01:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
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
|
2021-01-11 10:38:22 +01:00 |
|
Jan Tojnar
|
330ac8b3dc
|
syncthing-gtk: mark as broken
It does not seem to support Python 3 and pygobject no longer supports Python 2.
https://github.com/kozec/syncthing-gtk/issues/487
|
2020-10-24 01:18:44 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Maximilian Bosch
|
cc989f0cc6
|
syncthing-gtk: 0.9.4 -> 0.9.4.4
|
2020-03-14 05:57:36 +01:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
Silvan Mosberger
|
aa26fbfcbe
|
syncthing-gtk: gdk_pixbuf -> gdk-pixbuf
|
2019-08-12 01:02:06 +02:00 |
|
Emmanuel Rosa
|
d80670bdc2
|
syncthing: 1.1.4 -> 1.2.1
syncthing-gtk: add missing runtime dependencies
NixOS: fix syncthing-init NixOS test
|
2019-08-11 08:35:04 +07:00 |
|
worldofpeace
|
7abeda982a
|
gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemas
gnome3.pomodoro is left out because I don't want to create a conflict.
|
2019-04-17 13:39:23 -04:00 |
|
Jan Tojnar
|
a51a99c690
|
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
|
2018-12-02 12:42:29 +01:00 |
|
Matthew Bauer
|
161414063f
|
treewide: use killall
|
2018-06-27 16:47:21 -04:00 |
|
Jan Tojnar
|
e921a05feb
|
syncthing-gtk: 0.9.3.1 → 0.9.4
|
2018-06-14 17:38:41 +02:00 |
|
Jan Tojnar
|
094683ac36
|
syncthing-gtk: 0.9.2.7 → 0.9.3.1
|
2018-04-28 22:00:32 +02:00 |
|
Jan Tojnar
|
0c2ede96a0
|
librsvg: always build introspection
We have multiple outputs nowadays.
|
2018-03-22 07:46:50 +01:00 |
|
Jan Tojnar
|
a31d98f312
|
tree-wide: autorename gnome packages to use dashes
|
2018-02-25 17:41:16 +01:00 |
|
Jan Tojnar
|
b02bf83a52
|
syncthing-gtk: clean up
|
2018-01-26 06:37:02 +01:00 |
|
Benjamin Mellor
|
a1555c022c
|
syncthing-gtk: explicitly depend on gobjectIntrospection
|
2018-01-26 06:37:02 +01:00 |
|
Jan Tojnar
|
33bfe21e6d
|
syncthing-gtk: another clean-up
|
2018-01-26 06:36:36 +01:00 |
|
Jan Tojnar
|
a140a0e1de
|
syncthing-gtk: 0.9.2.3 → 0.9.2.7
|
2018-01-26 06:13:45 +01:00 |
|
Jan Tojnar
|
3169cfd782
|
syncthing-gtk: fix syncthing path
|
2018-01-26 06:13:45 +01:00 |
|
Jan Tojnar
|
58e50b8d58
|
syncthing-gtk: clean-up
|
2018-01-26 06:13:44 +01:00 |
|
Jan Tojnar
|
0bbde0f026
|
pythonPackages.syncthing-gtk: move to pkgs/applications/networking
|
2018-01-26 06:13:44 +01:00 |
|