about summary refs log tree commit diff
path: root/pkgs/applications/networking/calls
AgeCommit message (Collapse)AuthorFilesLines
2023-10-09calls: 44.2 -> 45.0R. Ryantm1-2/+2
2023-09-26calls: 43.3 -> 44.2R. Ryantm1-2/+2
2023-02-25calls: 43.2 -> 43.3Tom Fitzhenry1-2/+2
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-01-27Merge pull request #206636 from tomfitzhenry/calls-43.2Nick Cao1-2/+2
calls: 43.0 -> 43.2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-12-18calls: 43.0 -> 43.2Tom Fitzhenry1-2/+2
2022-11-21dbus: remove unused daemon passhtruSandro Jäckel1-1/+1
2022-10-01calls: update meta.homepage to gitlab.gnome.orgTom Fitzhenry1-1/+1
2022-09-23calls: 42.0 -> 43.0Tom Fitzhenry1-3/+5
2022-07-23calls: 41.1 -> 42.0Tom Fitzhenry1-2/+3
2022-02-13calls: add tomfitzhenry as maintainer (#159700)Tom1-1/+1
2022-01-15evolution-data-server: propagate libgdataTom Fitzhenry1-1/+0
Motivation: Stop programs from having to declare transitive dependencies (fixed in this commit). Per https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/57/diffs, evolution-data-server requires libgdata for gobject introspection. See also https://github.com/NixOS/nixpkgs/commit/025960d2296456b8a4cc3b2bcd5a6c624c68a54b, which did a similar thing for libsoup.
2022-01-09calls: 0.3.1 -> 41.1Tom Fitzhenry1-6/+15
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