summary refs log tree commit diff
path: root/pkgs/development/libraries/libsigsegv/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-02-12libsigsegv: 2.13 -> 2.14R. Ryantm1-2/+2
2021-12-01pkgs/development: rename name to pname&versionFelix Buehler1-2/+3
2021-02-25libsigsegv: 2.12 -> 2.13R. RyanTM1-2/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-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/+0
2018-01-20libsigsegv: 2.11 -> 2.12Tuomas Tynkkynen1-2/+2
2018-01-09treewide: Simplify some `doCheck` callsJohn Ericson1-1/+1
In anticipation of what I outline in #33599, I only simplify exactly those `doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a comment next to them so I can grep for them later.
2017-08-27libsigsegv*: add an option to apply a patchVladimír Čunát1-0/+3
Close #28536; this code is a bit different in style for 2.5, and avoids mass rebuild for the default version.
2017-06-22libsigsegv: Fix for cross by disabling checkJohn Ericson1-2/+4
Check phase is now only disabled *by default* for cross, but this package was forcing it unconditionally.
2017-04-11libsigsegv: Remove aarch64 patch, enable testsTuomas Tynkkynen1-8/+1
The aarch64 patch has been applied upstream. Let's hope that the new release fixes the tests as well.
2017-04-11libsigsegv: 2.10 -> 2.11Tuomas Tynkkynen1-2/+2
2017-01-25libsigsegv: Add Aarch64 patchTuomas Tynkkynen1-0/+6
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-02-17libsigsegv: disable test suite to avoid crashes with certain kernel versionsPeter Simons1-1/+2
Further details are at: - https://lists.gnu.org/archive/html/bug-libsigsegv/2015-01/msg00001.html - http://lists.opensuse.org/opensuse-factory/2015-01/msg00408.html Resolves https://github.com/NixOS/nixpkgs/issues/6028, kind of.
2015-01-13unmaintain a bunch of packagesLudovic Courtès1-1/+1
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(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-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2011-12-14* libsigsegv 2.10.Eelco Dolstra1-2/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=30880
2009-12-13GNU libsigsegv 2.8.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=18921
2009-08-09GNU libsigsegv 2.7.Ludovic Courtès1-0/+31
svn path=/nixpkgs/trunk/; revision=16627
2008-02-07erlang and libsigsegv upgradedYury G. Kudryashov1-9/+0
svn path=/nixpkgs/branches/stdenv-updates/; revision=10537
2007-08-27* Rewrite all URLs to GNU mirrors to mirror://gnu/.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=9201
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra1-1/+1
URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
2005-08-22* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=3660
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra1-1/+1
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2004-08-23Added libsigsegvMartin Bravenboer1-0/+9
svn path=/nixpkgs/trunk/; revision=1313