Commit Graph

1965 Commits

Author SHA1 Message Date
B YI
5fff5efea2 franz: use wrapGAppsHook
I encountered crashes while opening the file selection dialog.

```
(franz:11597): GLib-GIO-ERROR **: 14:08:20.102: No GSettings schemas are installed on the system
[1]    11597 trace trap  franz
```

This error is also presented in various other gtk applications (e.g. https://github.com/NixOS/nixpkgs/issues/45286). I used the same trick to fix this error.
2019-06-27 13:13:19 +08:00
Michael Weiss
4ae993455d
signal-desktop: 1.25.1 -> 1.25.2 2019-06-26 22:32:15 +02:00
Michael Weiss
5b4b6b6c24
tdesktop: 1.7.7 -> 1.7.10 2019-06-25 17:33:56 +02:00
Jörg Thalheim
b552d72a9a
Fix electron crash when using file chooser dialog (#55057)
Fix electron crash when using file chooser dialog
2019-06-25 07:59:31 +01:00
Jörg Thalheim
205296f55a
rambox: remove gapps-wrapper
This is now provided by electron itself.
2019-06-25 07:58:10 +01:00
Jörg Thalheim
ebe4375ff4
rambox: upgrade to electron 4
This is what upstream uses as well
2019-06-25 07:58:05 +01:00
Jörg Thalheim
dce97daeda
rambox: 0.6.7 -> 0.6.9 2019-06-24 17:33:56 +01:00
Tadeo Kondrak
1655945eb7 discord-canary: 0.0.83 -> 0.0.84 2019-06-23 11:50:09 -07:00
Tadeo Kondrak
e6f23b8b1e discord-{ptb,canary}: init; add update-discord 2019-06-23 11:50:09 -07:00
Tadeo Kondrak
0687a9d8db discord: change from 4 to 2 space indentation 2019-06-23 11:50:09 -07:00
Christopher A. Williamson
a8ad0834c9
rambox-pro: 1.1.2 -> 1.1.4
Upgraded the rambox-pro package I previously created from 1.1.2 to 1.1.4 and added necessary changes to accomplish this.
2019-06-22 21:15:17 +01:00
Léo Gaspard
a9166c763d
Merge branch 'pr-63515'
* pr-63515:
  nheko: 0.6.3 -> 0.6.4, mtxclient: 0.2.0 -> 0.2.1
2019-06-19 19:41:58 +02:00
Tim Steinbach
fa58c6733b
zoom-us: 2.8.222599.0519 -> 2.8.252201.0616 2019-06-19 08:54:10 -04:00
Doron Behar
0b383bdf78 nheko: 0.6.3 -> 0.6.4, mtxclient: 0.2.0 -> 0.2.1
Use new URL of mtxclient. Make them both aware of nlohmann_json
dependency using `-Dnlohmann_json_DIR` in `cmakeFlags`.
2019-06-19 15:33:52 +03:00
Will Dietz
12a0083503
Merge pull request #63017 from dtzWill/update/skype-8.47.0.59
skype: 8.46.0.60 -> 8.47.0.59
2019-06-17 21:00:18 -05:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Tim Steinbach
66add9f141 slack: Generalize theming
Split out dark theme
Fixes #61155
2019-06-16 09:53:00 -04:00
Michael Weiss
7e2dc8d27b
tdesktop: Update the Arch patches for a HiDPI fix
See: https://bugs.archlinux.org/task/62594
2019-06-14 22:09:15 +02:00
Anatolii Prylutskyi
ce6edcdb0b
slack: dark mode css can be passed as argument 2019-06-13 10:07:22 +03:00
William Casarin
14ebdbb3d9 bitlebee-discord: add myself as maintainer
Signed-off-by: William Casarin <jb55@jb55.com>
2019-06-12 09:35:46 +02:00
William Casarin
6845a8323a bitlbee-discord: set BITLBEE_DATADIR
Build fails otherwise

Signed-off-by: William Casarin <jb55@jb55.com>
2019-06-12 09:35:46 +02:00
Will Dietz
dca70ab1e1
skype: 8.46.0.60 -> 8.47.0.59 2019-06-11 23:49:12 -05:00
Michael Weiss
d1d75e542a
tdesktop: 1.7.3 -> 1.7.7 2019-06-11 14:45:28 +02:00
Robert Hensing
50be73c4b2
Merge pull request #62682 from dtzWill/update/skype-8.46.0.60
skype: 8.45.0.41 -> 8.46.0.60
2019-06-05 00:08:26 +02:00
Michael Weiss
28556f054f
tdesktop: 1.7.0 -> 1.7.3
GCC 8.x is required to avoid the following error:

cc1plus: error: -Werror=class-memaccess: no option -Wclass-memaccess

If we build without "-Wno-error=class-memaccess" the build should fail
and the upstream requirements were raised from GCC 7 to GCC 8 anyway:
b2f821d3de

The two additional patches are required to avoid build errors like this:

/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.cpp:123:12:
error: invalid use of incomplete type 'class QDebug'
   qWarning()
            ^
In file included from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qglobal.h:1200,
                 from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qalgorithms.h:43,
                 from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qlist.h:43,
                 from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/QList:1,
                 from
/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.h:31,
                 from
/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.cpp:29:
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qlogging.h:57:7:
note: forward declaration of 'class QDebug'
 class QDebug;
       ^~~~~~
2019-06-04 22:03:34 +02:00
Will Dietz
5ae032beda
skype: 8.45.0.41 -> 8.46.0.60
https://support.skype.com/en/faq/FA34778/release-notes-for-skype-for-windows-mac-linux-and-web
2019-06-04 14:55:10 -05:00
Matthew Bauer
9d65bb588f zoom-us: set LD_PRELOAD=.../v4l2convert.so
This was needed for my webcam to work with zoom-us. v4l2convert is a
wrapper for apps that only support simple bgr24 or yuv420. For these
apps to support webcams that don’t use those formats, we need to use
LD_PRELOAD to get those symbols. Taken from archlinux wiki:

https://wiki.archlinux.org/index.php/Webcam_setup#V4L1_support
2019-06-03 13:08:45 -04:00
Jörg Thalheim
51d3d5b8d0
skypeforlinux: 8.44.0.40 -> 8.45.0.41 (#62569)
skypeforlinux: 8.44.0.40 -> 8.45.0.41
2019-06-03 13:25:07 +01:00
Maximilian Bosch
739f74d056
Merge pull request #62586 from davidtwco/franz-5.1.0
franz: 5.0.0-beta.19 -> 5.1.0
2019-06-03 11:44:45 +02:00
David Wood
e82ddcb684
franz: 5.0.0-beta.19 -> 5.1.0 2019-06-03 08:57:01 +01:00
R. RyanTM
dcbb041636 skypeforlinux: 8.44.0.40 -> 8.45.0.41
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/skypeforlinux/versions
2019-06-02 21:02:52 -07:00
worldofpeace
c90e94a641
Merge pull request #62253 from nyanloutre/riot_update_1_2_0
riot-{web,desktop}: 1.1.0 -> 1.2.1
2019-06-01 11:49:12 -04:00
nyanloutre
06195c925f riot-{web,desktop}: 1.1.0 -> 1.2.1 2019-06-01 11:48:34 -04:00
Alyssa Ross
062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Michael Weiss
87bb9234ab
signal-desktop: 1.25.0 -> 1.25.1 2019-06-01 14:13:50 +02:00
Michael Weiss
37d232fb5f
signal-desktop: 1.24.1 -> 1.25.0 2019-05-31 21:20:38 +02:00
Peter Hoeg
c10addd601
Merge pull request #62204 from peterhoeg/u/quaternion
quaternion: 0.0.9.4 -> 0.0.9.4c
2019-05-30 14:31:19 +08:00
Peter Hoeg
907e3c8374 quaternion: 0.0.9.4 -> 0.0.9.4c
This is technically not needed as the changes only relate to appstream packaging
but as we are rebuilding it anyway due to libqmatrixclient changing, we might as
well.
2019-05-29 10:08:12 +08:00
Frederik Rietdijk
36a6746f21 Merge master into staging-next 2019-05-28 08:32:03 +02:00
Renaud
b978c1daa2
Merge pull request #62066 from petabyteboy/feature/slack
slack: 3.4.0 -> 3.4.2
2019-05-27 11:34:42 +02:00
Milan Pässler
1078041946 slack: 3.4.0 -> 3.4.2 2019-05-25 20:26:26 +02:00
Nikolay Amiantov
8f7e1fde58 gajim: 1.1.2 -> 1.1.3 2019-05-25 20:34:07 +03:00
Frederik Rietdijk
b2ab860db3 Merge master into staging-next 2019-05-25 12:38:00 +02:00
Tim Steinbach
d84dbe5a91
zoom-us: 2.8.183302.0415 -> 2.8.222599.0519 2019-05-20 10:59:15 -04:00
Frederik Rietdijk
f0a4305e0a Merge staging-next into staging 2019-05-14 10:24:46 +02:00
Daniel Schaefer
06fad89bd6 treewide: Update meta of packages hosted on gnome
- Update homepage URLs
- Add missing meta entries
2019-05-13 03:01:25 -04:00
Daniel Schaefer
b85ccbac54 treewide: Add passthru.updateScript to gnome pkgs
`updateScript` lets us update packages automatically.
For packages that are hosted on the gnome mirror it's very easy to add
that. Inspired by https://github.com/NixOS/nixpkgs/issues/36150
2019-05-12 22:23:48 +02:00
Frederik Rietdijk
ef0dbef7f1 Merge master into staging-next 2019-05-12 19:59:09 +02:00
Maximilian Bosch
88b32c775e
Merge pull request #61275 from nyanloutre/riot_update_1_1_0
riot-{web,desktop}: 1.0.8 -> 1.1.0
2019-05-11 13:13:55 +02:00
Vladimír Čunát
e8f4ad0169
Merge branch 'master' into staging-next
~5k rebuilds per platform.
Hydra nixpkgs: ?compare=1518759
2019-05-11 09:41:36 +02:00
nyanloutre
ed244efeab
riot-desktop: 1.0.8 -> 1.1.0 2019-05-11 09:22:43 +02:00
nyanloutre
adc9db2a3a
riot-web: 1.0.8 -> 1.1.0 2019-05-11 09:22:35 +02:00
Aaron Andersen
39a1f3c8d3
Merge pull request #60747 from rexim/chatterino2
chatterino2: init at unstable-2019-05-11
2019-05-10 21:47:22 -04:00
rexim
79586cae40 chatterino2: init at unstable-2019-05-11 2019-05-10 21:03:48 -04:00
worldofpeace
ecdb583ded
Merge pull request #61218 from IvanMalison/slack-libappindicator
slack: add libappindicator-gtk3 to rpath
2019-05-10 18:15:01 -04:00
Michael Weiss
a6388e030a
tdesktop: 1.6.7 -> 1.7.0 2019-05-10 23:33:04 +02:00
Ivan Malison
c4906fa0d3
slack: add libappindicator-gtk3 to rpath 2019-05-09 17:47:45 -07:00
Andy White
c0abf3c23e rambox: 0.6.6 -> 0.6.7 2019-05-08 05:49:10 +09:00
Frederik Rietdijk
87a5d8fede Merge staging-next into staging 2019-05-07 19:30:14 +02:00
Frederik Rietdijk
0196d8f11c Merge master into staging-next 2019-05-07 09:00:06 +02:00
R. RyanTM
c4146b0df0 pidgin-sipe: 1.23.3 -> 1.24.0 (#50658)
* pidgin-sipe: 1.23.3 -> 1.24.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/pidgin-sipe/versions

* pidgin-sipe: add gmime to build inputs
and refactor
2019-05-05 21:11:01 +02:00
Christopher A. Williamson
886544102f
rambox-pro: Switch to using correct electron path 2019-05-05 06:29:51 +01:00
Frederik Rietdijk
193b899af2 Merge master into staging-next 2019-05-04 17:34:04 +02:00
worldofpeace
257bdb3a9a
Merge pull request #60862 from lightbulbjim/skype-update
skypeforlinux: 8.42.76.54 -> 8.44.0.40
2019-05-03 19:40:46 -04:00
Chris Rendle-Short
b5770c0f77 skypeforlinux: 8.42.76.54 -> 8.44.0.40
Note that the supplied .desktop file has changed, so `postFixup` has
been tweaked accordingly.
2019-05-04 09:34:05 +10:00
Ryan Mulligan
9aac3dbd44
Merge pull request #60789 from r-ryantm/auto-update/slack
slack: 3.3.8 -> 3.4.0
2019-05-03 15:27:27 -07:00
Frederik Rietdijk
0f10b72b5f Merge master into staging-next 2019-05-03 19:56:31 +02:00
Michael Fellinger
9a0596ee97 mikutter: 3.5.13 -> 3.8.7 (#60808) 2019-05-03 12:48:13 +02:00
pacien
2e9c8649f7 riot: add maintainer note 2019-05-03 01:03:19 +02:00
pacien
d0cc03e8a3 riot-desktop: 1.0.7 -> 1.0.8 2019-05-03 00:55:30 +02:00
pacien
1fc56f7789 riot-web: add pacien as maintainer 2019-05-02 22:41:06 +02:00
R. RyanTM
58d1128052 riot-web: 1.0.7 -> 1.0.8
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
2019-05-02 21:56:47 +02:00
R. RyanTM
adc96d7fdf slack: 3.3.8 -> 3.4.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/slack/versions
2019-05-02 11:41:07 -07:00
Frederik Rietdijk
155c9d8e18 Merge master into staging-next 2019-05-02 08:43:14 +02:00
Christopher A. Williamson
a63be6cdd7 rambox-pro: init at 1.1.2 (#60380)
* Added myself to maintainer list

* Add package file for rambox-pro

* Add patch to fix rambox-pro build

* Removed child module refs from package

* Added various fixes for new rambox-pro pkg

* Change name -> pname to address feedback

* Update pkgs/applications/networking/instant-messengers/rambox-pro/default.nix

Co-Authored-By: cawilliamson <home@chrisaw.com>

* Moved rambox-pro to rambox pkg

* Fixed package name - no idea what I was thinking here!

* Replace patch with postPatch script

Co-Authored-By: cawilliamson <home@chrisaw.com>

* Removed patch file
2019-05-01 20:08:32 +02:00
Frederik Rietdijk
f137783927 Merge master into staging-next 2019-05-01 11:45:46 +02:00
Michael Raskin
4c4ed39938
Merge pull request #60472 from r-ryantm/auto-update/baresip
baresip: 0.6.1 -> 0.6.2
2019-04-30 17:21:27 +00:00
Frederik Rietdijk
3462fe27d9 Merge staging-next into staging 2019-04-30 15:52:19 +02:00
R. RyanTM
e60c6e6908 baresip: 0.6.1 -> 0.6.2
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
2019-04-30 03:18:10 -07:00
Peter Hoeg
1f7813b462 quaternion: 0.0.9.4-rc3 -> 0.0.9.4 2019-04-29 20:52:43 +08:00
Peter Hoeg
78bcc59d59
Merge pull request #59256 from peterhoeg/u/quaternion
quaternion-git: init at 0.0.9.4-rc3
2019-04-28 21:51:48 +08:00
Matthew Bauer
87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer
18e7c5a91e spectral: add qtmacextras 2019-04-26 21:55:11 -04:00
Peter Hoeg
05dfa99d1d matrique -> spectral 2019-04-24 12:40:07 +08:00
Peter Hoeg
3bf5c2a6e0 quaternion-git: init at 0.0.9.4-rc3 2019-04-24 12:40:00 +08:00
eri!
caa4e9a0de profanity: 0.5.1 -> 0.6.0 (#59931)
* profanity: 0.5.1 -> 0.6.0

* profanity: recreate darwin patch
for v0.6.0 sources
2019-04-22 18:25:58 +02:00
Fritz Otlinghaus
66a1daba7a sky: init at 2.1.7369 (#50911) 2019-04-21 15:46:54 +02:00
Maximilian Bosch
60f0a14084
Merge pull request #59701 from Mic92/rambox
rambox: 0.6.3 -> 0.6.6
2019-04-19 08:46:23 +02:00
Michael Weiss
fab6d810b5
signal-desktop: 1.24.0 -> 1.24.1 2019-04-18 10:14:50 +02:00
Michael Weiss
e98c2c8101
signal-desktop: 1.23.2 -> 1.24.0 2019-04-17 21:19:21 +02:00
worldofpeace
c382b03b01
Merge pull request #59730 from r-ryantm/auto-update/wire-desktop
wire-desktop: 3.7.2891 -> 3.9.2895
2019-04-16 18:17:04 -04:00
R. RyanTM
b3408d088c wire-desktop: 3.7.2891 -> 3.9.2895
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wire-desktop/versions
2019-04-16 09:43:35 -07:00
Tim Steinbach
2633767b60
zoom-us: 2.8.182821.0412 -> 2.8.183302.0415 2019-04-16 08:20:03 -04:00
Jörg Thalheim
975734c665
rambox: 0.6.3 -> 0.6.6 2019-04-16 11:27:51 +01:00
pacien
037edc2cba riot-desktop: 1.0.4 -> 1.0.7 2019-04-15 14:54:05 +02:00
pacien
f97effd53c riot-web: 1.0.6 -> 1.0.7 2019-04-15 14:50:41 +02:00
Michael Weiss
41ac07b29f
tdesktop: 1.6.3 -> 1.6.7 2019-04-14 15:33:13 +02:00
Tim Steinbach
1f219af304
zoom-us: 2.7.162522.0121 -> 2.8.182821.0412 2019-04-13 09:44:51 -04:00
worldofpeace
3bdf5b5f4a
Merge pull request #58597 from pacien/riot-desktop-ripyarn2nix
riot-desktop: use own yarn2nix
2019-04-12 15:51:08 -04:00
Frederik Rietdijk
230c67f43b Merge master into staging-next 2019-04-11 07:50:23 +02:00
Vladimír Čunát
2e3515456f
Merge #59003: pidgin: fix gst plugin path for audio/video
Fixes #32015.
2019-04-09 20:15:27 +02:00
Frederik Rietdijk
d108b49168 Merge master into staging-next 2019-04-09 16:38:35 +02:00
Tobias Happ
686f5f9e6d teamspeak_server: 3.6.1 -> 3.7.1 (#59116) 2019-04-07 22:56:20 +02:00
Frederik Rietdijk
4a125f6b20 Merge master into staging-next 2019-04-07 08:33:41 +02:00
Tim Steinbach
714d9130bc
zoom-us: Update script to commit 2019-04-06 13:32:02 -04:00
Jan Tojnar
aa1ecb352b
mikutter: mark as broken 2019-04-05 12:14:08 +02:00
Michael Fellinger
0dd9a8f658 pidgin: fix gst plugin path for audio/video 2019-04-05 12:11:10 +02:00
ajs124
70afa35cd5 coyim: 0.3.7_1 -> 0.3.11 (#58948) 2019-04-04 22:43:38 +02:00
Ryan Mulligan
57de25b319
Merge pull request #58881 from r-ryantm/auto-update/skypeforlinux
skypeforlinux: 8.34.0.78 -> 8.42.76.54
2019-04-02 23:24:54 -07:00
Ryan Mulligan
6cfb8cf9ef skypeforlinux: add missing dynamically linked library at-spi2-atk
The error message fixed was:

./result/bin/skypeforlinux: error while loading shared libraries:
libatk-bridge-2.0.so.0: cannot open shared object file: No such file
or directory
2019-04-02 21:42:11 -07:00
R. RyanTM
1a714f16a4 skypeforlinux: 8.34.0.78 -> 8.42.76.54
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/skypeforlinux/versions
2019-04-02 19:27:04 -07:00
Ryan Mulligan
0ad1a77ad6
Merge pull request #58739 from r-ryantm/auto-update/oysttyer
oysttyer: 2.9.1 -> 2.10.0
2019-04-02 06:33:42 -07:00
R. RyanTM
98efe201f8 oysttyer: 2.9.1 -> 2.10.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/oysttyer/versions
2019-04-01 23:07:03 -07:00
Franz Pletz
d44138b140
riot-web: 1.0.5 -> 1.0.6 2019-04-01 23:19:58 +02:00
pacien
54d99ab3e4 riot-desktop: use own yarn2nix
github ref: closes #58593
2019-03-30 23:57:59 +01:00
Michael Weiss
cbeea5918d
signal-desktop: 1.23.1 -> 1.23.2 2019-03-29 21:52:49 +01:00
Matthew Bauer
2a3167c8c0
Merge pull request #57461 from booxter/turses
turses: fix crash when starting with existing config file
2019-03-26 11:44:58 -04:00
Michael Weiss
698a3f7edd
tdesktop: 1.6.2 -> 1.6.3
tdesktopPackages.preview: 1.6.2 -> 1.6.3
2019-03-25 17:07:14 +01:00
Michael Weiss
abadb74b71
tdesktop: 1.6.1 -> 1.6.2
tdesktopPackages.preview: 1.6.1 -> 1.6.2
2019-03-25 14:14:22 +01:00
Pascal Wittmann
994476e138
Merge pull request #58010 from r-ryantm/auto-update/bitlbee
bitlbee: 3.5.1 -> 3.6
2019-03-24 17:50:04 +01:00
Sarah Brofeldt
8cd3071978
Merge pull request #58170 from dtzWill/update/slack-3.3.8
slack: 3.3.7 -> 3.3.8
2019-03-24 11:48:38 +01:00
Paul TREHIOU
62fd641e83 riot-web: 1.0.3 -> 1.0.5 (#58040) 2019-03-24 01:14:04 +01:00
Michael Weiss
ff7d16fb33
signal-desktop: 1.23.0 -> 1.23.1 2019-03-23 11:23:44 +01:00
Will Dietz
dad85bd731 slack: 3.3.7 -> 3.3.8 2019-03-23 04:42:35 -05:00
worldofpeace
ec4af5c5c1
Merge pull request #57838 from pacien/riot-desktop-1.0.4
riot-desktop: init at 1.0.4
2019-03-22 21:13:01 -04:00
pacien
839c988dd0 riot-desktop: init at 1.0.4 2019-03-22 22:26:31 +01:00
Michael Weiss
078de9ce49
signal-desktop: 1.22.0 -> 1.23.0 2019-03-22 01:35:03 +01:00
R. RyanTM
732393955e bitlbee: 3.5.1 -> 3.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bitlbee/versions
2019-03-20 23:35:54 -07:00
worldofpeace
23568a1ed3 wire-desktop: 3.6.2885 -> 3.7.2891
Wire uses Electron 4.08 and support for i686-linux
has been dropped in 4.0  [0]

Release Notes:
https://medium.com/wire-news/linux-3-7-2891-edc6f663c0b2

Changelog:
https://github.com/wireapp/wire-desktop/compare/linux/3.6.2885...linux/3.7.2891

[0]: https://electronjs.org/blog/linux-32bit-support
2019-03-20 23:10:33 -04:00
Michael Weiss
61e59fbba0
tdesktop: 1.6.0 -> 1.6.1
tdesktopPackages.preview: 1.6.0 -> 1.6.1
2019-03-20 20:59:49 +01:00
Jörg Thalheim
03050e9749
dino: 2019-02-06 -> 2019-03-07 2019-03-19 10:57:35 +00:00
Michael Weiss
101901649b
tdesktop: 1.5.15 -> 1.6.0
tdesktopPackages.preview: 1.5.18 -> 1.6.0
2019-03-18 20:46:42 +01:00
markuskowa
4c268dcabc
Merge pull request #57501 from r-ryantm/auto-update/wavebox
wavebox: 4.7.1 -> 4.7.3
2019-03-17 12:05:59 +01:00
Michael Weiss
da1a2b1eea
tdesktopPackages.preview: 1.5.17 -> 1.5.18 2019-03-16 13:48:55 +01:00
Michael Weiss
c4c37f3414
tdesktopPackages.preview: 1.5.15 -> 1.5.17 2019-03-14 12:00:08 +01:00
Paul TREHIOU
2d6c19efd6 riot-web: 1.0.1 -> 1.0.3 (#57586) 2019-03-13 23:40:44 +01:00
Jascha Geerds
ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Aria Edmonds
24c02a0f5d discord: 0.0.8 -> 0.0.9 2019-03-12 17:05:50 -04:00
R. RyanTM
a57e53d0b6 wavebox: 4.7.1 -> 4.7.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/wavebox/versions
2019-03-12 02:50:06 -07:00
Ihar Hrachyshka
6f525a52d0 turses: fix crash when starting with existing config file
Fixes #57460
2019-03-11 15:39:39 -07:00
Ihar Hrachyshka
c59d2d3419 Switch homepage for turses to louipc fork
The original repo is gone.
2019-03-11 14:15:52 -07:00
worldofpeace
2ef7d171f0
Merge pull request #57092 from Infinisil/fix/turses
turses: Fix
2019-03-08 20:27:15 -05:00
Silvan Mosberger
308dfc17ac
turses: Fix 2019-03-09 02:16:16 +01:00
Tobias Happ
4b39b04341 teamspeak_server: 3.5.1 -> 3.6.1 (#56821) 2019-03-08 22:09:35 +01:00
Jan Tojnar
57c745f530
gnome2: remove aliases 2019-03-05 15:37:45 +01:00
Will Dietz
ad3d9c0204 spectral: 2018-09-24 -> 2019-03-03
Recent redesign, features, fixes.
2019-03-03 22:15:59 -06:00
Emmanuel Rosa
dc60b62b2a skypeforlinux: 8.32.0.44 -> 8.34.0.78 2019-03-02 19:33:20 +07:00
R. RyanTM
15ff152218 baresip: 0.6.0 -> 0.6.1
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
2019-03-01 13:25:54 -08:00
Frederik Rietdijk
2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Ioannis Koutras
2e9c7418fe mattermost-desktop: refactor phases 2019-02-26 08:45:46 +02:00
Ioannis Koutras
83e8aca5d9 mattermost-desktop: 4.1.2 -> 4.2.0 2019-02-24 12:25:34 +02:00
Frederik Rietdijk
c2eac6741b Merge master into staging-next 2019-02-24 09:19:12 +01:00
devhell
9aa592e9ab profanity: Fix build (#56118) 2019-02-22 22:55:14 +02:00
worldofpeace
90e569811d
Merge pull request #56173 from worldofpeace/worldofpeace-updates
worldofpeace updates
2019-02-22 12:54:36 -05:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Vladimír Čunát
4ba49d3d6c
Merge #55988: treewide meta.platforms: linux -> unix 2019-02-22 07:59:34 +01:00
worldofpeace
8ba66c2ee1 wire-desktop: 3.5.2881 -> 3.6.2885 2019-02-21 19:36:18 -05:00
Michael Weiss
e66b8d5fb1
signal-desktop: 1.21.2 -> 1.22.0 2019-02-21 22:14:29 +01:00
Vladimír Čunát
024407bf9a
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1505754
2019-02-19 12:11:04 +01:00
Matthew Bauer
b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
Vladyslav M
358efb6694
Merge pull request #55799 from r-ryantm/auto-update/wavebox
wavebox: 4.5.10 -> 4.7.1
2019-02-19 01:06:23 +02:00
Freezeboy
8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Vladimír Čunát
f7f1a2f54e
Merge branch 'master' into staging-next
A mass darwin rebuild from master (#55784).
2019-02-17 08:05:24 +01:00
pacien
106bfcf086 riot-web: 1.0.0 -> 1.0.1 2019-02-16 09:41:50 +01:00
Frederik Rietdijk
fd48a94b62 Merge staging-next into staging 2019-02-16 09:30:46 +01:00
Frederik Rietdijk
6fe10d2779 Merge master into staging-next 2019-02-16 09:29:54 +01:00
midchildan
c400bdaa49 mikutter: drop maintainership 2019-02-15 11:55:23 -05:00
R. RyanTM
c851289dcf wavebox: 4.5.10 -> 4.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wavebox/versions
2019-02-14 20:47:10 -08:00
tilpner
d1476e21a9
riot-web: 0.17.9 -> 1.0.0 2019-02-14 19:46:57 +01:00
Frederik Rietdijk
a25d48cd4f Merge master into staging 2019-02-14 11:35:50 +01:00
Jan Tojnar
606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Michael Raskin
8384cfe455
Merge pull request #55129 from oxij/tree/move-defaults-to-package-files
all-packages.nix: move defaults to package files
2019-02-13 20:04:08 +00:00
Frederik Rietdijk
7257dedd7c Merge master into staging-next 2019-02-13 12:33:29 +01:00
Michael Weiss
c498b7004d
signal-desktop: 1.21.1 -> 1.21.2 2019-02-13 11:40:51 +01:00
Michael Weiss
cfe6277e62
tdesktop: 1.5.12 -> 1.5.15
tdesktopPackages.preview: 1.5.12 -> 1.5.15
2019-02-12 19:54:28 +01:00
Florian Klink
6dc46f3f01
Merge pull request #55566 from flokli/zoom-us-fix
zoom-us: don't set dontPatchELF
2019-02-12 09:47:07 +01:00
Robert Schütz
c7c911136f
nheko: add meta.homepage (#55472) 2019-02-12 01:05:04 +01:00
Franz Pletz
e2460a9d41
nheko: 0.6.2 -> 0.6.3 2019-02-11 22:46:07 +01:00
Florian Klink
109966d63e zoom-us: don't set dontPatchELF
otherwise, autopatchelfHook seems to ignore patchelfing the zoom binary
properly, causing it to fail to start:

result/bin/zoom-us: line 4: /nix/store/7jfk4jggclvbwqxm9x4b4d57rr1mjh9q-zoom-us-2.7.162522.0121/share/zoom-us/zoom: No such file or directory
2019-02-11 16:10:35 +01:00
Michael Weiss
9905c44eca
tdesktop: 1.5.11 -> 1.5.12
tdesktopPackages.preview: 1.5.11 -> 1.5.12
2019-02-10 20:38:20 +01:00
Matthew Bauer
5c09d977c7 Merge remote-tracking branch 'origin/master' into staging 2019-02-09 12:14:06 -05:00
Michael Weiss
fcbcd327e5
signal-desktop: 1.21.0 -> 1.21.1 2019-02-09 00:48:15 +01:00
Jörg Thalheim
c871a5cdf7
Merge pull request #54426 from ivan/init-signal-cli
signal-cli: init at 0.6.2
2019-02-07 00:20:38 +00:00
Michael Weiss
e4156fb421
signal-desktop: 1.20.0 -> 1.21.0 2019-02-06 20:56:19 +01:00
Jörg Thalheim
0028bad962
dino: 2018-11-29 -> 2019-02-06 2019-02-06 00:55:47 +00:00
Jan Malakhovski
6cb5666bdb profanity: move defaults to package file 2019-02-03 15:30:17 +00:00
Michael Weiss
bc845dee8a
tdesktop: 1.5.9 -> 1.5.11
tdesktopPackages.preview: 1.5.9 -> 1.5.11
2019-02-02 13:29:11 +01:00
Will Dietz
c8e56ddb27 zoom-us: 2.6.149990.1216 -> 2.7.162522.0121 (#54969)
zoom-us: 2.6.149990.1216 -> 2.7.162522.0121
zoom-us: don't look for ZXMPPROOT.cer, no longer exists.
2019-02-01 14:44:52 +02:00
Michael Weiss
95a18ab60b
tdesktop: 1.5.8 -> 1.5.9
tdesktopPackages.preview: 1.5.8 -> 1.5.9
2019-02-01 12:20:46 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging 2019-02-01 09:42:53 +01:00
Robert Schütz
f94e0252f3
Merge pull request #54817 from aszlig/gajim-1.1
gajim: 1.0.3 -> 1.1.2
2019-01-31 11:40:01 +01:00
aszlig
32b3615f60 gajim: 1.0.3 -> 1.1.2
The list of upstream changes is huge, so I'm not pasting it here in the
commit message, but here is the upstream URL:

  https://dev.gajim.org/gajim/gajim/blob/gajim-1.1.2/ChangeLog

One of the most visible updates are the design changes for various
dialogs and the Emoji overhauls.

On our end, we now need three more dependencies, namely cssutils,
precis-i18n and keyring, which I added accordingly.

In addition, the test runner is now integrated into setup.py, which we
now use.

I also cleaned up the package expression a bit, eg. it's no longer
wrapped in a big "with lib;", so that "nix-instantiate --parse" is able
to detect attribute errors (which is very useful if you have editor
integration).

Signed-off-by: aszlig <aszlig@nix.build>
2019-01-31 11:16:24 +01:00
Alyssa Ross
b2f677720a
Merge pull request #54945 from nyanloutre/riot-update
riot-web: 0.17.8 -> 0.17.9
2019-01-30 18:59:59 +00:00
nyanloutre
59efe8ab45 riot-web: 0.17.8 -> 0.17.9 2019-01-30 15:50:34 +01:00
Pascal Wittmann
4a200fbbf0
Merge pull request #54895 from Nadrieril/update-bitlbee-facebook
bitlbee-facebook: 1.1.2 -> 1.2.0
2019-01-30 10:47:22 +01:00
Nadrieril
8e0832ff79 bitlbee-facebook: 1.1.2 -> 1.2.0 2019-01-29 19:28:34 +01:00
Matthew Bauer
92f0f8dd68 Merge remote-tracking branch 'NixOS/master' into staging 2019-01-27 00:01:13 -05:00
Jörg Thalheim
ba34ffc665
Merge pull request #54619 from Mic92/remove-wkennington
treewide: remove wkennington as maintainer
2019-01-26 23:37:27 +00:00
Elis Hirwing
5aecdfcdfc
Merge pull request #54547 from Gerschtli/update/ts3-server
teamspeak_server: 3.5.0 -> 3.5.1
2019-01-26 12:47:06 +01:00