about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/matrix-commander
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-08-23matrix-commander: 6.0.1 -> 7.2.0mcnesium1-2/+4
2023-03-28matrix-commander: 3.5.0 > 6.0.1 (#223371)mcnesium1-4/+2
2023-03-03matrix-commander: Require matrix-nio[e2e]Martin Weinelt1-1/+1
2022-12-22matrix-commander: set platforms to unixAaron Bieber1-1/+1
2022-08-18Merge pull request #182079 from benneti/masterSandro1-4/+4
2022-08-15matrix-commander: 2.37.3 -> 3.5.0Benedikt Tissot1-4/+4
2022-08-01pythonPackages: drop dbus-python workaroundsSandro Jäckel1-5/+0
2022-06-16matrix-commander: 2.36.0 -> 2.37.3pacien1-2/+4
2022-06-11matrix-commander: 2.30.0 -> 2.36.0pacien1-4/+4
2022-06-05matrix-commander: unstable-2021-08-05 -> 2.30.0pacien1-23/+46
The project switched to pyproject, allowing the use of `buildPythonApplication` instead of `mkDerivation`. Some of the modules listed as dependencies but shipping with Python itself had to be patched out.
2021-11-12matrix-commander: 2021-04-18 -> 2021-08-05P. R. d. O1-3/+3
2021-11-09matrix-commander: Add notify2 dependency to enable --os-notify featureJens Nolte1-0/+1
2021-06-05matrix-commander: gpl3Only => gpl3Plus & unstable-2021-04-18 -> ↵seb3141-4/+4
unstable-2021-05-26 (#125700)
2021-04-30matrix-commander: init at unstable-2021-04-18 (#119895)seb3141-0/+42
* matrix-commander: init * matrix-commander: cleanups & potential dep fixes apply most SuperSandro2000's review comments; used python3.withPackages -- this might be the correct way to get runtime python dependencies to work even when matrix-commander is a dependency of another packages (as opposed to testing in nix-shell). I'm not sure though. aiofiles seemed to be a missing runtime dependency when called from another (nix-packaged, jvm-based) app -- there was an import error without it. cacerts might require explicit pinning, as described here: https://gist.github.com/CMCDragonkai/1ae4f4b5edeb021ca7bb1d271caca999 (relevant snippet: wrapProgram $out/bin/program \ --set SSL_CERT_FILE "${cacert}/etc/ssl/certs/ca-bundle.crt" ) * add runHook {pre,post}Install (suggested by r-rmcgibbo) * add link to github issue re gpl3{Only,Plus} * Update pkgs/applications/networking/instant-messengers/matrix-commander/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>