Commit Graph

15 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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.
2024-03-19 03:14:51 +01:00
mcnesium
ac7ed741a5 matrix-commander: 6.0.1 -> 7.2.0 2023-08-23 20:42:35 +00:00
mcnesium
6592df6233
matrix-commander: 3.5.0 > 6.0.1 (#223371) 2023-03-28 22:13:50 +02:00
Martin Weinelt
7ad530f5a2 matrix-commander: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Aaron Bieber
bee4802413
matrix-commander: set platforms to unix 2022-12-22 07:50:51 -07:00
Sandro
d73c9e73d4
Merge pull request #182079 from benneti/master 2022-08-18 21:31:41 +02:00
Benedikt Tissot
497d1a5b72 matrix-commander: 2.37.3 -> 3.5.0 2022-08-15 10:14:05 +02:00
Sandro Jäckel
35ae59f47b
pythonPackages: drop dbus-python workarounds 2022-08-01 19:20:16 +02:00
pacien
7dc14475ce matrix-commander: 2.36.0 -> 2.37.3 2022-06-16 21:17:02 +02:00
pacien
e8573094f3 matrix-commander: 2.30.0 -> 2.36.0 2022-06-11 17:57:49 +02:00
pacien
ce4fc55f31 matrix-commander: unstable-2021-08-05 -> 2.30.0
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.
2022-06-05 23:00:58 +02:00
P. R. d. O
3eb567aa9b
matrix-commander: 2021-04-18 -> 2021-08-05 2021-11-12 07:47:23 -06:00
Jens Nolte
5a63a08cce matrix-commander: Add notify2 dependency to enable --os-notify feature 2021-11-09 22:31:15 +01:00
seb314
163f88aff8
matrix-commander: gpl3Only => gpl3Plus & unstable-2021-04-18 -> unstable-2021-05-26 (#125700) 2021-06-05 19:40:16 +02:00
seb314
3f2f7d3296
matrix-commander: init at unstable-2021-04-18 (#119895)
* 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>
2021-04-30 10:24:49 +02:00