summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
Commit message (Collapse)AuthorAge
* Merge branch 'master' into staging-nextVladimír Čunát2018-08-12
|\ | | | | | | Hydra: ?compare=1472947
| * signal-desktop: 1.15.3 -> 1.15.4Michael Weiss2018-08-11
| |
| * Merge branch 'master' into add-missing-licensesPascal Wittmann2018-08-09
| |\ | | | | | | | | | | | | Conflicts: pkgs/applications/version-management/subversion/default.nix
| * | nheko: add licensePascal Wittmann2018-08-09
| | | | | | | | | | | | see issue #43716
| * | rambox: restrict to supported platformsPascal Wittmann2018-08-06
| | |
| * | rambox: inherit meta from bare derivationPascal Wittmann2018-08-06
| | | | | | | | | | | | see issue #43716
| * | Merge branch 'master' into add-missing-licensesPascal Wittmann2018-08-06
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/exiv2/default.nix Set license to gpl2Plus
| * | | ekiga: add licensePascal Wittmann2018-08-05
| | | | | | | | | | | | | | | | see issue #43716
* | | | Merge master into stagingFrederik Rietdijk2018-08-09
|\ \ \ \ | | |_|/ | |/| |
| * | | signal-desktop: 1.15.0 -> 1.15.3Michael Weiss2018-08-08
| | | | | | | | | | | | | | | | | | | | Skipped 1.15.1 due to upstream issues (see GitHub), 1.15.2 and 1.15.3 should be fine (at least there are fewer issues).
| * | | pybitmessage: use `pname` instead of `name`Francesco Gazzetta2018-08-05
| | | |
| * | | pybitmessage: specify python version 2Francesco Gazzetta2018-08-05
| | | | | | | | | | | | | | | | pybitmessage does not support python3 yet
| * | | pybitmessage: 0.6.2 -> 0.6.3.2Francesco Gazzetta2018-08-05
| | |/ | |/|
| * | tdesktopPackages.preview: 1.3.11 -> 1.3.12Michael Weiss2018-08-05
| | |
| * | signal-desktop: Allow overriding the spell checker language (#44456)Michael Weiss2018-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thought this could be useful for others as well. Unfortunately it will also override the UI language. Example usage: environment.systemPackages = with pkgs; [ (signal-desktop.override { spellcheckerLanguage = "de_DE"; }) ];
* | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-08-04
|\| |
| * | dino: 2018-06-03 -> 2018-07-08Jörg Thalheim2018-08-03
| | |
| * | tdesktopPackages.preview: 1.3.10 -> 1.3.11Michael Weiss2018-08-03
| | |
| * | signal-desktop: 1.14.4 -> 1.15.0Michael Weiss2018-08-03
| |/
* / treewide: Make configureFlags listsJohn Ericson2018-08-03
|/
* gitter: fix evalUli Baum2018-08-01
| | | | gnome3.gconf was dropped
* gitter: init at 4.1.0 (#43505)Ivan Malison2018-08-01
|
* Merge remote-tracking branch 'central/master' into viric_cleanLluís Batlle i Rossell2018-07-28
|\
| * Merge pull request #43903 from averelld/fix-pidgin-plugin-wrapperSilvan Mosberger2018-07-24
| |\ | | | | | | fix pidgin-with-plugins build
| | * fix pidgin-with-plugins buildAverell Dalton2018-07-21
| | |
* | | Take me (viric) out of most maintenanceLluís Batlle i Rossell2018-07-22
|/ / | | | | | | | | | | | | Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
* | amsn: add licensePascal Wittmann2018-07-22
| | | | | | | | see issue #43716
* | Merge master into staging-nextFrederik Rietdijk2018-07-21
|\|
| * Merge branch 'master' into unused5Jörg Thalheim2018-07-21
| |\
| | * signal-desktop: 1.14.3 -> 1.14.4Michael Weiss2018-07-21
| | |
| | * [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
| | |
| * | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
| |/
| * signal-desktop: 1.14.2 -> 1.14.3Michael Weiss2018-07-19
| |
* | Merge master into staging-nextFrederik Rietdijk2018-07-19
|\|
| * signal-desktop: 1.14.1 -> 1.14.2Michael Weiss2018-07-19
| |
| * treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * tdesktop: 1.3.7 -> 1.3.10Michael Weiss2018-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tdesktopPackages.preview: 1.3.7 -> 1.3.10 Without the patch the build will fail with the following error: [ 15%] Building CXX object CMakeFiles/lib_export.dir/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.o /build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.cpp: In lambda function: /build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.cpp:712:56: internal compiler error: Segmentation fault if constexpr (MTPDphotos_photos::Is<decltype(data)>()) { ^ Please submit a full bug report, with preprocessed source if appropriate. See <https://gcc.gnu.org/bugs/> for instructions. make[2]: *** [CMakeFiles/lib_export.dir/build.make:77: CMakeFiles/lib_export.dir/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1101: CMakeFiles/lib_export.dir/all] Error 2 make: *** [Makefile:84: all] Error 2
* | Merge branch 'master' into stagingRobert Schütz2018-07-15
|\|
| * Merge pull request #43426 from tadfisher/zoom-usJoachim F2018-07-14
| |\ | | | | | | zoom-us: fix runtime qt environment
| | * zoom-us: fix runtime qt environmentTad Fisher2018-07-12
| | |
| * | signal-desktop: 1.14.0 -> 1.14.1Michael Weiss2018-07-14
| | |
* | | Merge master into stagingFrederik Rietdijk2018-07-13
|\| |
| * | Merge pull request #43456 from r-ryantm/auto-update/riot-webFrederik Rietdijk2018-07-13
| |\ \ | | | | | | | | riot-web: 0.15.6 -> 0.15.7
| | * | riot-web: 0.15.6 -> 0.15.7R. RyanTM2018-07-12
| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/riot-web/versions.
| * | | signal-desktop: 1.13.0 -> 1.14.0Michael Weiss2018-07-13
| | | |
| * | | quaternion: 0.0.9 -> 0.0.9.2Will Dietz2018-07-12
| | |/ | |/|
| * | Merge pull request #43149 from tadfisher/zoom-usMatthew Bauer2018-07-11
| |\ \ | | |/ | |/| zoom-us: set qt plugin paths in wrapper
| | * zoom-us: set qt plugin paths in wrapperTad Fisher2018-07-07
| | |
* | | Merge master into stagingFrederik Rietdijk2018-07-10
|\| |
| * | gomuks: 2018-05-14 -> 2018-7-10 (#43277)Till Höppner2018-07-10
| | |