Commit graph

27048 commits

Author SHA1 Message Date
(cdep)illabout 8ccfb99ac0
Add a derivation that downloads the virtualbox extension pack. 2018-08-08 23:22:02 +09:00
Yannik Sander 122c5f9142 solaar: 0.9.2 -> 2018-02-02
* solaar: add unreleased but supported master branch version

* package naming

* also include name change in all-packages

* replace solaar stable package with master branch due to outdated release
2018-08-08 06:23:40 -07:00
Jörg Thalheim 04729aa087
Merge pull request #44701 from r-ryantm/auto-update/qsynth
qsynth: 0.5.1 -> 0.5.2
2018-08-08 11:49:55 +01:00
R. RyanTM 1cb074bed0 qsynth: 0.5.1 -> 0.5.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/qsynth/versions.
2018-08-08 03:03:33 -07:00
rnhmjoj 62eb7c102f
ranger: use python3 2018-08-08 02:20:53 +02:00
Austin Seipp d3b51ab973 libtorrentRasterbar: multi outputs, install python2/3 bindings
Also fixes the Deluge build, which relied on .out and .python
being the same.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
jpathy 07fad592c5 cantata: 2.2.0 -> 2.3.2 (#44514)
Removed merged patch.
2018-08-08 00:55:30 +02:00
Robert Schütz b35238f909
Merge pull request #44510 from fgaz/pybitmessage
pybitmessage: 0.6.2 -> 0.6.3.2
2018-08-07 23:59:44 +02:00
leenaars 4150a65b17 animbar: init at 1.2 (#44608) 2018-08-07 23:39:29 +02:00
jpathy 11a1c5cf6c Palemoon: 27.9.2 -> 27.9.4 (#44502)
* Palemoon update to 27.9.4

* fix hash

* disable format-security
2018-08-07 23:38:14 +02:00
Tobias Happ 5e21b90616 dwm-status: 1.1.1 -> 1.1.2 (#44609) 2018-08-07 22:09:35 +02:00
Michael Weiss 57a429d0dc androidStudioPackages.{dev,canary}: 3.3.0.3 -> 3.3.0.4 2018-08-07 20:02:16 +02:00
Daniel Poelzleithner a80c24e519 bitwig-studio: 2.3.2 -> 2.3.5 (#44579) 2018-08-07 18:40:19 +01:00
Timo Kaufmann 291018b34e arb: 2.13.0 -> 2.14.0 (#44600) 2018-08-07 16:38:34 +02:00
Sarah Brofeldt f95c2644eb
Merge pull request #44594 from udono/update_tryton_4_8
tryton: 4.8.3 -> 4.8.4, trytond: 4.8.2 -> 4.8.3
2018-08-07 11:32:37 +02:00
adisbladis 5d89077f70
go-ethereum: 1.8.11 -> 1.8.13 2018-08-07 17:17:32 +08:00
Michael Weiss bd012413e4 android-studio: 3.1.3.0 -> 3.1.4.0 2018-08-07 11:07:18 +02:00
adisbladis a4a2648ad8
overmind: 1.1.1 -> 2.0.0.beta1 2018-08-07 16:58:01 +08:00
Udo Spallek b07e617585 trytond: 4.8.2 -> 4.8.3 2018-08-07 09:43:01 +02:00
Udo Spallek da670ed297 tryton: 4.8.3 -> 4.8.4 2018-08-07 09:43:01 +02:00
adisbladis 16a44f8cfe
firefox-beta-bin: 62.0b14 -> 62.0b15 2018-08-07 14:17:13 +08:00
adisbladis e346db09d3
firefox-devedition-bin: 62.0b14 -> 62.0b15 2018-08-07 14:17:00 +08:00
Jörg Thalheim 893b080e56
Merge pull request #44522 from Ma27/allow-citrix-custom-certs
citrix_receiver: allow custom certs and hooks for the installation
2018-08-07 01:29:49 +01:00
Jörg Thalheim 3a609282a7
Merge pull request #44569 from xeji/p/drop-vimNox
vimNox: drop
2018-08-07 01:26:47 +01:00
symphorien 0ca40a51c7 gwyddion, ripser: fix derivation name (#44577) 2018-08-07 01:21:53 +02:00
Uli Baum 9f96ec8b03 vimNox: drop
not updated since 2012, see #40876
2018-08-06 21:36:00 +02:00
Peter Simons 37adba4045
Merge pull request #44543 from peterhoeg/u/emacs
emacs: make a number of melpa packages work again
2018-08-06 17:39:09 +02: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
Pascal Wittmann 0efd8a8f70
remove jumanji
jumanji isn't activly developed since the end of 2015
and uses an insecure and old version of webkit.
2018-08-06 12:57:17 +02:00
Peter Hoeg 9823e4caa7 emacs-magit-annex: git was missing 2018-08-06 17:09:26 +08:00
Silvan Mosberger 373d727793
Merge pull request #44412 from dotlambda/ams-lv2-python3
ams-lv2: use python3
2018-08-05 23:46:44 +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
Michael Raskin 75cb04672f
Merge pull request #44508 from timokau/cddlib-0.94j
cddlib: 0.94i -> 0.94j
2018-08-05 19:03:47 +00:00
Timo Kaufmann 0a44ff7676 cddlib: 0.94i -> 0.94j
cddlib was autotoolized, incorporated equivalents to the sage patches
and moved to GitHub.
2018-08-05 19:02:45 +02:00
Frank Doepper 4082e94b5c shotcut: 18.06.02 -> 18.08 (#44463)
and fix SHOTCUT_VERSION
2018-08-05 18:19:42 +02:00
Michael Raskin 6b0234942b
Merge pull request #44501 from timokau/sage-native-pari
sage: don't override pari
2018-08-05 15:14:00 +00:00
Jörg Thalheim bb76f9a210 atom: gtk3 should be in buildInputs 2018-08-05 15:35:35 +01:00
Yannik Sander 57d5e2b20d atom: fix crash on Glib-GIO-ERROR
include gtk3 to fix atom's path such that file open dialogs wont cause atom to crash due to missing GIO files
2018-08-05 15:30:30 +01:00
Jens Binkert f5cf11b2f1 openshift: 3.9.0 -> 3.10.0 (#44484) 2018-08-05 16:28:45 +02:00
Timo Kaufmann 30c822189d sage: don't override pari
Sage assumes that pari does not use threads. However instead of
disabling them at compile time, we can diable them at runtime instead.
As a result, sage doesn't need its own version of pari anymore. That
means less rebuilds, less complexity and easier debugging.
2018-08-05 13:48:14 +02:00
Daiderd Jordan 78e2e32972
Merge pull request #43612 from Enzime/add/mpv-app-bundle
mpv: build and install macOS App Bundle
2018-08-05 13:29:54 +02:00
Michael Weiss c3266a03a8 tdesktopPackages.preview: 1.3.11 -> 1.3.12 2018-08-05 11:56:10 +02:00
Michael Raskin 58384b1dd0 scilab-bin: 5.5.2 -> 6.0.1 2018-08-05 11:27:35 +03:00
markuskowa 01eb4cd70e rtl_433: 2018-02-23 -> 18.05 (#44453) 2018-08-05 00:25:33 +02:00
Vladyslav M da6cbc3a44 gutenberg: 0.3.4 -> 0.4.0 (#44475) 2018-08-05 00:24:13 +02:00
Benjamin Saunders 606a260f3b renderdoc: 1.0 -> 1.1 (#44474) 2018-08-05 00:02:57 +02:00
Bignaux Ronan 0bc6225bb4 cadence: init at 0.9.0 (#44281) 2018-08-04 23:05:42 +02:00