Commit graph

30 commits

Author SHA1 Message Date
Jörg Thalheim 4ebd36707e iana-etc: 20220915 -> 20221107 2022-11-14 10:07:25 +01:00
Jörg Thalheim 3011c87506 iana-etc: 20220520 -> 20220915 2022-09-18 08:12:21 +02:00
Jörg Thalheim e0ecf69705
iana-etc: 20211124 -> 20220520 2022-05-22 15:35:44 +02:00
Felix Buehler 1f7cc8a6e1 iana-etc: replace name with pname&version 2022-03-22 13:58:51 +01:00
Jörg Thalheim 2372b2861e iana-etc: 20210225 -> 20211124 2021-11-28 12:45:27 +01:00
Farid Zakaria 4687d7523b glibc: add dependency on netbase /etc/protocols
Add an explicit dependency on netbase for /etc/protocols

Certain functions in glibc look for files present in /etc such as getprotobyname which reads /etc/protocols.
If you are using Nix over a Linux installation, this file may not be present, and therefore it will cause errors.

- add netbase as a new package in nixpks
- add a dependency in glibc on it using postPatchPhase and substitute
the path

Fixes #124401
2021-09-19 19:37:56 -07:00
Jörg Thalheim 63963400dc
iana-etc: 20200729 -> 20210225 2021-02-27 10:14:08 +01:00
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
Jörg Thalheim 9cb6894241
iana-etc: 20200407 -> 20200729 2020-08-01 09:57:46 +01:00
Jörg Thalheim ce6e0abd50
iana_etc: 20190731 -> 20200407 2020-04-27 11:37:40 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim 59ac7e1634
iana-etc: 20190504 -> 20190731 2019-08-01 08:08:21 +01:00
Jörg Thalheim e3b13dfaf3
iana-etc: 20181219 -> 20190504 2019-05-05 17:04:18 +01:00
Jörg Thalheim b4c56f90ac
iana-etc: 20180905 -> 20181219 2018-12-20 18:52:11 +01:00
Jörg Thalheim f6ffd9c8ba iana-etc: 20180711 -> 20180905 2018-09-05 22:56:14 +01:00
volth a3e4a9c1e4 iana-etc: fixed output derivation (#44607) 2018-08-07 15:54:03 +02:00
Jörg Thalheim 087cf4a537 iana-etc: 20180405 -> 20180711 2018-07-13 20:02:30 -04:00
Jörg Thalheim 6b69f22f13 iana-etc: 20180108 -> 20180405 2018-04-07 08:27:40 +01:00
Jörg Thalheim efc17cbd21 iana-etc: 20171106 -> 20180108 2018-01-13 09:45:51 +00:00
Joerg Thalheim 109de2b869 iana-etc: 20170512 -> 20171106 2017-11-08 15:25:25 +00:00
Jörg Thalheim f016fa3ce3
iana-etc: 20170417 -> 20170512 2017-05-13 07:21:06 +01:00
Jörg Thalheim 024cbbd520
iana-etc: 20170328 -> 20170417 2017-04-19 08:29:31 +02:00
Jörg Thalheim 50527dbd0e
iana-etc: 2.30 -> 20170328 2017-03-28 22:35:15 +02:00
Renaud 56a4640b0c iana-etc: fixed source URL and homepage (#23167)
The homepage has moved years ago.
2017-02-25 13:58:32 +01:00
Christian Theune 6daa2462c6 Enable syncthing for Mac OS X.
Also requires enabling iana-etc. I'm shooting for "unix" platforms which
seems reasonable. Not sure why this was restricted to linux originally --
the history doesn't tell.
2015-03-30 22:07:02 +02:00
Eelco Dolstra 2ed5c2bd6b Set some meta.platforms
Also fix meta.platform -> meta.platforms in a few places.
2015-03-20 20:04:42 +01:00
Eelco Dolstra 58b4add4e6 * Updated the IANA /etc info.
svn path=/nixpkgs/trunk/; revision=15763
2009-05-28 12:42:41 +00:00
Eelco Dolstra 951da2409f * Slightly cleaner way.
svn path=/nixpkgs/trunk/; revision=7289
2006-12-09 00:57:16 +00:00
Eelco Dolstra 8695d51417 * Added the IANA protocols and services files for /etc.
svn path=/nixpkgs/trunk/; revision=7288
2006-12-09 00:54:11 +00:00