summary refs log tree commit diff
path: root/pkgs/os-specific/linux/trinity
Commit message (Collapse)AuthorAge
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* trinity: small clean upSilvan Mosberger2019-06-04
|
* trinity: unstable-2018-06-08 -> 1.9Josef Kemetmüller2019-06-01
|
* trinity: 2017-02-13 -> 2018-06-08, fix build, clean upSilvan Mosberger2018-08-09
| | | | Fix for old breakage was in https://github.com/kernelslacker/trinity/commit/c93bb184ce996c4d77eefbae2ab0bf74f396ec45
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* trinity: Fix 32-bit buildTuomas Tynkkynen2018-03-06
|
* trinity: Fix build by upgradingTuomas Tynkkynen2018-02-27
| | | | | | Probably broken by the linuxHeaders upgrade. https://hydra.nixos.org/build/70176539
* trinity: 1.6 -> 1.8Tuomas Tynkkynen2017-11-09
|
* trinity: Apply upstream commit as a patch to fix buildTuomas Tynkkynen2017-03-01
| | | | Needed since glibc 2.25.
* trinity: 1.5 -> 1.6Tuomas Tynkkynen2015-11-08
| | | | Need to fix a /usr/include reference in the new release.
* trinity: init at version 1.5Tuomas Tynkkynen2015-04-26