about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-03-17wire-desktop: mac 3.21.3959 -> 3.23.4046toonn1-2/+2
2021-03-17wire-desktop: linux 3.22.2937 -> 3.23.2938toonn1-2/+2
2021-03-05wire-desktop: Add missing phase hookstoonn1-1/+23
2021-03-05wire-desktop: linux 3.21.2936 -> 3.22.2937toonn1-2/+2
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-10-30wire-desktop: mac 3.20.3912 -> 3.21.3959toonn1-2/+2
2020-10-30wire-desktop: linux 3.20.2934 -> 3.21.2936toonn1-2/+2
2020-10-07wire-desktop: mac 3.18.3728 -> 3.20.3912toonn1-2/+2
2020-10-07wire-desktop: linux 3.18.2925 -> 3.20.2934toonn1-2/+2
2020-09-02wire-desktop: Add libdbusmenu dependencyLana Black1-0/+2
Allows using global menu in various desktop environments.
2020-08-13wire-desktop: use lib.getLib udev instead of udev.libFlorian Klink1-1/+2
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-06wire-desktop: mac 3.18.3728 -> 3.19.3799toonn1-2/+2
2020-08-06wire-desktop: linux 3.18.2925 -> 3.19.2928toonn1-2/+2
2020-06-02wire-desktop: mac 3.17.3666 -> 3.18.3728toonn1-2/+2
2020-06-02wire-desktop: linux 3.17.2924 -> 3.18.2925toonn1-2/+2
2020-05-06wire-desktop: mac 3.16.3630 -> 3.17.3666toonn1-2/+2
2020-05-05wire-desktop: linux 3.16.2923 -> 3.17.2924toonn1-2/+2
2020-04-06wire-desktop: mac 3.15.3621 -> 3.16.3630toonn1-3/+3
2020-03-27Merge pull request #82664 from toonn/wire-desktop-bumpFlorian Klink1-5/+5
wire-desktop: linux 3.12.2916 -> 3.15.2922, mac 3.12.3490 -> 3.15.3621
2020-03-26wire-desktop: linux 3.15.2922 -> 3.16.2923toonn1-2/+2
2020-03-24wire-desktop: Fix StartupWMClassArian van Putten1-1/+1
With quotes it doesn't match the Wire's screen, causing the window to not be grouped under its icon in Gnome.
2020-03-15wire-desktop: linux 3.12.2916 -> 3.15.2922toonn1-2/+2
2020-03-15wire-desktop: mac 3.12.3490 -> 3.15.3621toonn1-3/+3
2020-01-03wire-desktop: linux 3.11.2912 -> 3.12.2916toonn1-2/+2
2020-01-03wire-desktop: mac 3.10.3215 -> 3.12.3490toonn1-2/+2
2019-12-15wire-desktop: fix desktop iconRobert Djubek1-1/+4
Update the Name attribute in the wire-desktop.desktop applications file and add StartupWMClass key. This fixes the icons on plasma5 and gnome3 which, in certain places, showed a generic X.org icon instead of the Wire icon.
2019-11-28wire-desktop: fix a segfault when changing profile pictureRobert Djubek1-44/+58
(wire-desktop:11531): GLib-GIO-ERROR **: 06:04:45.248: No GSettings schemas are installed on the system and fix Fontconfig warning: "/etc/fonts/fonts.conf", line 86: unknown element "blank" and tidied up the linux build greatly and added kiwi as a maintainer
2019-11-08wire-desktop: Add arianvp to maintainer listArian van Putten1-1/+1
2019-10-31wire-desktop: linux 3.10.2904 -> 3.11.2912toonn1-2/+2
2019-10-07wire-desktop: mac 3.10.3133 -> 3.10.3215toonn1-2/+2
2019-09-08treewide: remove redundant quotesvolth1-4/+4
2019-08-31Merge staging-next into stagingFrederik Rietdijk1-4/+4
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-27wire-desktop: 3.9.2895 -> 3.10.2904, mac 3.9.2943 -> 3.10.3133toonn1-4/+4
2019-08-26treewide: remove redundant quotesvolth1-4/+4
2019-08-04wire-desktop: add a proper throwworldofpeace1-2/+4
2019-08-03wire-desktop: fixup evaluation on other platformsVladimír Čunát1-1/+1
version (i.e. name) is evaluated strictly before meta.platforms, apparently, so let's simply hack around that, so we may eventually fix the tarball job.
2019-07-28wire-desktop: gdk_pixbuf -> gdk-pixbufworldofpeace1-2/+2
2019-07-28Merge master into staging-nextFrederik Rietdijk1-86/+115
2019-07-28wire-desktop: fix evaluating on other platformsFrederik Rietdijk1-2/+2
to unblock tarball job
2019-07-27wire-desktop: Add darwin supporttoonn1-89/+106
Wire Desktop is available for linux, mac os and windows. I figured adding darwin support would be cromulent. Note that the versions don't align 100%, this is how it's released upstream. I refactored the derivation to seperate all the linux-specific parts. I also sorted the dependencies and grouped them. The changes were based on the derivation for electron. I changed the construction from calling `mkDerivation` on a conditional merger of two sets by moving the `mkDerivation` calls into the conditional and up to the local bindings for `linux` and `darwin`. This required moving `pname` and `meta` up to local bindings.
2019-07-27wire-desktop: expand metatoonn1-3/+15
Added a `longDescription` and `downloadPage`. Also added myself to `maintainers`. I fixed up the `license` because it's actually GPLv3 *or later*. Note that terms and conditions apply though I don't feel like they violate the GPL-ness of the code.
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2019-04-16wire-desktop: 3.7.2891 -> 3.9.2895R. RyanTM1-2/+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/wire-desktop/versions
2019-03-20wire-desktop: 3.6.2885 -> 3.7.2891worldofpeace1-56/+48
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-02-21wire-desktop: 3.5.2881 -> 3.6.2885worldofpeace1-7/+7
2019-01-03wire-desktop: 3.3.2872 -> 3.5.2881Mikhail Klementev1-9/+11
2018-11-10wire-desktop: don't explicitly set phasesworldofpeace1-2/+5
part of #28910
2018-10-06wire-desktop: 3.2.2840 -> 3.3.2872 (#47941)worldofpeace1-22/+24
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-2/+2
It is deprecated and will be removed after 18.09.