Commit graph

37 commits

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Luka Blaskovic c17058226a libunistring: disable tests 2020-01-14 08:27:00 +00: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
c0bw3b 0498ccd076 Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
Dan Peebles 4efd4053ed stdenv/darwin: integrate a new CoreFoundation
This also updates the bootstrap tool builder to LLVM 5, but not the ones
we actually use for bootstrap. I'll make that change in a subsequent commit
so as to provide traceable provenance of the bootstrap tools.
2018-09-15 16:05:46 -04:00
R. RyanTM 709f52a4e2 libunistring: 0.9.9 -> 0.9.10 (#41289)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libunistring/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.9.10 with grep in /nix/store/riqyx0fb7ngq713fnpqb6ajhxkmngisd-libunistring-0.9.10
- directory tree listing: https://gist.github.com/9f56dbfdcfad3ced299ff55e6bce9e98
- du listing: https://gist.github.com/3f085a632b3b0ece77d88dcb5daf344e
2018-06-08 18:52:33 +02:00
Will Dietz 7edc6f648d libunistring: re-enable tests w/musl, update seems to have fixed 2018-06-07 11:34:46 -05:00
Lancelot SIX 51f65aa931
libunistring: 0.9.8 -> 0.9.9
See http://lists.gnu.org/archive/html/info-gnu/2018-02/msg00010.html
for release information
2018-03-02 09:41:29 +01:00
Will Dietz bc999dcac5 libunistring: no tests on musl 2018-02-13 09:44:44 -06:00
Orivej Desh 2a230dd64d libunistring: fix build and enable tests on darwin 2017-12-04 23:04:34 +00:00
Lancelot SIX 4c9f27c9ab
libunistring: 0.9.7 -> 0.9.8
See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00001.html
for release information
2017-12-04 14:03:44 +01:00
Ben Gamari bba7c214ff libunistring: Don't run tests when cross-compiling 2017-10-27 20:32:24 -04:00
Thomas Tuegel 15776462b2
libunistring: disable parallel building
Parallel building causes a test deadlock and has been disabled.
2017-07-21 15:46:38 -05:00
Dan Peebles 0419452113 Fix Darwin stdenv to work on 10.13
The main changes are in libSystem, which lost the coretls component in 10.13
and some hardening changes that quietly crash any program that uses %n in
a non-constant format string, so we've needed to patch a lot of programs that
use gnulib.
2017-07-11 21:56:38 -04:00
Vladimír Čunát e688bbbee4
libunistring: split into multiple outputs
Saves ~1 MB.  Through default gnutls, many closures are affected.
Reverse deps seem to build OK.
2017-02-21 00:39:22 +01:00
Graham Christensen cdafc8e70d Merge pull request #20882 from lsix/update_libunistring
libunistring: 0.9.6 -> 0.9.7
2016-12-03 13:37:37 -05:00
Lancelot SIX b87cf7539f libunistring: 0.9.6 -> 0.9.7
See http://lists.gnu.org/archive/html/info-gnu/2016-12/msg00002.html for announcement
2016-12-03 11:45:41 +01:00
Eelco Dolstra ed6006790a libunistring: Do propagate libiconv on non-Linux
Fixes #19492.
2016-10-12 20:26:43 +02:00
Eelco Dolstra dfc94720b8 libunistring: Don't propagate glibc
On Linux, libiconv is an alias of glibc. Propagating glibc breaks
using GCC 6 as an override (not sure why). So let's not do that.
2016-10-11 15:08:52 +02:00
William A. Kennington III 07ba299003 libunistring: 0.9.3 -> 0.9.6 2015-07-09 17:31:06 -07:00
Ludovic Courtès 41b53577a8 unmaintain a bunch of packages 2015-01-13 22:33:49 +01:00
Joel Taylor 3e8344d334 suitable clang stdenv 2014-09-09 13:54:24 -07: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
Ludovic Courtès fef7d9197e libunistring: Make libiconv a propagated input when cross-building for MinGW.
svn path=/nixpkgs/trunk/; revision=27577
2011-07-01 15:51:55 +00:00
Ludovic Courtès 7762934904 BDW-GC, GMP, libffi, libunistring, Readline: Don't use the native `strip'.
Using the native `strip' breaks static libraries when cross-compiling.

svn path=/nixpkgs/trunk/; revision=27572
2011-07-01 13:20:12 +00:00
Ludovic Courtès 53c13c6892 GNU libunistring 0.9.3.
svn path=/nixpkgs/trunk/; revision=21699
2010-05-09 23:14:50 +00:00
Ludovic Courtès 1afa19a68a libunistring: Try to get the shared library on Cygwin.
svn path=/nixpkgs/trunk/; revision=20038
2010-02-16 09:08:40 +00:00
Ludovic Courtès 39a69da121 libunistring: Disable tests on non-GNU systems.
svn path=/nixpkgs/trunk/; revision=20005
2010-02-15 09:36:33 +00:00
Ludovic Courtès d8a5443d61 GNU libunistring 0.9.2.1.
svn path=/nixpkgs/trunk/; revision=19995
2010-02-14 22:05:50 +00:00
Ludovic Courtès 76494a3029 libunistring: Build on all platforms.
svn path=/nixpkgs/trunk/; revision=19951
2010-02-12 13:40:53 +00:00
Ludovic Courtès 0ff12bddac GNU libunistring: Propagate libiconv.
svn path=/nixpkgs/trunk/; revision=17298
2009-09-20 13:54:22 +00:00
Ludovic Courtès de9c8771bd GNU libunistring 0.9.1.1.
svn path=/nixpkgs/trunk/; revision=17287
2009-09-19 22:17:11 +00:00
Ludovic Courtès 51f3a05ab5 GNU libunistring 0.9.1.
svn path=/nixpkgs/trunk/; revision=16153
2009-07-02 22:54:19 +00:00
Ludovic Courtès c46b748958 Add GNU Libunistring, a Unicode string handling library.
svn path=/nixpkgs/trunk/; revision=16071
2009-06-27 21:44:47 +00:00