about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/jitsi/default.nix
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-02-12jitsi: 2.10.5550 -> 2.11.5633Robert Schütz1-6/+8
Diff: https://github.com/jitsi/jitsi/compare/5550...5633
2022-06-23treewide/applications: add `sourceType` `binaryNativeCode` for many packagesRobert Scott1-1/+4
2022-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott1-0/+1
these are the easily identifiable cases and will not be comprehensive
2022-02-25treewide: switch all desktop file generators to new APIK9001-1/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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-09-19jitsi: use jdk8Gabriel Ebner1-1/+2
2020-08-08jitsi: fix desktop category; patchRyan Mulligan1-1/+1
The patch was trying to add LD_LIBRARY_PATH to the beginning of the wrapper, but it was failing to do that. There are still background errors when starting the binary.
2020-08-04treewide: add Jitsi maintainersRyan Mulligan1-1/+1
* makes jitsi maintainer team
2020-06-25treewide: remove deprecated value `Application` from makeDesktopItemzowoq1-1/+1
2020-05-07jitsi: use X-Internet for desktop categoriesMatthew Bauer1-1/+1
avoids error from incorrect category name.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-26maintainer-list.nix: remove ndowensNathan1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-4/+2
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-05-03treewide: remove platform assertionsMatthew Bauer1-2/+0
linux: readd assertion
2018-03-02claws-mail, jitsi: remove myself (khumba) from maintainersBryan Gardiner1-1/+1
2017-04-02jitsi: Fixed java not foundndowens1-9/+7
Cosmetic change Closes #24565
2017-03-04jitsi: 2.8.5426 -> 2.10.5550 for CVE-2017-5603Graham Christensen1-2/+2
2016-08-23treewide: Fix output references to gtk2Tuomas Tynkkynen1-1/+1
2015-09-23jitsi: fix meta.license and refactor metaVladimír Čunát1-4/+4
/cc maintainer @khumba.
2015-09-23jitsi: rename xlibs -> xorgVladimír Čunát1-6/+6
2015-09-18jitsi: fix the system tray iconBryan Gardiner1-1/+3
Java's desktop integration on Linux relies on dlopen'ing some libraries (gtk2 or gnome). This commit makes Java able to find gtk2, fixing the problem of Jitsi's system tray icon not appearing. Part of bug #4014.
2015-09-18jitsi: kill the elves of solarisEdward Tjörnhammar1-0/+1
2015-09-17jitsi: fix tarball on darwinVladimír Čunát1-0/+2
2015-09-16jitsi: add myself as maintainerBryan Gardiner1-0/+1
2015-09-16jitsi: make a path patch for java slightly saferBryan Gardiner1-1/+1
2015-09-16jitsi: patch RPATHs of bundled .so filesBryan Gardiner1-1/+25
Possibly helps with bug #3482.
2015-06-03Update version: jitsi: 2.4.4997 -> 2.8.5426Thomas Strobel1-2/+3
2015-01-08Revert "Introduce patchShebangsPhase ran in preConfigurePhases"Domen Kožar1-0/+1
This reverts commit 512fbb280f72980e84230b72b631258df1755919. See #5368
2015-01-02Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar1-1/+0
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar <domen@dev.si>
2014-03-07Avoid using a global implicitly defined java binaryDario Bertini1-0/+1
2014-03-04Added jitsiDario Bertini1-0/+45