about summary refs log tree commit diff
path: root/pkgs/applications/networking/calls/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-08-07programs/calls: initTom Fitzhenry1-0/+1
2021-05-08treewide: xvfb_run -> xvfb-runRobert Hensing1-2/+2
2021-05-05calls: Fix buildJan Tojnar1-0/+2
2021-03-13calls: build docsPacman991-3/+13
2021-03-13calls: 0.2.0 -> 0.3.1Pacman991-4/+5
2021-02-22calls: remove unused inputSandro Jäckel1-2/+0
2021-01-27calls: 0.1.5 -> 0.2.0Pacman991-6/+13
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-10-24calls: use libhandy_0Atemu1-3/+2
2020-05-25calls: 0.1.4 -> 0.1.5R. RyanTM1-2/+2
2020-04-09calls: 0.1.2 -> 0.1.4R. RyanTM1-2/+2
2020-02-25calls: 0.1.1 -> 0.1.2R. RyanTM1-3/+3
2020-01-09calls: unstable-2019-10-29 -> 0.1.1Linus Heckemann1-2/+4
2019-11-11calls: 2019-10-09 → 2019-10-29Jan Tojnar1-6/+10
2019-11-11calls: fix buildJan Tojnar1-1/+1
2019-11-10calls: 0.0.1 -> 2019-10-09-unstableLinus Heckemann1-4/+10
2019-11-10calls: init at 0.0.1Craige McWhirter1-0/+73