summary refs log tree commit diff
path: root/pkgs/development/tools/misc/autogen
Commit message (Collapse)AuthorAge
* autogen: formatSandro Jäckel2021-11-05
|
* autogen: fix build with strictDepsArtturin2021-11-05
|
* Merge pull request #126557 from r-burns/autogenRyan Burns2021-11-02
|\ | | | | [staging] autogen: fix patchelf invocation to remove generic build path from rpath
| * autogen: fix patchelf invocation to remove generic build path from rpathSimone Mosciatti2021-08-12
| | | | | | | | Co-authored-by: Ryan Burns <rtburns@protonmail.com>
* | autogen: add guile-3 support (Gentoo patch)Sergei Trofimovich2021-09-24
|/
* autogen: fix compilation on aarch64-darwinIvan Babrou2021-05-13
|
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* Make autogen.man reproducibleBasile Henry2020-11-16
| | | | | | 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.
* autogen: make reproducible (#102280)zimbatm2020-10-31
|
* autogen: try fixing on darwinVladimír Čunát2020-06-14
| | | | | and cause no rebuild elsewhere. In commit 2988780 I forgot that patchelf makes no sense there.
* autogen: 5.18.12 -> 5.18.16Vladimír Čunát2020-06-10
| | | | | I re-checked that pkgsCross.aarch64-multiplatform.autogen builds. https://github.com/NixOS/nixpkgs/pull/89388#issuecomment-639155770
* autoen: Fix cross buildJohn Ericson2020-06-07
| | | | See comments for details. Patch can be removed whend version is bumped.
* autogen: More normal formattingJohn Ericson2020-06-07
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | 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/
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* Autogen: Fix unnecessary duplication during cross-compilationShea Levy2018-02-25
|
* autogen: Enable cross-compilationBen Gamari2018-02-13
|
* autogen: 5.18.7 -> 5.18.12Vladimír Čunát2017-03-19
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* autogen: fix borked source URL and hashTobias Geerinckx-Rice2016-05-10
|
* autogen: 5.18.6 -> 5.18.7Tobias Geerinckx-Rice2016-05-10
|
* autogen: Split into multiple outputsTuomas Tynkkynen2015-10-03
| | | | In particular, this avoids runtime-depending on guile.
* autogen: 5.18.5 -> 5.18.6 (close #9885)Lancelot SIX2015-09-17
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2015-09/msg00006.html for announcement
* autogen: Fix build outside of chrootEelco Dolstra2015-08-20
| | | | http://hydra.nixos.org/build/24870256
* autogen: 5.18 -> 5.18.5William A. Kennington III2015-08-12
|
* Use common licence attributes from lib/licenses.nixTobias Geerinckx-Rice2015-05-27
| | | | | | | | | | 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.
* unmaintain a bunch of packagesLudovic Courtès2015-01-13
|
* Fix some "meta.licenses" attributesEelco Dolstra2014-01-25
|
* autogen: update from 5.17 to 5.18Nixpkgs Monitor2013-12-18
|
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | 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.
* Adding libffi to autogen dependencies to fix the buildMichael Raskin2013-04-15
|
* autogen: minor update and fix by disabling testsVladimír Čunát2013-02-23
| | | | /dev/tty is missing
* Updating autogen - builds nowMichael Raskin2012-03-30
| | | | svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33485
* GNU AutoGen 5.11.6.Ludovic Courtès2011-02-22
| | | | svn path=/nixpkgs/trunk/; revision=26060
* Add GNU AutoGen.Ludovic Courtès2009-09-29
svn path=/nixpkgs/trunk/; revision=17491