Sandro Jäckel
e13d3b8448
tribler: remove unused input
2021-02-18 16:58:04 +01:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07: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
Sandro Jäckel
bb0e23b7bb
p2p: cleanup
2021-01-07 10:42:01 +01:00
Milan Pässler
a333985d59
libtorrentRasterbar: rename to libtorrent-rasterbar
...
This is done to match upstream naming:
https://github.com/NixOS/nixpkgs/pull/107194#issuecomment-748501379
2020-12-20 20:51:28 +01:00
Thomas Tuegel
c70831a9fb
tribler: use libvlc
2020-09-26 05:50:25 -05:00
mehlon
00a5e1e76f
tribler: add desktop file, icons and manpages
2020-05-04 18:21:22 +05:30
R. RyanTM
b66896f222
tribler: 7.4.1 -> 7.4.4
2020-03-03 19:29:13 +00:00
R. RyanTM
41356b253b
tribler: 7.4.0-exp1 -> 7.4.1
2020-02-09 16:52:26 +01:00
Dima
7dd99adff8
tribler: 7.1.2 -> 7.4.0-exp1 (python 3)
...
Updating version for tribler to use python 3.
One most notable change is dropping the optional `pythonPackages.meliae`
as it does not support python 3 and addition pony, lz4 and pyqtgraph.
Also cleaned up a few other dependencies and removed an old workaround
for broken ui-graphics.
2019-11-26 10:14:52 +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
leenaars
363f28f1de
tribler: 7.0.2 -> 7.1.2 ( #49386 )
2018-10-31 20:08:18 +01:00
Silvan Mosberger
fd6d6d9870
tribler: Fix startup
...
The python component of libtorrentRasterbar seems to now be in pythonPackages
2018-10-14 15:19:04 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Marti Serra
e9baa47a3b
tribler: 7.0.1 -> 7.0.2
2018-04-22 10:42:10 +02:00
Michiel Leenaars
475adadd4e
tribler: 7.0.0rc3 -> 7.0.1
2018-02-28 12:31:49 +01:00
Samuel Dionne-Riel
7b97c8c0c8
treewide: homepage+src updates (found by repology, #33263 )
2018-01-05 20:42:46 +01:00
Marti Serra
b6b4783ca8
tribler: 7.0.0-rc2 -> 7.0.0-rc3
2017-10-17 13:30:26 +02:00
Eelco Dolstra
bcd382f032
tribler: 7.0.0-beta -> 7.0.0-rc2
...
Also, fix the xcb plugin error
(https://github.com/NixOS/nixpkgs/issues/24256 ) and add service-identity which is a required dependency now.
2017-09-10 12:07:24 +02:00
Joachim Fasting
a49df2a894
tribler: fixup revision
...
Using `rev = "v${revision}"` results in a "bad reference" error;
use the plain revision instead.
2017-03-23 12:55:57 +01:00
Marti Serra
ad75bffb06
tribler: from 6.4.3 to 7.0.0-beta
...
removed old unused dependencies,
changed enablePlayer to true by default,
added myself as maintainer.
2017-03-22 15:34:24 +01:00
Vladimír Čunát
6eeea6effd
Python: more evaluation fixups.
2016-10-14 00:03:12 +02:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Frederik Rietdijk
9455476f47
tribler: use pillow instead of pil
...
Program opens. Didn't test any further.
2015-12-08 16:30:25 +01:00
John Chee
225ae4c5f8
tribler: strip pngs ( close #8810 )
...
This prevents libpng exceptions from being thrown.
Accepted upstream: https://github.com/Tribler/tribler/pull/1561
2015-07-18 10:11:03 +02:00
John Chee
962f68f390
tribler: 5.5.x-25411 -> 6.4.3
2015-07-11 15:09:46 -07:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Eelco Dolstra
c6ac45f832
* Tribler updated to 5.5.21.
...
svn path=/nixpkgs/trunk/; revision=33036
2012-03-13 17:35:11 +00:00
Eelco Dolstra
f71dd91a43
* Apply r32435 from the trunk (always build Python with SSL support).
...
Remove .ssl references from some packages missed in that commit.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32469
2012-02-21 23:35:35 +00:00
Eelco Dolstra
95e87e71c5
* Tribler: optionally support streaming playback of torrents via VLC.
...
svn path=/nixpkgs/trunk/; revision=32306
2012-02-15 16:24:02 +00:00
Eelco Dolstra
c29e492417
* Tribler updated to to 5.5.13.
...
svn path=/nixpkgs/trunk/; revision=32299
2012-02-15 15:39:12 +00:00
Eelco Dolstra
1e0012c1ab
* Tribler updated to 5.5.10.
...
svn path=/nixpkgs/trunk/; revision=32144
2012-02-08 16:46:09 +00:00
Eelco Dolstra
267e123508
* Latest Tribler.
...
svn path=/nixpkgs/trunk/; revision=29396
2011-09-20 11:20:15 +00:00
Eelco Dolstra
6cec6f29db
* Use the -O flag.
...
svn path=/nixpkgs/trunk/; revision=29288
2011-09-14 22:54:35 +00:00
Eelco Dolstra
c084ef2f61
* The latest and greatest Tribler.
...
svn path=/nixpkgs/trunk/; revision=28971
2011-09-02 11:11:48 +00:00
Eelco Dolstra
a423840c66
* Use a working version of Tribler.
...
svn path=/nixpkgs/trunk/; revision=27148
2011-05-04 14:59:17 +00:00
Eelco Dolstra
7a62283c46
svn path=/nixpkgs/trunk/; revision=27128
2011-05-04 08:55:30 +00:00
Eelco Dolstra
9afa230dfc
* Added Tribler. Doesn't quite work yet.
...
svn path=/nixpkgs/trunk/; revision=27124
2011-05-03 17:12:31 +00:00