Alexey Shmalko
055140069d
Merge pull request #51973 from peterhoeg/u/freerdp
...
freerdp: 2.0.0-rc3 -> 2.0.0-rc4
2018-12-15 02:54:42 +02:00
Averell Dalton
561959bab8
x2goclient: 4.1.2.1 -> unstable-2018-11-30, fix build
2018-12-05 20:38:08 -05:00
Frederik Rietdijk
1828a5c5ba
Merge master into staging-next
2018-11-30 17:46:21 +01:00
Matthew Bauer
c0a804c747
treewide: add dontUseImakeConfigure where needed
...
We need to set dontUseImakeConfigure in a few places to prevent imake
from overriding the default configure phase. This packages all have a
configure script that needs to get run:
- Xaw3d
- R
- tkgate
- ssvnc
2018-11-28 20:14:45 -06:00
Peter Hoeg
1d3a243a25
freerdp: 2.0.0-rc3 -> 2.0.0-rc4
2018-11-22 10:32:53 +08:00
Jörg Thalheim
e354db0f6f
Merge branch 'staging' into auto-update/remmina
2018-11-18 10:45:23 +00:00
R. RyanTM
c79d621a11
remmina: 1.2.32 -> 1.2.32.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/remmina/versions
2018-11-18 01:52:55 -08:00
zimbatm
cef08f162e
remmina: use pname instead of name
...
Co-Authored-By: Synthetica9 <git@hilhorst.be>
2018-11-06 00:17:04 +01:00
Jan Tojnar
1d077e6286
remmina: fix version
2018-11-05 00:09:22 +01:00
Jan Tojnar
b4c54485bf
remmina: clean up
...
Desktop file is included now, so no need to create it manually.
libgnome-keyring is not used anymore, libsecret replaced it.
2018-10-28 11:10:08 +01:00
Renato Alves
7cd0cec3f4
freerdp: 2.0.0-rc2 -> 2.0.0-rc3
2018-10-20 16:53:15 +02:00
Jan Malakhovski
9f32d79ef4
remmina: reindent
2018-10-19 19:14:31 +00:00
Jan Malakhovski
972ec8b3be
remmina: make gnome support optional
...
There's no runtime option to disable GNOME stuff, and storing things in
GNOME Keyring is very inconvenient for non-GNOME users.
2018-10-19 19:14:25 +00:00
Jan Malakhovski
8ec6322711
remmina: remove webkitgtk dependency
...
It was used by "survey" module which was removed in revision
d97920eb9b32dbe17b85f8eff12928d26c19fd3d of their repository
on 2016-12-13.
Meanwhile, WebKit plugin is a separate package
https://aur.archlinux.org/packages/remmina-plugin-webkit/
not packaged in nixpkgs.
2018-10-19 19:12:36 +00:00
R. RyanTM
91638e161e
remmina: 1.2.31.4 -> 1.2.32
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions
2018-10-14 09:01:22 +02:00
R. RyanTM
43c8aa89a6
remmina: 1.2.31.3 -> 1.2.31.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
remmina
2018-09-06 12:44:14 -07:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04: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
R. RyanTM
70636aa397
remmina: 1.2.31.2 -> 1.2.31.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/remmina/versions .
2018-08-23 21:19:10 -07:00
Matthew Bauer
fca6cdc362
Merge pull request #44632 from matthewbauer/putty
...
Support building putty for windows
2018-08-10 12:41:36 -04:00
R. RyanTM
bf1b50cbc8
remmina: 1.2.30.1 -> 1.2.31.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/remmina/versions .
2018-08-08 06:45:41 -07:00
Matthew Bauer
b744586c7b
putty: build on windows
2018-08-07 14:17:11 -04:00
Maximilian Bosch
3d7b147a2c
citrix_receiver: drop all packages below 13.8
...
All Citrix versions until 13.7 will be EOLed during the lifetime of
18.09: https://www.citrix.co.uk/support/product-lifecycle/milestones/receiver.html
2018-08-06 15:17:14 +02:00
Maximilian Bosch
10b2208ec5
citrix_receiver: allow custom certs and hooks for the installation
...
Sometimes it's required to modify some parts of the Citrix build on
their own which is why `{pre,post}Install` hooks can be quite helpful.
Additionally some corporate clients use their own certificates that
aren't stored as trusted ones in the `cacert` package with all of the
trusted certs by Mozilla.
Now it's possible to add custom certs like this:
``` nix
with import <nixpkgs> { config.allowUnfree = true; };
let path = ../../Downloads/custom-corporate-cert.pem; in
citrix_receiver.override {
extraCerts = [ path ];
}
```
2018-08-06 15:16:16 +02:00
volth
cc55a3ebcb
treewide: fix build with disallowed aliases ( #43872 )
...
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Vladimír Čunát
0f01215203
Merge branch 'master' into staging-next
...
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
R. RyanTM
a45053c175
x2goclient: 4.1.2.0 -> 4.1.2.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/x2goclient/versions .
2018-07-10 21:08:01 -07:00
Peter Hoeg
be3ee6f440
anydesk: fix application shortcut
2018-07-09 00:03:41 +08:00
volth
ed5a676c7a
xrdp: 0.9.5 -> 0.9.7 ( #43041 )
2018-07-05 00:15:47 +02:00
Vladimír Čunát
c1ffc65d1a
Merge branch 'master' into staging
...
This apparently fixes some broken src fetches (gnuradio, twisted).
2018-07-02 11:10:26 +02:00
Vladimír Čunát
f7781f5293
Merge branch 'master' into staging
2018-06-30 01:41:59 +02:00
obadz
79b33a2c00
citrix-receiver: 13.9.1 -> 13.10.0
2018-06-29 21:33:09 +01:00
obadz
a046d8c873
citrix-receiver: override libidn 1.35 back to 1.34 just for this binary pkg
2018-06-29 21:33:07 +01:00
Jan Tojnar
3784fd5e46
pcsclite: split package
2018-06-29 04:40:54 +02:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Averell Dalton
8e81c7c7a6
x2goclient: 4.1.1.1 -> 4.1.2.0
2018-06-23 23:32:50 +02:00
Averell Dalton
67e13d60c4
x2goclient: fix build with qt 5.11
2018-06-22 17:32:07 +02:00
Ryan Mulligan
df74d3720a
remmina: 1.2.0-rcgit.24 -> 1.2.30.1
...
The project moved to GitLab.
Add @ryantm and @melsigl as maintainers. Melsigl from
https://github.com/NixOS/nixpkgs/pull/41549
Closes #41549
2018-06-17 05:59:38 -07:00
obadz
34d3a97ec6
citrix-receiver: add workaround to #41279
2018-06-09 15:20:03 +01:00
obadz
62f4cc349b
citrix-receiver: fix default version
2018-06-09 15:19:48 +01:00
John Ericson
db4d77779c
Merge remote-tracking branch 'upstream/master' into staging
2018-05-21 20:21:48 -04:00
averelld
e92d68e3ab
x2goclient: qt4 -> qt5 ( #40811 )
2018-05-20 21:53:45 +02:00
Vladimír Čunát
392e6de7d0
Merge branch 'master' into staging
2018-05-20 13:20:53 +02:00
averelld
b998139b85
x2goclient: 4.1.0.0 -> 4.1.1.1 ( #40793 )
2018-05-19 23:46:26 +02:00
John Ericson
2c5d915200
Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging
2018-05-13 01:02:09 -04:00
obadz
204049763b
citrix-receiver: 13.9.0 -> 13.9.1
2018-05-12 14:03:49 +01:00
Matthew Justin Bauer
eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions
2018-05-02 15:40:38 -05:00
Matthew Bauer
a7d5c50034
all-packages: cleanup from last commit
2018-05-01 13:54:51 -05:00
xeji
9badee01c1
teamviewer 12.0.90041 -> 13.1.3026
...
bump, move to qt5, drop i686 support
2018-04-27 00:45:32 +02:00