Commit graph

58 commits

Author SHA1 Message Date
Sandro Jäckel cd7364fc4f
gnunet_gtk: mark broken 2021-03-17 22:55:10 +01:00
Samuel Gräfenstein 5ff80aea18
gnunet-gtk: gnome3.glade -> glade
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:17 +01:00
R. RyanTM f4a9e6c28a gnunet: 0.13.2 -> 0.14.0 2021-02-14 13:55:23 +01:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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-19 01:16:25 -08: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
Doron Behar 0c8e51bd8c
Merge pull request #95413 from pstn/remove-gnunet-git
gnunet_git: remove
2020-09-25 10:29:55 +03:00
Philipp ff513a5b89 gnunet_git: remove 2020-09-25 10:13:48 +03:00
Philipp dda939844a gnunet: 0.13.1 -> 0.13.2 2020-08-16 13:07:27 +00:00
Jonathan Ringer 779e358780
gnunet-gtk: 0.12.0 -> 0.13.1 2020-08-05 09:49:43 -07:00
Jonathan Ringer 3d31c28ced
gnunet: 0.12.2 -> 0.13.1 2020-08-05 09:49:32 -07:00
Jonathan Ringer 080472b6bf
gnunet-gtk: move under gnunet directory 2020-08-04 15:48:14 -07:00
pstn 28c525b85e gnunet: 0.12.1 -> 0.12.2 2020-08-04 14:16:05 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 4d4add5bb3 gnunet: 0.12.0 -> 0.12.1 2020-01-06 07:07:43 -08:00
lewo 2002bf9b34
Merge pull request #76309 from mehlon/gnunet
gnunet: 0.11.8 -> 0.12.0
2019-12-27 10:10:25 +01:00
mehlon 6c7fe45ff7 gnunet: 0.11.8 -> 0.12.0 2019-12-23 18:13:49 +01:00
Markus Kowalewski fa3793e8a4
gnunet fix license 2019-12-21 22:45:39 +01:00
Markus S. Wamser ba7f38d4bb gnunet: 0.11.6 -> 0.11.8 2019-12-12 09:18:37 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Jonathan Ringer f92e0a962e gnunet: 0.11.0 -> 0.11.6 2019-08-26 13:00:22 -07:00
R. RyanTM dd4e17159c gnunet: 0.10.1 -> 0.11.0 (#58100)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnunet/versions
2019-03-31 00:31:56 +01:00
Lluís Batlle i Rossell 66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Philipp 22cd5eb643 gnunet-svn: remove outdated package (#40401)
Gnunet switched develpoment from svn to git and removed the svn repositories.
2018-05-12 17:35:53 +02:00
Will Dietz 4b7b083bcb treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux
Include all linux platforms.
2018-04-30 18:12:10 -05:00
Will Dietz 855e0463ab tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux
"platforms.gnu" has been linux-only since at least 17.03:

$ nix eval -f channel:nixos-17.03 lib.platforms.gnu
[ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ]

Unlike platforms.linux, platforms.gnu indicates "must use glibc"
which for the most part is not intended.

Replacing platforms.gnu with platforms.linux would be the same "today"
but let's err on preserving existing behavior and be optimistic
about platforms these packages work on.
2018-04-30 18:08:48 -05:00
Philipp Steinpaß 49003e880c gnunet: Add gnunet_git. 2018-04-29 13:26:40 +02:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Jörg Thalheim 864ef0997b
gnunet: enable conversation
fixes #25829
2017-05-16 19:57:41 +01:00
Rahul Gopinath af074c0972 gnunet: cleanup patching
Do not use loop and sed since sed can take a list of files.
2016-07-04 17:10:22 -07:00
Rahul Gopinath b31ab67a81 gnunet: ensure that zlib is actually linked
Fixes #14969
2016-07-04 16:51:14 -07:00
Ludovic Courtès 41b53577a8 unmaintain a bunch of packages 2015-01-13 22:33:49 +01:00
Bjørn Forsman c9baba9212 Fix many package descriptions
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
2014-08-24 22:31:37 +02:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
James Cook c372dc74c2 gnunet: add libgnurl and GnuTLS as dependencies
libgnurl is essential for bootstrapping (needed to download a hostlist).
GnuTLS is needed by gnunet-gns-proxy.

Also sort dependencies alphabetically.
2014-04-27 22:50:59 -07:00
Lluís Batlle i Rossell edee246684 Updating gnunet to 0.10.1. 2014-04-16 15:22:31 +02:00
Lluís Batlle i Rossell 95660053fc Updating gnunet to 0.10.0. 2014-01-15 16:42:42 +01:00
Lluís Batlle i Rossell 2c06488a9f gnunet_svn: update to 27840 2013-10-11 19:24:04 +02:00
Lluís Batlle i Rossell 42ee481f5d Adding verboseness option to gnunet 2013-10-11 19:24:04 +02:00
Lluís Batlle i Rossell ff330bc24e gnunet_svn update to 27775 2013-07-09 19:38:55 +02:00
Lluís Batlle i Rossell ce9f40f5a7 gnunet-svn: updating to latest 2013-06-12 22:55:58 +02:00
Lluís Batlle i Rossell 2599ec692b gnunet-svn: slight update
For not any special reason
2013-05-30 09:56:30 +02:00
Lluís Batlle i Rossell bb66651d68 gnunet: removing 0.8
I don't think anyone uses it. Feel free to revert, otherwise.
2013-05-27 23:35:35 +02:00
Lluís Batlle i Rossell 42701dece8 Adding gnunet-svn and libgcrypt-git.
gnunet-svn can't interoperate with gnunet.
2013-05-27 23:35:34 +02:00
Lluís Batlle i Rossell 4837874840 gnunet: update to 0.9.5a (minor bugfixes) 2013-04-13 17:17:16 +02:00
Lluís Batlle i Rossell 91ece6f0dd gnunet: update to 0.9.5 2013-01-06 10:53:17 +01:00
Lluís Batlle i Rossell 715737b3ac gnunet: removing gtk dependencies
gnunet does not depend anymore on gtk. There is a separate package,
gnunet-gtk, still not in nixpkgs.
2012-07-11 20:07:00 +02:00
Lluís Batlle i Rossell f3b78a6b6f gnunet: update to 0.9.3 2012-07-06 17:38:30 +02:00
Ludovic Courtès d656d037f2 GNUnet 0.9.2.
svn path=/nixpkgs/trunk/; revision=33711
2012-04-09 20:52:05 +00:00
Ludovic Courtès ed221cf4cc GNUnet 0.9.1.
svn path=/nixpkgs/trunk/; revision=31677
2012-01-18 20:53:00 +00:00
Ludovic Courtès dccc3f83b3 GNUnet 0.9.0.
svn path=/nixpkgs/trunk/; revision=30725
2011-12-04 13:49:03 +00:00