Commit Graph

152 Commits

Author SHA1 Message Date
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
MetaDark
53d5c9a119 newsflash: 1.0.4 -> 1.0.5 2020-08-14 19:27:40 -04:00
MetaDark
0a2d60b2c9 newsflash: 1.0.2 -> 1.0.4 2020-08-09 23:56:37 -04:00
Léo Gaspard
f9b0bc3f29 rss2email: 3.12 -> 3.12.1 2020-08-02 21:35:50 +02:00
Léo Gaspard
27b280b59b rss2email: 3.11 -> 3.12 2020-08-02 21:35:50 +02:00
worldofpeace
d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
MetaDark
8e2751389c newsflash: 1.0.1 -> 1.0.2
- Removed cargo.lock.patch. Cargo.lock is now available upstream.

- Removed gdk-pixbuf, glib & gsettings-desktop-schemas from
  buildInputs. They are propagated by gtk3.

- Added gstreamer plugins to support audio & video.
2020-07-27 20:13:52 -04:00
MetaDark
4b288de0bb newsflash: fix loading external https content 2020-07-25 17:26:32 -04:00
MetaDark
eaf27b316e newsflash: init at 1.0.1 2020-07-22 17:16:09 +02:00
R. RyanTM
00915d4e6d rssguard: 3.6.2 -> 3.7.0 2020-07-16 11:22:12 +00:00
worldofpeace
1af3ec1427 feedreader: 2.10.0 -> 2.11.0 2020-07-07 17:40:26 -04:00
Vladyslav M
4c8fd0e2eb
newsboat: 2.19 -> 2.20.1 (#91658) 2020-06-27 12:43:12 +02:00
R. RyanTM
2e27d57175 rssguard: 3.6.0 -> 3.6.2 2020-05-20 00:33:20 +00:00
Nikolay Korotkiy
131663718e
newsboat: fix on darwin 2020-05-14 19:51:25 +03:00
R. RyanTM
fbf6332846 rssguard: 3.5.9 -> 3.6.0 2020-05-04 06:17:13 +00:00
Mario Rodas
38717ac450
rsstail: enable on darwin 2020-04-12 04:20:00 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim
8f95431dac
newsboat: fix strict deps build 2020-03-29 12:37:26 +01:00
Doron Behar
a0e990a667 newsboat: remove no longer needed NIX_CFLAGS 2020-03-23 10:13:15 +02:00
Doron Behar
6f0c123d8a newsboat: do rust tests - use preCheck, not checkPhase 2020-03-23 10:13:00 +02:00
Doron Behar
d505a0d169 newsboat: quote homepage url 2020-03-23 10:12:44 +02:00
Doron Behar
b3c6743113 newsboat: Switch to asciidoctor from asciidoc 2020-03-23 10:12:19 +02:00
Doron Behar
bde4257fbd newsboat: 2.18 -> 2.19 2020-03-23 10:12:10 +02:00
Benjamin Hipple
1f72964eef newsboat: upgrade cargo fetcher and cargoSha256 2020-02-29 12:56:15 -05:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Doron Behar
7efc1c8c50 newsboat: 2.17.1 -> 2.18 2019-12-28 20:07:15 +01:00
Vladyslav M
1e8fa43122
newsboat: fetch from vcs (#76175)
newsboat: fetch from vcs
2019-12-25 22:03:49 +02:00
worldofpeace
2dd7d4dd44 treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
Timo Kaufmann
b747a86f8f newsboat: fetch from vcs
In hopes of working around
https://github.com/NixOS/nixpkgs/issues/60845. This fetches a gz archive
instead of xz and also fetches the archive from a different source,
hopefully avoiding the issue (whatever ist is caused by).

In addition to that, I think that building directly from VCS is
generally cleaner and more flexible for the following reasons:

- It cuts out and unnecessary middle step.

- It makes sure the version users install is equal to the version users
may have vetted.

- It makes it easy to develop patches or bisect changes by simply
checking out a different rev.

- It avoids using upstream-provided "binary" artifacts like those
generated by autotools.
2019-12-22 16:31:10 +01:00
Philipp
fcd0ea3435 rssguard: add wrapQtAppsHook to run app in all environments (#70281) 2019-11-29 19:17:21 +01:00
c0bw3b
9367367dfd Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
R. RyanTM
0f4d7128a8 rss2email: 3.10 -> 3.11 2019-11-03 10:23:33 +01:00
Doron Behar
a1bef514ce castget: 1.2.4 -> 2.0.0 2019-10-25 15:24:22 +03:00
Vladimír Čunát
4e6826a3b2
Merge branch 'staging-next'
It's not perfect, but I think we can deal with the rest of the
regressions directly on master, so that this process does not stall.
2019-10-13 16:10:58 +02:00
Vladimír Čunát
b5697c6954
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
paumr
fb60d59a51 newsboat - unmark as broken
newsboat builds fine on master/19.09
thus this commit should also be backported

https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.newsboat.x86_64-linux#tabs-status
2019-10-13 00:35:28 +02:00
Jan Tojnar
6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Linus Heckemann
5aa4b19946 treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
Nikolay Korotkiy
89439508e6
newsboat: 2.16.1 -> 2.17.1 2019-10-04 19:53:23 +03:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
worldofpeace
7ba3608aa0
feedreader: fix build with latest libsecret 2019-10-03 00:09:13 +02:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Léo Gaspard
a80eef922d rss2email: 3.9 -> 3.10 2019-09-09 18:03:17 +02:00
volth
7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Jan Tojnar
fac090c8dd
gnome-online-accounts: move from gnome3 2019-08-23 02:47:21 +02:00
Doron Behar
5d3b545301 castget: init at 1_2_4 (#65492) 2019-08-20 18:40:23 +02: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