Commit Graph

1483 Commits

Author SHA1 Message Date
Timo Kaufmann
e326c0156d
Merge pull request #45728 from Ma27/nixos/weechat-module
nixos/weechat: add module
2018-09-07 17:19:46 +02:00
Maximilian Bosch
a8efe61412
weechat: 2.1 -> 2.2; improve package configuration
This aims to make the `weechat` package even more configurable. It
allows to specify scripts and commands using the `configure` function
inside a `weechat.override` expression.

The package can be configured like this:

```
with import <nixpkgs> { };
weechat.override {
  plugins = { availablePlugins, ... }: {
    plugins = builtins.attrValues availablePlugins;

    init = ''
      /set foo bar
      /server add freenode chat.freenode.org
    '';

    scripts = [ "/path/to/script.py" ];
  };
}
```

All commands are passed to `weechat --run-command "/set foo bar;/server ..."`.

The `plugins' attribute is not necessarily required anymore, if it's
sufficient to add `init' commands, the `plugins' will be
`builtins.attrValues availablePlugins' by default.

Additionally the result contains `weechat` and `weechat-headless`
(introduced in WeeChat 2.1) now.
2018-09-07 13:10:43 +02:00
Michael Weiss
7c1b85cf6d signal-desktop: 1.15.5 -> 1.16.0 2018-09-06 12:38:27 +02:00
Jörg Thalheim
de825a4eaa dino: 2018-07-08 -> 2018-09-05 2018-09-05 00:23:10 +01:00
Orivej Desh
205f3e941a swift-im: fix build with Qt 5.11 and split QtWebKit 2018-09-04 09:39:06 +00:00
Orivej Desh
6767396e38 psi-plus: 1.2.235 -> 1.3.410 2018-09-04 08:39:13 +00:00
Orivej Desh
0f1125975a psi: specify license (#43716) 2018-09-04 07:41:08 +00:00
xeji
28def75a10
Merge pull request #45967 from worldofpeace/various-build-fixes/18.09
Various build fixes
2018-09-03 22:28:06 +02:00
Vladimír Čunát
956790acaf
Merge #45974: purple-matrix: 2016-07-11 -> 2018-08-02 2018-09-03 16:14:17 +02:00
Symphorien Gibol
7de2b6240b purple-matrix: 2016-07-11 -> 2018-08-02
This also fixes the build.
2018-09-03 14:13:00 +02:00
worldofpeace
451e04fb4d SkypeExport: fix build 2018-09-02 18:59:23 -04:00
Utku Demir
7fbfba7c66
bluejeans-gui: init at 1.6.39 2018-09-02 19:22:07 +12:00
Markus Kowalewski
c6e31608d7
tox-prpl: update homepage 2018-09-02 00:28:54 +02:00
John Ericson
2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Michael Weiss
256e347dfe signal-desktop-beta: remove
This package was marked as broken since
9cb0b496737341faf19ea62d81583ece52617a69.
Reason: The package is outdated and keeping up with the beta releases
isn't really worth it (there are regular stable releases).
2018-08-29 17:28:58 +02:00
Michael Weiss
792425934b tdesktop: 1.3.13 -> 1.3.14
tdesktopPackages.preview: 1.3.13 -> 1.3.14
2018-08-28 18:12:11 +02:00
Michael Weiss
9006cd339c tdesktop: 1.3.10 -> 1.3.13
tdesktopPackages.preview: 1.3.12 -> 1.3.13
2018-08-28 11:05:48 +02:00
gnidorah
f086c4bb33 vk-messenger: init 2018-08-27 19:49:46 +03:00
adisbladis
213f7ec054
weechat-matrix-bridge: 2018-01-10 -> 2018-05-29 2018-08-27 16:23:33 +08:00
Emmanuel Rosa
81d5061a19 skypeforlinux: 8.24.0.2 -> 8.28.0.41 2018-08-26 10:02:28 +07:00
Jörg Thalheim
084078dd39
Merge pull request #45547 from r-ryantm/auto-update/pidgin-sipe
pidgin-sipe: 1.23.2 -> 1.23.3
2018-08-24 09:56:36 +01:00
R. RyanTM
d80bab8789 pidgin-sipe: 1.23.2 -> 1.23.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pidgin-sipe/versions.
2018-08-23 23:19:14 -07:00
Tim Steinbach
873290154a
hipchat: 4.30.5.1676 -> 4.30.5.1682 2018-08-23 09:54:59 -04:00
Vladimír Čunát
153a19df05
Merge branch 'master' into staging-next
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
Jan Tojnar
2801a299be
skypeforlinux: fix borked cherry-picking 2018-08-19 15:08:10 +02:00
Zack Grannan
3b2f3e59d1
skypeforlinux: add gsettings schemas
cherry-picked and squashed from https://github.com/NixOS/nixpkgs/pull/44652
2018-08-19 15:04:03 +02:00
Daiderd Jordan
bbd9a9deb0
Merge pull request #45300 from thefloweringash/quaternion-darwin
quaternion: Darwin support, fix dependencies and installed outputs
2018-08-19 13:15:44 +02:00
Andrew Childs
07eebd3629 quaternion: Darwin support, fix dependencies and installed outputs 2018-08-19 11:58:24 +09:00
Orivej Desh
65663f883c msgpack: rename from libmsgpack
The project does not use the name "libmsgpack". It variously uses "msgpack" and
"msgpack-c", and "msgpackc" for the name of the library.
2018-08-18 23:19:54 +00:00
Silvan Mosberger
955f391e29
Merge pull request #45149 from r-ryantm/auto-update/riot-web
riot-web: 0.15.7 -> 0.16.0
2018-08-18 20:50:38 +02:00
Vladimír Čunát
14aa936ec5
Merge branch 'staging-next' into staging 2018-08-17 20:53:27 +02:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Tobias Happ
ca3e9a7096 teamspeak_server: 3.0.13.6 -> 3.3.0 2018-08-17 00:25:31 +02:00
Timo Kaufmann
dd62b5f4d2
Merge pull request #45119 from tadfisher/zoom-us
zoom-us: 2.2.128200.0702 -> 2.3.128305.0716
2018-08-16 22:33:52 +02:00
R. RyanTM
d4bbc39cb4 riot-web: 0.15.7 -> 0.16.0
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.
2018-08-16 13:17:24 -07:00
Michael Weiss
9f4e76be5f signal-desktop: 1.15.4 -> 1.15.5 2018-08-16 22:09:45 +02:00
Tad Fisher
88a78b81d2 zoom-us: 2.2.128200.0702 -> 2.3.128305.0716 2018-08-16 10:02:12 -07:00
David McKay
27ddcc5bab wavebox: init at 3.14.10 (#45021) 2018-08-15 19:03:18 +02:00
Daiderd Jordan
3d436409bc
Merge pull request #44729 from Ma27/fix-weechat-xmpp
weechat-xmpp: create proper runtime environment
2018-08-13 21:14:14 +02:00
Vladimír Čunát
ded9a4b1aa
Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Michael Weiss
b28f8b4c94 signal-desktop: 1.15.3 -> 1.15.4 2018-08-11 19:27:43 +02:00
Jan Malakhovski
1662443fa1 utox: use checkInputs, also cleanup 2018-08-11 09:35:17 +00:00
Frederik Rietdijk
d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
Pascal Wittmann
456b67e70f
nheko: add license
see issue #43716
2018-08-09 12:59:52 +02:00
Michael Weiss
c7e04336a7 signal-desktop: 1.15.0 -> 1.15.3
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).
2018-08-08 18:18:13 +02:00
Maximilian Bosch
09e58bc4e7
weechat-xmpp: create proper runtime environment
The `weechat-xmpp` plugin requires `pydns` to properly resolve the
XMPP host. Furthermore it's much easier to use substituteAll rather than
messing around with substituteInPlace in a patched file.
2018-08-08 17:55:43 +02:00
Pascal Wittmann
619d51f290
rambox: restrict to supported platforms 2018-08-06 18:30:20 +02:00
Pascal Wittmann
fec4795f00
rambox: inherit meta from bare derivation
see issue #43716
2018-08-06 12:19:13 +02:00
Pascal Wittmann
f7be21f4c9
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/development/libraries/exiv2/default.nix
        Set license to gpl2Plus
2018-08-06 12:04:52 +02:00
Francesco Gazzetta
26e939e22c pybitmessage: use pname instead of name 2018-08-05 22:32:32 +02:00
Francesco Gazzetta
3bddc85171 pybitmessage: specify python version 2
pybitmessage does not support python3 yet
2018-08-05 22:29:57 +02:00
Francesco Gazzetta
28fe9047ef pybitmessage: 0.6.2 -> 0.6.3.2 2018-08-05 22:26:47 +02:00
Pascal Wittmann
a62fa40209
ekiga: add license
see issue #43716
2018-08-05 16:36:23 +02:00
Michael Weiss
c3266a03a8 tdesktopPackages.preview: 1.3.11 -> 1.3.12 2018-08-05 11:56:10 +02:00
Michael Weiss
9ef1406a99
signal-desktop: Allow overriding the spell checker language (#44456)
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";
    })
  ];
2018-08-04 16:01:44 +02:00
Tuomas Tynkkynen
008fd5fcf5 Merge remote-tracking branch 'upstream/master' into staging 2018-08-04 15:17:42 +03:00
John Ericson
db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
Jörg Thalheim
a6900b9a13 dino: 2018-06-03 -> 2018-07-08 2018-08-03 16:54:21 +01:00
Michael Weiss
1ebee36c23 tdesktopPackages.preview: 1.3.10 -> 1.3.11 2018-08-03 14:15:22 +02:00
Michael Weiss
915e506f7c signal-desktop: 1.14.4 -> 1.15.0 2018-08-03 13:11:44 +02:00
Uli Baum
3835786896 gitter: fix eval
gnome3.gconf was dropped
2018-08-01 21:55:14 +02:00
Ivan Malison
e090fb2967 gitter: init at 4.1.0 (#43505) 2018-08-01 20:51:17 +02:00
Lluís Batlle i Rossell
f54b387b63 Merge remote-tracking branch 'central/master' into viric_clean 2018-07-28 19:25:14 +02:00
Silvan Mosberger
7e396ecd93
Merge pull request #43903 from averelld/fix-pidgin-plugin-wrapper
fix pidgin-with-plugins build
2018-07-24 23:27:01 +02:00
Lluís Batlle i Rossell
66d7126255 Take me (viric) out of most maintenance
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!
2018-07-22 21:50:19 +02:00
Pascal Wittmann
758038a4e0
amsn: add license
see issue #43716
2018-07-22 17:24:10 +02:00
Frederik Rietdijk
ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
Averell Dalton
31df054e96 fix pidgin-with-plugins build 2018-07-21 18:04:16 +02:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
Michael Weiss
c89bdf9704 signal-desktop: 1.14.3 -> 1.14.4 2018-07-21 11:30:46 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
volth
6d2857a311 [bot] treewide: remove unused 'inherit' in let blocks 2018-07-20 19:38:19 +00:00
Michael Weiss
b68770c1a2 signal-desktop: 1.14.2 -> 1.14.3 2018-07-19 22:14:25 +02:00
Frederik Rietdijk
8213ff161c Merge master into staging-next 2018-07-19 18:24:24 +02:00
Michael Weiss
4fd9ca3a51 signal-desktop: 1.14.1 -> 1.14.2 2018-07-19 12:56:05 +02:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
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-07-18 23:25:20 -04:00
Michael Weiss
bf2a009380 tdesktop: 1.3.7 -> 1.3.10
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
2018-07-17 21:17:21 +02:00
Robert Schütz
18774d4173 Merge branch 'master' into staging 2018-07-15 12:31:18 +02:00
Joachim F
bc48770871
Merge pull request #43426 from tadfisher/zoom-us
zoom-us: fix runtime qt environment
2018-07-14 20:31:23 +00:00
Michael Weiss
c4fca64980 signal-desktop: 1.14.0 -> 1.14.1 2018-07-14 20:36:31 +02:00
Frederik Rietdijk
3e31d23d99 Merge master into staging 2018-07-13 19:34:19 +02:00
Frederik Rietdijk
80e5072cb0
Merge pull request #43456 from r-ryantm/auto-update/riot-web
riot-web: 0.15.6 -> 0.15.7
2018-07-13 18:45:48 +02:00
Michael Weiss
c4d94d64c3 signal-desktop: 1.13.0 -> 1.14.0 2018-07-13 16:19:18 +02:00
R. RyanTM
d3f5b962ca riot-web: 0.15.6 -> 0.15.7
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.
2018-07-12 19:15:40 -07:00
Tad Fisher
5dc1d746cf zoom-us: fix runtime qt environment 2018-07-12 12:03:56 -07:00
Will Dietz
5a1310da7f quaternion: 0.0.9 -> 0.0.9.2 2018-07-12 12:33:13 -05:00
Matthew Bauer
aee5b1ac94
Merge pull request #43149 from tadfisher/zoom-us
zoom-us: set qt plugin paths in wrapper
2018-07-11 02:34:23 -04:00
Frederik Rietdijk
f8701caafc Merge master into staging 2018-07-10 15:51:20 +02:00
Till Höppner
d133362c18 gomuks: 2018-05-14 -> 2018-7-10 (#43277) 2018-07-10 12:19:59 +02:00
Jan Tojnar
28b6f74c3f
gnome3.gconf: remove 2018-07-10 12:14:40 +02:00
Peter Hoeg
476aab54fe
Merge pull request #43220 from peterhoeg/u/qtox
qtox: 1.15.0 -> 1.16.1
2018-07-09 21:52:12 +08:00
Peter Hoeg
3ee89ea8c7 qtox: 1.15.0 -> 1.16.1 2018-07-08 20:35:30 +08:00
Michael Raskin
24429d66a3
Merge pull request #43211 from r-ryantm/auto-update/baresip
baresip: 0.5.9 -> 0.5.10
2018-07-08 12:11:29 +00:00
R. RyanTM
b08e8974e8 baresip: 0.5.9 -> 0.5.10
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/baresip/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/lyb8qd0r0q4q5l04cnbz3il9jm7av538-baresip-0.5.10/bin/baresip had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.5.10 with grep in /nix/store/lyb8qd0r0q4q5l04cnbz3il9jm7av538-baresip-0.5.10
- directory tree listing: https://gist.github.com/17f91505013f40beef68c121fcdedb70
- du listing: https://gist.github.com/d1039adba0ce079d343d2d1fa7c139cb
2018-07-08 03:08:44 -07:00
Tad Fisher
0fd2b4761a zoom-us: set qt plugin paths in wrapper 2018-07-07 15:13:32 -07:00
R. RyanTM
857f0753d6 riot-web: 0.15.5 -> 0.15.6 (#42958)
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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.15.6 with grep in /nix/store/0gr8hg3lgymk3idlxb9i4q0p6yyq3azz-riot-web-0.15.6
- directory tree listing: https://gist.github.com/5d5d991112bb6e9960e1319112c7c6e9
- du listing: https://gist.github.com/e2ade24d81e7c7b978e65607f2d7b669
2018-07-06 20:12:27 +02:00
averelld
06c6ff2465 mattermost-desktop: 4.1.1 -> 4.1.2 (#43117)
Also update some dependencies
2018-07-06 19:27:11 +02:00
Tad Fisher
14555eab0f zoom-us: 2.2.128100.0627 -> 2.2.128200.0702 (#42922) 2018-07-05 21:42:44 +01:00