Commit Graph

18 Commits

Author SHA1 Message Date
Matthew Bauer
d0677e6d45 treewide: add warning comment to “boot” packages
This adds a warning to the top of each “boot” package that reads:

  Note: this package is used for bootstrapping fetchurl, and thus cannot
  use fetchpatch! All mutable patches (generated by GitHub or cgit) that
  are needed here should be included directly in Nixpkgs as files.

This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
R. RyanTM
fb84344a06 libev: 4.31 -> 4.33 2020-03-22 17:57:47 +00:00
Ryan Mulligan
55adc491f0
Merge pull request #77180 from anmonteiro/anmonteiro/libev-static
libev: Add statically linked `libev` to `pkgsStatic`
2020-01-09 21:28:29 -08:00
Antonio Nuno Monteiro
66f12cac09 libev: Add statically linked libev to pkgsStatic 2020-01-06 22:16:11 -08:00
R. RyanTM
b0d4ce6c90 libev: 4.27 -> 4.31 2019-12-23 10:23:20 -08: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
R. RyanTM
b62679839f libev: 4.25 -> 4.27
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libev/versions
2019-07-17 10:42:35 +02:00
R. RyanTM
6d87f8dc49 libev: 4.24 -> 4.25
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libev/versions
2018-12-25 10:16:02 -08:00
Franz Pletz
29a485a8cd
libev: 4.22 -> 4.24 2017-06-22 00:38:44 +02:00
Franz Pletz
b4a5bb3d4b libev: 4.20 -> 4.22 2016-05-03 16:15:20 +02:00
William A. Kennington III
a3e7a84d36 libev: 4.19 -> 4.20
Tested using stdenv and clangStdenv
2015-10-05 11:06:26 -07:00
Jude Taylor
616ed6ee15 darwin purity: libev 2015-06-26 09:53:10 -07:00
Spencer Whitt
94362af1e8 libev: Fix compilation with clang 2015-05-15 11:58:19 -04:00
Joachim Fasting
b71865b1bb libev: bump to 4.19 2015-03-25 00:07:22 +01:00
Joachim Fasting
2284a1ab8e libev: set license and description
Use upstream's description
2015-03-24 23:47:17 +01:00
Joachim Fasting
be7ef555f2 libev: port to mkDerivation 2015-03-24 19:44:26 +01:00
Marcus Crestani
455d9600e1 libev: Enable on all platforms. 2015-02-04 20:44:00 +01:00
Michael Raskin
a1ea759dd9 Adding libev - an even loop library remotely similar to libevent
svn path=/nixpkgs/trunk/; revision=16877
2009-08-27 07:17:57 +00:00