about summary refs log tree commit diff
path: root/pkgs/applications/office/ib
AgeCommit message (Collapse)AuthorFilesLines
2022-06-29maintainers: remove tstrobelajs1242-2/+2
was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
2022-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott2-0/+2
these are the easily identifiable cases and will not be comprehensive
2021-11-19Merge pull request #144241 from Stunkymonkey/applications-github-1Sandro1-5/+7
2021-11-02ib/controller: switch to fetchFromGitHubFelix Buehler1-5/+7
2021-11-02ib-controller: remove phasesSandro Jäckel1-2/+0
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-03-04Give working advice for running nix-prefetch-urlAnders Kaseorg1-1/+1
nix-prefetch-url file://… requires a full path. Suggest an invocation that will provide one. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2016-01-20ib-tws, ib-controller: init at 9542 and 2.14.0, fixes #8142Rok Garbas2-0/+258