summary refs log tree commit diff
path: root/pkgs/development/libraries/libiberty
AgeCommit message (Collapse)AuthorFilesLines
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-03treewide: Start to break up static overlayJohn Ericson1-1/+3
We can use use `stdenv.hostPlatform.isStatic` instead, and move the logic per package. The least opionated benefit of this is that it makes it much easier to replace packages with modified ones, as there is no longer any issue of overlay order. CC @FRidh @matthewbauer
2020-05-08libiberty: use pnameSheena Artrip1-1/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2018-12-02Treewide: use HTTPS on GNU domainsc0bw3b1-1/+1
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-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-02-24libiberty, libbfd: Make hash less fickleJohn Ericson1-1/+3
These shouldn't respond to targetPlatform, but previously did. The reason is somewhat complex: they would rely on the sources of gcc and binutils, respectively, which *do* depend on the target platform. Obviously the source is the same in all cases, but when those packages are no longer preserved from bootstrapping stages their `src` attributes use a different fetchurl resulting in a changed hash.
2017-11-13libiberty: Add dev outputJohn Ericson1-4/+7
2016-04-30libiberty: derive from gccNikolay Amiantov1-16/+6
2016-03-30libiberty: add static variantLuca Bruno1-4/+9
2015-07-28libiberty: update packageNikolay Amiantov1-2/+2
2015-05-14Turned some meta.maintainers into listsPascal Wittmann1-1/+1
2015-02-03libiberty: update packageNikolay Amiantov1-2/+2
2014-11-08libiberty: add packageNikolay Amiantov1-0/+28