Jonathan Ringer
87f5e32e22
anydesk: add pciutils
...
The application will shell out to execute lspci
2021-06-07 10:41:18 -07:00
Otavio Salvador
306d756ea9
anydesk: Add minizip as buildInputs
...
The anydesk links to minizip now; fix runtime error.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-12 09:22:20 -03:00
Otavio Salvador
fbf1c83c0b
anydesk: 6.1.0 -> 6.1.1
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-05 22:48:26 -03:00
Otavio Salvador
83e1c6ccc2
anydesk: Add auto-update support
...
This allow auto-update of the package and reduce maintenance burden.
Refs: #80979
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-02-06 15:27:24 -03:00
Otavio Salvador
25b397e27c
anydesk: 6.0.1 -> 6.1.0
...
The release has dropped i386-linux support so we reworked the code to
reflect this change, dropping some indirections.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-02-03 16:23:23 -03:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
R. RyanTM
e0cb1ac4a7
anydesk: 6.0.0 -> 6.0.1
2020-09-07 13:07:34 +00:00
Maciej Krüger
0f01fa0d41
anydesk: 5.5.6 -> 6.0.0
2020-08-19 14:10:55 -07:00
zowoq
c7e61112df
treewide: remove deprecated value Application
from makeDesktopItem
2020-06-25 12:18:37 +10:00
R. RyanTM
108e001da4
anydesk: 5.5.5 -> 5.5.6
2020-05-20 08:01:21 +00:00
R. RyanTM
d961cd7c1b
anydesk: 5.5.4 -> 5.5.5
2020-05-04 19:53:27 -07:00
R. RyanTM
65a3a51257
anydesk: 5.5.2 -> 5.5.4
2020-03-04 17:41:13 +00:00
R. RyanTM
5b51c88b5b
anydesk: 5.5.1 -> 5.5.2
2020-02-19 17:05:53 +00:00
Jan Tojnar
6c73f25885
anydesk: remove pangox dependency
...
Likely just dependency of `gtkglext` since it is not listed in the readme.
For some reason, --remove-needed does not seem to work with the first patchelf invocation so I had to do it separately.
2019-12-24 16:11:23 +01:00
Daniel Jour
59f9137d69
anydesk: Provide alternative URL
...
anydesk moves tar archives of older versions into a sub folder linux-generic, which breaks this package. Use two URLs to take care of both recent and older versions.
2019-12-12 22:04:27 +01:00
Maciej Krüger
1c61444e17
anydesk: 5.5.0 -> 5.5.1
2019-12-08 06:23:21 +01:00
Frederik Rietdijk
d14baf7747
Merge master into staging-next
2019-11-30 08:57:28 +01:00
Maciej Krüger
b896e929f6
fix: anydesk
2019-11-27 20:25:03 -08:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined
2019-11-18 20:10:43 +00:00
Alberto Berti
935c56b785
AnyDesk 5.1.2 -> 5.4.1
...
(#72399 )
2019-11-09 22:34:39 +01:00
Martin Weinelt
deee216d42
anydesk: add pulseaudio to buildInputs
...
Audio support requires libpulse.so and the application complained
about not being able to find it.
2019-10-20 18:02:03 +02:00
Shreyansh Khajanchi
f57d39855f
anydesk: fix icons ( #71250 )
2019-10-17 23:33:43 +02:00
Soner Sayakci
db8704bfe7
anydesk: 4.0.1 -> 5.1.2
2019-10-01 17:27:17 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
worldofpeace
b1bc0645ea
gdk-pixbuf: rename from gdk_pixbuf
2019-07-22 18:50:57 -04:00
Peter Hoeg
e7f6bfea32
anydesk: fix homepage
2019-04-10 22:47:33 +08:00
Alberto Berti
80cac27461
anydesk: 2.9.4 -> 4.0.1
2019-01-09 14:45:29 +01: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
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Peter Hoeg
be3ee6f440
anydesk: fix application shortcut
2018-07-09 00:03:41 +08:00
Peter Hoeg
e10d7655dc
anydesk: init at 2.9.4
2017-07-28 16:05:35 +08:00