Commit graph

30 commits

Author SHA1 Message Date
Basile Henry edd3e40f91 Make autogen.man reproducible
Keep the date format similar to what it is when we are not using the
MAN_PAGE_DATE env var. The man pages scripts seem to use different
formats in different pages, so we use the most common format for all.
2020-11-16 17:20:23 +00:00
zimbatm 6cc483b6c2
autogen: make reproducible (#102280) 2020-10-31 23:27:12 +01:00
Vladimír Čunát e1b93806ba
autogen: try fixing on darwin
and cause no rebuild elsewhere.
In commit 2988780 I forgot that patchelf makes no sense there.
2020-06-14 09:11:14 +02:00
Vladimír Čunát 2988780eb5
autogen: 5.18.12 -> 5.18.16
I re-checked that pkgsCross.aarch64-multiplatform.autogen builds.
https://github.com/NixOS/nixpkgs/pull/89388#issuecomment-639155770
2020-06-10 08:31:25 +02:00
John Ericson 87e86b4574 autoen: Fix cross build
See comments for details. Patch can be removed whend version is bumped.
2020-06-07 16:04:42 +00:00
John Ericson b78c6d47ee autogen: More normal formatting 2020-06-07 16:04:42 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
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
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Shea Levy 6b1ab50738
Autogen: Fix unnecessary duplication during cross-compilation 2018-02-25 20:37:08 -05:00
Ben Gamari 2870c99cef autogen: Enable cross-compilation 2018-02-13 09:44:26 -06:00
Vladimír Čunát ef0eb38660
autogen: 5.18.7 -> 5.18.12 2017-03-19 20:41:19 +01:00
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Tobias Geerinckx-Rice ad0a9f5f52
autogen: fix borked source URL and hash 2016-05-10 01:59:14 +02:00
Tobias Geerinckx-Rice a40c1c21f1
autogen: 5.18.6 -> 5.18.7 2016-05-10 01:22:53 +02:00
Tuomas Tynkkynen 0da9c49303 autogen: Split into multiple outputs
In particular, this avoids runtime-depending on guile.
2015-10-03 14:08:55 +02:00
Lancelot SIX bed1eb3260 autogen: 5.18.5 -> 5.18.6 (close #9885)
See http://lists.gnu.org/archive/html/info-gnu/2015-09/msg00006.html for
announcement
2015-09-17 19:55:34 +02:00
Eelco Dolstra 6769633b64 autogen: Fix build outside of chroot
http://hydra.nixos.org/build/24870256
2015-08-20 20:42:41 +02:00
William A. Kennington III 78377e02c5 autogen: 5.18 -> 5.18.5 2015-08-12 17:02:14 -07:00
Tobias Geerinckx-Rice b2d7f4b1ba Use common licence attributes from lib/licenses.nix
Many (less easily automatically converted) old-style strings
remain.

Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.

Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
Ludovic Courtès 41b53577a8 unmaintain a bunch of packages 2015-01-13 22:33:49 +01:00
Eelco Dolstra e07ce3314d Fix some "meta.licenses" attributes 2014-01-25 03:04:46 +01:00
Nixpkgs Monitor 8970fb09ab autogen: update from 5.17 to 5.18 2013-12-18 18:18:17 +02:00
Bjørn Forsman 28ac782583 Some description fixes
There are many more packages to fix, this is just a start.

Rules:
 * Don't repeat the package name (not always that easy...)
 * Start with capital letter
 * Don't end with full stop
 * Don't start with "The ..." or "A ..."

I've also added descriptions to some packages and rewritten others.
2013-10-05 19:36:23 +02:00
Michael Raskin 0d9d2a65ba Adding libffi to autogen dependencies to fix the build 2013-04-15 09:46:42 +04:00
Vladimír Čunát e6e3035dbf autogen: minor update and fix by disabling tests
/dev/tty is missing
2013-02-23 14:44:38 +01:00
Michael Raskin 19320cf6cc Updating autogen - builds now
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33485
2012-03-30 07:32:54 +00:00
Ludovic Courtès 7201a275db GNU AutoGen 5.11.6.
svn path=/nixpkgs/trunk/; revision=26060
2011-02-22 13:40:01 +00:00
Ludovic Courtès 403a4f9ae6 Add GNU AutoGen.
svn path=/nixpkgs/trunk/; revision=17491
2009-09-29 09:01:40 +00:00