Samuel Leathers
5d7fd7e7fa
mailhog: init at 1.0.0 ( #26821 )
...
* mailhog: init at 1.0.0
* formatting nitpicks
2017-06-24 17:05:34 +01:00
Hector Jusforgues
6bb5e991ab
perl-packages: fix typo in comment ( #26819 )
2017-06-24 16:25:19 +01:00
Thomas Tuegel
22b10bac78
qt5: 5.8.0 -> 5.9.0
...
Qt 5.8 is immediately removed because its support window is ended.
The qtlocation module is built with `enableParallelBuilding = false` so that the
clipper library will be built before the components which link to it.
kjs now depends directly on pcre. The dependency was previously propagated from
qtbase, which now depends on pcre2.
2017-06-24 07:43:57 -05:00
Peter Hoeg
276adb96fa
heimdall: 1.4.1 -> 1.4.2
2017-06-24 12:49:11 +08:00
John Ericson
87fab3d6a5
Merge some merged cross-compilation PRs into into staging
2017-06-23 20:24:27 -04:00
Daiderd Jordan
dc1ae6f18d
erlang: use R18 for packages that don't work with R19
2017-06-24 01:52:31 +02:00
Daiderd Jordan
39497df1ef
erlang: change default R18 -> R19
2017-06-24 01:52:24 +02:00
aszlig
06271b6eba
krita: Fix build dependencies
...
First of all, we need a newer version of Vc, because at least version
1.1.0 is required for Krita 3.1.3.
Also, qtmultimedia and qtx11extras were missing.
Built and tested successfully on my machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @abbradar
2017-06-23 22:15:05 +02:00
Daiderd Jordan
0fafa0d7d7
erlang: remove erlangR16 and all versioned variants from all-packages
...
Fixes #24047
All of the variants are still available in the beam.interpreters attrset.
2017-06-23 19:58:05 +02:00
Daiderd Jordan
54a370ff5f
beam-packages: add erlangR20
2017-06-23 19:42:31 +02:00
Daiderd Jordan
b0b5911fc1
Merge pull request #26764 from mdaiter/erlangR20
...
erlangR20: init
2017-06-23 19:37:49 +02:00
Frederik Rietdijk
cb0851d5fa
Merge pull request #26714 from siddharthist/flask-restplus
...
flask-restplus: update to 0.10
2017-06-23 19:19:11 +02:00
John Ericson
afd2bdbad2
Merge pull request #26007 from obsidiansystems/cc-wrapper-prefix
...
Get rid of gcc-cross-wrapper
2017-06-23 11:22:34 -04:00
Matthew Daiter
d79b4766a5
erlangR20: init
2017-06-23 12:51:58 +02:00
Alexandre Peyroux
be2b6c2e47
gramalecte: init at v0.5.17
2017-06-23 11:21:40 +02:00
Peter Jones
aa3f37ceed
pythonPackages.intelhex init at 2.1
2017-06-23 10:54:48 +02:00
Frederik Rietdijk
a807c96e20
Merge pull request #26752 from rnhmjoj/graphviz
...
pythonPackages.pygraphviz: fix build
2017-06-23 10:40:01 +02:00
John Ericson
f55ccbb60f
xbursttools: Fix eval at least so tests pass
2017-06-22 17:53:52 -04:00
John Ericson
bb7067f882
mingw-w64: Clean up, especially clarifying staging
2017-06-22 17:53:51 -04:00
John Ericson
594d264205
cross stdenv adaptor: Support --host --build --target across the board
...
Packages get --host and --target by default, but can explicitly request
any subset to be passed as needed. See docs for more info.
rustc: Avoid hash breakage by using the old (ignored)
dontSetConfigureCross when not cross building
2017-06-22 17:52:28 -04:00
John Ericson
9bfd03eff7
cross stdenv adaptor: Remove ccCross
binutils
attrs and binutils extra buildDepends
...
It now has the correct wrapped tools and nothing else is needed.
2017-06-22 17:52:28 -04:00
John Ericson
121e7d9335
gcc-cross-wrapper: Remove in favor of newly-cross-supporting cc-wrapper
2017-06-22 17:52:28 -04:00
Daiderd Jordan
aba574c4fa
Merge pull request #26668 from gleber/fixpoint-erlang-packages
...
erlang: refactor: build packages per Erlang/OTP version.
2017-06-22 21:49:30 +02:00
Robert Hensing
86dc6469ba
arelle: init at 2017-06-01
2017-06-22 21:37:15 +02:00
Will Dietz
1e9a9ba149
creduce: 2.6.0 -> 2.7.0, now uses LLVM 4
2017-06-22 07:47:53 -05:00
rnhmjoj
d8027bd9c4
pythonPackages.pygraphviz: fix build
2017-06-22 13:33:30 +02:00
David Izquierdo
aa2b643e4b
tdesktop: 1.0.27 -> 1.1.7
2017-06-22 09:20:51 +02:00
aszlig
7c0f6f4be5
pyopenssl: 16.2.0 -> 17.0.0 and fix tests
...
Upstream changes:
* Added OpenSSL.X509Store.set_time() to set a custom verification time
when verifying certificate chains. pyca/pyopenssl#567
* Added a collection of functions for working with OCSP stapling. None
of these functions make it possible to validate OCSP assertions, only
to staple them into the handshake and to retrieve the stapled
assertion if provided. Users will need to write their own code to
handle OCSP assertions. We specifically added:
Context.set_ocsp_server_callback, Context.set_ocsp_client_callback,
and Connection.request_ocsp. pyca/pyopenssl#580
* Changed the SSL module's memory allocation policy to avoid zeroing
memory it allocates when unnecessary. This reduces CPU usage and
memory allocation time by an amount proportional to the size of the
allocation. For applications that process a lot of TLS data or that
use very lage allocations this can provide considerable performance
improvements. pyca/pyopenssl#578
* Automatically set SSL_CTX_set_ecdh_auto() on OpenSSL.SSL.Context.
pyca/pyopenssl#575
* Fix empty exceptions from OpenSSL.crypto.load_privatekey().
pyca/pyopenssl#581
The full upstream changelog can be found at:
https://pyopenssl.readthedocs.io/en/17.0.0/changelog.html
I've also added a patch from pyca/pyopenssl#637 in order to fix the
tests, which was the main reason for the version bump because that patch
won't apply for 16.2.0.
According to the upstream changelog there should be no
backwards-incompatible changes, but I've tested building against some of
the packages depending on pyopenssl anyway. Regardless of this, the
build for pyopenssl fails right now anyway, so the worst that could
happen via this commit would be that we break something that's already
broken.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-06-22 01:30:10 +02:00
Franz Pletz
aab71b31d5
linux: patch CVE-2017-1000364 (stack clash)
2017-06-22 00:44:28 +02:00
Franz Pletz
dd3f2e648a
linux_hardened_copperhead: init at 4.11.6.c
2017-06-21 23:49:00 +02:00
Shea Levy
a21ddfb158
pythonPackages.bcdoc: Disable tests
2017-06-20 16:08:47 -04:00
Isaac Shapira
6fd606bdf3
awscli: 1.11.95 -> 1.11.105
2017-06-20 14:00:14 -06:00
John Children
ea440eae21
antlr4_7: init at 4.7
...
Includes a more recent version of antlr to nixpkgs. Previous
versions exist already, but version 4 brings many changes
to the generated code and runtime targets.
The install location has been changed from previous versions
of antlr to make use of the set-java-classpath hook, which
is required to make use of both the runtime and the binary.
Also includes the testing rig as a script to allow graphical
inspection of parse trees.
2017-06-20 12:04:12 +01:00
Gleb Peregud
7797e1a1dd
erlang: put Elixir/LFE into per-OTP packageset.
...
This makes beam.package.erlangR19.abnf to be actually built with R19,
instead of the default R18. It means that Elixir and LFE are provided in
two versions, one built with R18 and with R19.
Please note that Elixir does not build with R16 and R17 - trying to
access beam.packages.erlang{R16,R17}.elixir will throw an error.
2017-06-19 19:58:57 +02:00
Gleb Peregud
d1b9c9d2cd
erlang: refactor: build packages per Erlang/OTP.
...
This change introduces a fixpoint, which allows to do deep override when
building packages defined in pkgs/development/beam-modules/default.hex.
This allows to provide beam.packages.erlang{,R16,R17,R18,R19} which
contains the same packages built with different Erlang/OTP versions.
Top-level attribute beamPackages points at beam.packages.erlangR18, the
same applies to other top-level Erlang packages.
TODO:
- beam.packages.erlang{R16,R17} is almost useless, since rebar/rebar3
does not build using these versions;
- all packages in beam.packages which use buildMix are actually built
with erlangR18;
- update documentation.
2017-06-19 19:53:15 +02:00
goibhniu
7d747e1b16
Merge pull request #26626 from magnetophon/jackaudio
...
jackaudio: 1.9.10 -> 1.9.11-RC1
2017-06-19 16:44:59 +02:00
Florian Jacob
55844c8380
piwik & piwik service: init at 3.0.4
2017-06-19 16:00:17 +02:00
Joachim F
babfd23364
Merge pull request #26663 from vandenoever/musescore
...
musescore: 2.0.3 -> 2.1.0
2017-06-19 14:29:03 +01:00
Bart Brouns
9d0441434d
jackaudio: 1.9.10 -> 1.9.11-RC1
2017-06-19 15:11:41 +02:00
rnhmjoj
7f89293051
gnash: init at 0.8.11-2017-03-08
2017-06-19 15:08:57 +02:00
Domen Kožar
56be4bee34
cabal-install: fix closure size on OSX
2017-06-19 13:55:05 +02:00
Jörg Thalheim
ce3273708b
Merge pull request #26655 from gnidorah/master3
...
pythonPackages.ps_mem: init at 3.9
2017-06-18 16:37:14 +01:00
gnidorah
fd072b98d0
ps_mem: init at 3.9
2017-06-18 18:15:42 +03:00
Jörg Thalheim
92fc4a374f
Revert "gdbGuile: mark as broken"
...
This reverts commit 08d25152b8
.
2017-06-18 14:52:11 +01:00
Thomas Tuegel
9149faf6a9
prison: init at 5.33.0
2017-06-18 08:44:44 -05:00
Thomas Tuegel
f5c00c43bb
qgpgme: init at 1.9.0
2017-06-18 08:44:44 -05:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper
2017-06-18 08:44:42 -05:00
Thomas Tuegel
870c07cc2b
sddm: take themes from system environment
2017-06-18 08:43:39 -05:00
Thomas Tuegel
be7b7d908f
Remove kdeWrapper
2017-06-18 08:43:39 -05:00
Thomas Tuegel
7b6f8dc77f
qt5: move kdeDerivation to qt5.mkDerivation
2017-06-18 08:42:19 -05:00
Thomas Tuegel
210f688802
qt5: rename qmakeHook to qmake
2017-06-18 08:41:57 -05:00
Jörg Thalheim
08d25152b8
gdbGuile: mark as broken
...
does not compile anymore since gdb 8.0
2017-06-18 13:26:11 +01:00
Jörg Thalheim
a9aefdeac9
pythonPackages.rebulk: 0.8.2 -> 0.9.0
2017-06-18 13:18:40 +01:00
Jörg Thalheim
76ea4df5f9
pythonPackages.keystoneauth1: fix missing argparse dep
2017-06-18 11:03:13 +01:00
Jörg Thalheim
f79d21da65
oslo-config: fix argparse dependencies
2017-06-18 11:03:09 +01:00
Michiel Leenaars
b4b698248f
qstopmotion: init -> 2.3.2
2017-06-18 00:47:01 +02:00
Rushmore Mushambi
e1ec8d9e9c
Merge pull request #26658 from rushmorem/cockroach
...
cockroachdb: beta-20160915 -> v1.0.2
2017-06-18 00:46:24 +02:00
rushmorem
ec65ef744b
cockroachdb: beta-20160915 -> v1.0.2
2017-06-17 22:52:25 +02:00
Tim Steinbach
6b199db895
Merge pull request #26644 from NeQuissimus/gradle_4_0
...
gradle: 3.5 -> 4.0
2017-06-17 16:05:26 -04:00
Jörg Thalheim
b40cda750b
Merge pull request #26656 from volth/sbt-with-scala-native
...
sbt: support scala-native
2017-06-16 23:45:17 +01:00
Jörg Thalheim
61feffbe57
Merge pull request #26652 from ciil/ltris
...
ltris: init at 1.0.19
2017-06-16 23:30:00 +01:00
Jörg Thalheim
c4037ee92b
Merge pull request #26583 from mbbx6spp/init-ply-package
...
ply: init at v1-beta1(9e810b1)
2017-06-16 23:21:23 +01:00
Jos van den Oever
6ee183b7f2
musescore: 2.0.3 -> 2.1.0
2017-06-16 23:47:44 +02:00
Simon Lackerbauer
e0c1c51d73
ltris: init at 1.0.19
2017-06-16 21:37:18 +02:00
Langston Barrett
26e1664e88
flask-restplus: update to 0.10
2017-06-16 18:55:48 +00:00
Volth
b1928704d4
sbt: support build scala-native targets
2017-06-16 15:52:13 +00:00
Tim Steinbach
a4a0f30108
gradle: 3.5 -> 4.0
2017-06-16 08:29:08 -04:00
Benno Fünfstück
11b113541d
rustRegistry: 2017-05-31 -> 2017-06-16
2017-06-16 11:54:23 +02:00
Frederik Rietdijk
b127317e94
Merge pull request #26589 from georgewhewell/bump-defusedxml
...
pythonPackages.defusedxml: 0.4.1 -> 0.5.0
2017-06-16 09:23:42 +02:00
Alexey Shmalko
b521296a4c
Merge pull request #26575 from rnhmjoj/ddcutil
...
ddcutil: init at 0.8.2
2017-06-16 10:08:55 +03:00
Franz Pletz
fd0384b4c2
pythonPackages.glances: 2.9.1 -> 2.10
2017-06-16 06:17:51 +02:00
Shea Levy
517d65ec9b
Merge branch 'ghc821rc2' of git://github.com/k0001/nixpkgs
2017-06-15 16:10:07 -04:00
Renzo Carbonara
5f94d85e5e
ghc821: init at 8.2.1-rc2 (a.k.a., 8.2.0.20170507)
...
The approach taken to add this package was to port over the definitions
currently existing for HEAD, and making the necessesary changes to get
this building.
The Haskell package set associated with this compiler doesn't yet
guarantee that all or most of the packages successfully build with this
new compiler, but that will improve over time after this GHC 8.2.1
is officially released and the ecosystem catches up.
2017-06-15 19:59:38 +02:00
Frederik Rietdijk
2a24fdaee0
Merge pull request #26525 from jyp/boto-2.47
...
pythonPackages.gensim: init at 2.1.0
2017-06-15 18:57:27 +02:00
Robert Helgesson
19f8213a3e
perl-Perl-Critic: 1.126 -> 1.128
2017-06-15 15:50:19 +02:00
Jörg Thalheim
a3539d0dbc
Merge pull request #26126 from pmahoney/ocaml-core_bench
...
ocamlPackages.core_bench: init at 113.33.03
2017-06-15 13:50:10 +01:00
georgewhewell
79c24a04f1
pythonPackages.defusedxml: 0.4.1 -> 0.5.0
2017-06-15 11:31:53 +01:00
Edward Tjörnhammar
0f9a2285b8
ezquake: init at 3.0.1
2017-06-15 08:37:24 +02:00
Vladimír Čunát
4ef8313bb6
aiccu: remove leftover from 3dcecf09fc
2017-06-15 07:54:50 +02:00
Susan Potter
fdef885d97
ply: init at v1-beta1(9e810b1)
2017-06-14 17:41:42 -05:00
rnhmjoj
7ef9a9ffc1
ddcutil: init at 0.8.2
2017-06-15 00:32:26 +02:00
Lancelot SIX
3a9c7c6c18
pythonPackages.netcdf4: add missing cython dependency ( #26570 )
2017-06-14 17:50:48 +02:00
Ekaterina Vaartis
b707e8c78f
perlPackages: init packages needed for bugzilla ( #26569 )
...
perlPackages.EmailMIMEAttachmentStripper: init at 1.317
perlPackages.EmailReply: init at 1.204
perlPackages.PatchReader: init at 0.9.6
perlPackages.TemplateGD: init at 2.66
perlPackages.AuthenRadius: init at 0.26
perlPackages.Chart: init at 2.4.10
perlPackages.EmailMIMEModifier at 1.444
2017-06-14 14:18:56 +02:00
Profpatsch
79dd4deda5
Ultrastar ( #26524 )
...
* ultrastardx-beta: init at 1.3.5
* libbass, libbass_fx: init at 24
* ultrastar-creator: init at 2017-04-12
* buildSupport/plugins.nix: add diffPlugins
Helper function to compare expected plugin lists to the found plugins.
* ultrastar-manager: init at 2017-05-24
The plugins are built in their own derivations, speeding up (re-)compilation.
The `diffPlugins` function from `beets` is reused to test for changes in the
plugin list on updates.
* beets: switch to diffPlugins
The function is basically just extracted for better reusability.
2017-06-14 11:29:31 +02:00
Maximilian Bosch
3803864ca6
thefuck: init at 3.18 ( #26529 )
2017-06-14 09:57:38 +01:00
Josef Kemetmueller
773cc7c03d
pythonPackages.hug: Disable on python2
...
Hug is only supported on python3.
2017-06-14 05:05:13 +02:00
Charles Strahan
3b1c4fce4f
psensor: init at 1.2.0
...
psensor is a graphical hardware monitoring application for Linux
2017-06-13 18:51:36 -04:00
Bas van Dijk
2444eab485
ELK: update kibana and the elastic beats to 5.4 ( #26252 )
...
* Add kibana5 and logstash5
* Upgrade the elastic beats to 5.4
* Make sure all elastic products use the same version
(see elk5Version)
* Add a test for the ELK stack
2017-06-13 22:36:08 +02:00
David Guibert
f03ee24754
gfortran7: added by wrapping gcc7 ( #26535 )
...
thanks
2017-06-13 21:46:37 +02:00
Peter Simons
14283b6a95
vcsh: update to latest Git head, enable test suite, install man page
2017-06-13 20:16:30 +02:00
Peter Simons
8d71c758a1
perl-Shell-Command: initial version 0.06
2017-06-13 20:16:30 +02:00
Jean-Philippe Bernardy
cbbdc7d3eb
pythonPackages.gensim: init at 2.1.0
2017-06-13 09:35:18 +02:00
Will Dietz
ab9d244348
elfkickers: init at 3.1
2017-06-12 14:57:38 -05:00
Jean-Philippe Bernardy
4b3e5c9bea
pythonPackages.smart_open: init at 1.5.3
2017-06-12 18:35:40 +02:00
Jean-Philippe Bernardy
8ef32b334e
pythonPackages.bz2file: init at 0.98
2017-06-12 18:35:40 +02:00
Franz Pletz
934b72301e
libfann: init at 2.2.0
2017-06-12 17:44:43 +02:00
Jean-Philippe Bernardy
a12ae6171b
pythonPackages.boto: 2.45 -> 2.47
2017-06-12 09:57:23 +02:00
Daiderd Jordan
4010313ab9
Merge pull request #26381 from gleber/generalize-beam
...
erlang: refactor to generalize Erlang/OTP derivations
2017-06-11 20:35:07 +02:00
Daiderd Jordan
a3317da9f9
Merge pull request #26275 from anderspapitto/rust-updates
...
rust: 1.15.0 -> 1.17.0
2017-06-11 17:59:11 +02:00
Vladimír Čunát
86da6d441f
lyx: maintenance 2.2.2 -> 2.2.3
...
In particular, they claim some fixes related to Qt-5.8,
so I switched back to using the default Qt (=5.8 ATM).
Tested just briefly.
2017-06-11 17:10:06 +02:00
Bjørn Forsman
c95f3a36cd
sdcc: 3.5.0 -> 3.6.0
...
* requires texinfo
* --std=c99 unneeded, fixed upstream
* can build with nixpkgs default boost (v1.62), so let's do that
2017-06-11 16:02:21 +02:00
Gleb Peregud
c9cb6403d3
erlang: move erlang_basho_R16B02 to Erlang's general builder.
2017-06-11 13:31:25 +02:00
Vladimír Čunát
32916ab1de
Merge older staging
...
Enough rebuilds have finished on Hydra now.
2017-06-11 09:01:08 +02:00
Anders Papitto
1e0866e064
rust: 1.15.0 -> 1.17.0
...
Also updates beta, nightly, nightlyBin, and bootstrap compilers.
Also updates the registry.
Also consolidates logic between bootstrap and nightlyBin compilers.
Also contains some miscellaneous cleanups.
Also patches firefox to build with the newer cargo
2017-06-10 15:15:50 -07:00
Tuomas Tynkkynen
73a1307a02
U-Boot: Add A20 OLinuXino Lime build
...
Yet another Allwinner board working out-of-the-box, no surprises.
2017-06-10 23:22:24 +03:00
Chris Hodapp
a24960d214
autotrace: init at 0.31.1
...
Add ApplicationServices for Darwin build
Clean up comments
2017-06-10 12:08:54 -04:00
Jörg Thalheim
b9c259355b
Merge pull request #26391 from ss1h2a3tw/powerline
...
pythonPackages.powerline: 2.5.2 -> 2.6
2017-06-10 11:09:32 +01:00
Jörg Thalheim
800d525ac4
Merge pull request #26349 from midchildan/tilix
...
tilix: init at 1.5.8
2017-06-10 10:31:08 +01:00
Jörg Thalheim
b731e65081
arphic: init at 0.2.20080216.2
...
arphic: init at 0.2.20080216.2
2017-06-10 09:32:34 +01:00
Jörg Thalheim
c1d05287d6
Merge pull request #26451 from oxij/pkg/up/exiftool
...
perl: Image-ExifTool: 9.27 -> 10.48, add alias to all-packages.nix
2017-06-10 09:28:08 +01:00
Jörg Thalheim
308acf3199
Merge pull request #26478 from Moredread/profanity_tray
...
profanity: enable tray icon support
2017-06-10 09:25:53 +01:00
Jörg Thalheim
ea7aa3156c
Merge pull request #26496 from romildo/fix.lxappearance
...
lxappearance: add variant for Gtk+-3
2017-06-10 09:11:51 +01:00
Vladimír Čunát
cb9f953c92
Merge branch 'master' into staging
...
More larger rebuilds.
2017-06-10 10:07:33 +02:00
Joachim Schiele
507c207958
spamassassin: major service fixes -> added more perl packages to spamassassin and abstracted service to not use /etc/spamassassin, also running sa-update as spamd user periodically ( #26470 )
...
thanks @grahamc for IRC comments
2017-06-10 09:35:35 +02:00
Michael Weiss
d17bcfc5f0
androidenv: Manually update missing packages
...
Improvement: Use nix-shell for fetch.sh
androidsdk{,_extras}:
- Update to 7.1.1
google_apis_25 is missing after fetch.sh due to an error in addon.xml
(upsteam bug).
Addons:
- Add google_apis_25
- Update google_play_services (v8_rc41 -> v11_rc16)
2017-06-10 03:57:30 +02:00
Changlin Li
8237294f64
Add Unicode Arphic CJK fonts
...
These are a couple of CJK fonts that are on most other Linux distributions
that aren't on NixOS
2017-06-09 20:52:18 -04:00
Masayuki Takeda
c2c775d047
rictydiminished-with-firacode: init at 0.0.1 ( #26485 )
2017-06-10 00:29:36 +01:00
romildo
11623c5fca
lxappearance: add variant for Gtk+-3
...
lxappearance supports both Gtk+-2 and Gtk+-3. The current `lxappearance'
package continues to be for Gtk+-2. Add `lxappearance-gtk3' for Gtk+-3.
A patch is needed in order to look for themes in system data dirs with
Gtk+-3.
2017-06-09 18:05:09 -03:00
Joachim F
cabdbcbcb8
Merge pull request #26483 from ciil/lbreakout2-pkg
...
lbreakout2: init at 2.6.5
2017-06-09 21:54:24 +01:00
Frederik Rietdijk
a78bf7df14
Merge pull request #26437 from vaibhavsagar/unbreak-thumbor
...
python.pkgs.thumbor: fix package
2017-06-09 12:55:50 +02:00
midchildan
54b23e605c
tilix: init at 1.6.1
2017-06-09 16:53:47 +09:00
midchildan
0f93270aba
gtkd: init at 3.6.5
2017-06-09 16:53:46 +09:00
Simon Lackerbauer
63e967a33a
lbreakout2: init at 2.6.5
2017-06-09 09:25:28 +02:00
André-Patrick Bubel
55f0f9e1a4
profanity: enable tray icon support
...
Profanity can show a tray icon, e.g. showing that messages were received.
This enables support for the feature.
2017-06-08 22:55:42 +02:00
Jörg Thalheim
ff139c49f7
Merge pull request #26438 from jgertm/jgertm/buck
...
buck: init at v2017.05.31.01
2017-06-08 21:27:33 +01:00
Daiderd Jordan
e88a89ad33
erlang: use makeOverridable for customizations
2017-06-08 22:13:30 +02:00
John Ericson
2f348884b8
Merge pull request #26471 from obsidiansystems/gcc7-no-cross-arg
...
gcc 7: Remove `cross` arguments and don't use stdenv.is*
2017-06-08 15:40:35 -04:00
Vladimír Čunát
2993b7e096
Merge branch 'master' into staging
...
>10k of rebuilds from master
2017-06-08 20:56:22 +02:00
John Ericson
7a13457253
gcc 7: Remove cross
arguments and don't use stdenv.is*
...
These changes were already done for the older GCCs, but 7 slipped
through the cracks.
2017-06-08 14:08:31 -04:00
James Kent
3cb5d52dac
pkgs.python.astropy: init at 1.3.3
2017-06-08 17:50:22 +02:00
Rok Garbas
a0afc4f0d1
firefox-*-bin: updates ( #26462 )
...
* firefox-beta-bin: 51.0b8 -> 54.0b13
* firefox-devedition-bin: init at 54.0b14
Firefox DevEdition became a new product of Mozilla and is "repackaged"
Firefox Beta with its own release channel and six weeks release cycle as
other channels. It is no longer being built on nightly basis
* updated the update.nix script to facilitata firefox-devedition-bin
* disabling automatic updates by pointing to non existing channel
* f firefoxWrapper looks for gtk3 attribute to wrap the executable gtk3 to wrap the binary with needed ``XDG_DATA_DIRS``
2017-06-08 15:33:24 +02:00
Gleb Peregud
3426c88bff
erlang: Generalize Erlang/OTP derivations.
...
Switch official Erlang versions to use a common builder.
2017-06-08 11:29:47 +02:00
Gleb Peregud
96f4cac659
erlang: Move all BEAM packages into beam-packages.
...
This applies to Erlang, Elixir and LFE packages.
beam-packages provides interpreters and packages sets separately. This
is in preparation of generalizing BEAM interpreters definitions.
2017-06-08 11:28:44 +02:00
Josef Kemetmueller
cce12a644c
hdf4: Init at 4.2.12
2017-06-08 07:52:12 +00:00
Eric Sagnes
4f4ba1186e
pythonPackages.Fabric: 1.10.2 -> 1.13.2
2017-06-08 13:26:37 +09:00
Edward Tjörnhammar
44a9f37ba8
libretro: add parallel-n64 core
2017-06-07 23:31:20 +02:00
Shea Levy
5365166a5d
Merge branch 'zoom-us' of git://github.com/danbst/nixpkgs
2017-06-07 12:24:42 -04:00
Vladimír Čunát
ae6df000d0
Merge branch 'master' into staging
2017-06-07 18:11:27 +02:00
Michiel Leenaars
8b6f7b6f03
pythonPackages.ipaddress: 1.0.16 -> 1.0.18
2017-06-07 17:35:00 +02:00
Frederik Rietdijk
e249d6e8ce
python.pkgs.characteristic: 14.1.0 -> 14.3.0
2017-06-07 17:29:47 +02:00
SLNOS
c6df7ca5cf
perl: Image-ExifTool: 9.27 -> 10.48, add alias to all-packages.nix
2017-06-07 12:00:57 +00:00
Frederik Rietdijk
9ed3ad1eba
Merge pull request #25992 from knedlsepp/provide-eccodes-python-bindings
...
eccodes: Provide python bindings
2017-06-07 13:07:54 +02:00
Frederik Rietdijk
90d5dd3cda
Merge pull request #25990 from knedlsepp/provide-grib-api-python-bindings
...
grib-api: Provide python bindings
2017-06-07 13:07:36 +02:00
danbst
e9da05ee8b
zoom-us: init at 2.0.91373.0502
...
Actually, reintroduce after removal (bb99babc5a
)
and use bundled Qt.
2017-06-07 12:01:01 +03:00
Vaibhav Sagar
69cfc7f265
thumbor: 5.2.1 -> 6.3.2
2017-06-07 14:30:16 +08:00
Tim Jäger
48c910611f
buck: init at v2017.05.31.01
2017-06-06 22:46:02 -07:00
Vaibhav Sagar
acf4f0ce69
libthumbor: 1.2.0 -> 1.3.2
2017-06-07 11:23:51 +08:00
John Ericson
6518dffc02
Merge pull request #26388 from obsidiansystems/tools-cleanup-rote
...
Tools cleanup rote
2017-06-06 20:39:24 -04:00
Ross MacLeod
e854685d65
gcc*: Remove cross argument and instead use hostPlatform and targetPlatform
2017-06-06 19:28:16 -04:00
John Ericson
200ac02d0f
binutils: Modernize derivation
...
No hashes of any sort should be changed
2017-06-06 19:28:16 -04:00
Frederik Rietdijk
7e0251698b
Merge remote-tracking branch 'upstream/master' into HEAD
2017-06-06 20:44:34 +02:00
ss1h2a3tw
e5449af0bf
pythonPackages.powerline: 2.5.2 -> 2.6
2017-06-06 21:36:33 +08:00
Frederik Rietdijk
c0b1e8a5fb
python.pkgs.pathpy: 10.1 -> 10.3.1
2017-06-06 11:27:04 +02:00
Frederik Rietdijk
5666695906
Merge pull request #26417 from sifmelcara/update/pygit2
...
pythonPackages.pygit2: 0.25.0 -> 0.25.1
2017-06-06 10:48:42 +02:00
mingchuan
b0e86e6cd8
pythonPackages.pygit2: 0.25.0 -> 0.25.1
...
This also fixes a failed test when builds with cffi 1.10
https://github.com/libgit2/pygit2/issues/694
2017-06-06 15:27:49 +08:00
Jörg Thalheim
17e9420726
Merge pull request #26408 from jluttine/add-rssguard
...
rssguard: init at 3.4.0
2017-06-06 06:36:32 +01:00
Jörg Thalheim
85aa14fa37
rssguard: use fetchgit; wrapGAppsHook
2017-06-06 06:34:29 +01:00
Jörg Thalheim
cf2c5f1be9
python.pkgs.scikitlearn: fix python 3.6 tests
2017-06-05 22:05:43 +01:00
Jaakko Luttinen
fe53a6c17c
rssguard: init at 3.4.0
2017-06-05 21:14:29 +03:00
Edward Tjörnhammar
677f194a10
kodiPlugins.steam-controller: init at 0.9.0
2017-06-05 17:19:12 +02:00
Edward Tjörnhammar
fe0b858113
kodiPlugins.joystick: init at 1.3.6
2017-06-05 17:17:57 +02:00
Edward Tjörnhammar
4f410bfc8d
kodiPlugins.advanced-emulator-launcher: init at 0.9.6
2017-06-05 17:17:57 +02:00
Edward Tjörnhammar
513e66e310
kodiPlugins: move build funs to common
2017-06-05 17:17:57 +02:00
Jörg Thalheim
6b89277fed
python.pkgs.systemd: 233 -> 234
...
also python library does not match with our systemd version, the
changes done in this release are systemd 233 and python 3.6 related.
2017-06-05 16:07:11 +01:00
Frederik Rietdijk
01e19386f7
python.pkgs.django_1_10: will be dropped before 17.09
2017-06-05 13:16:03 +02:00
Frederik Rietdijk
d25c87c36d
python.pkgs: do not pin django version
...
instead, override the package set and set `django = super.django_1_8`.
2017-06-05 13:16:02 +02:00
Frederik Rietdijk
6bcf106b65
python.pkgs.django_1_6: remove
...
Old version, so removing.
https://github.com/NixOS/nixpkgs/issues/25375#issuecomment-298522597
2017-06-05 13:16:02 +02:00
Frederik Rietdijk
bd0811166c
python.pkgs.django_1_9: remove
...
Old version, so removing.
https://github.com/NixOS/nixpkgs/issues/25375#issuecomment-298522597
2017-06-05 13:16:02 +02:00
Frederik Rietdijk
7578940392
Merge remote-tracking branch 'upstream/master' into HEAD
2017-06-05 12:46:08 +02:00
Daiderd Jordan
30f329e74b
Merge pull request #26310 from LnL7/darwin-stdenv-no-sphinx
...
darwin-stdenv: remove python dependencies
2017-06-05 12:44:07 +02:00
Frederik Rietdijk
1441342182
Merge pull request #26386 from danielfullmer/python-systemd-233
...
pythonPackages.systemd: 231 -> 233
2017-06-05 12:25:47 +02:00
Gabriel Ebner
c1dd378b58
Merge pull request #26390 from asppsa/emscripten-binaryen
...
emscripten: add binaryen support
2017-06-05 09:30:51 +02:00
Vincent Laporte
68eb2c2379
ocamlPackages.re2: mark broken on darwin
2017-06-05 05:45:59 +00:00
Daniel Fullmer
970ad2b93a
pythonPackages.systemd: 231 -> 233
2017-06-05 00:04:31 -04:00
Jaka Hudoklin
305e7deb0d
Merge pull request #26362 from benley/dex-2.4.1
...
dex: init at 2.4.1
2017-06-05 00:56:34 +02:00
Edward Tjörnhammar
beb04aabac
libretro.dolphin: init at 2017-06-04
2017-06-04 21:11:14 +02:00
Pascal Wittmann
84da900743
perlPackages.DataGUID: 0.048 -> 0.049
2017-06-04 17:37:52 +02:00
Pascal Wittmann
2c84e814e8
randoop: init at 3.1.5
2017-06-04 17:19:23 +02:00
Frederik Rietdijk
56a850701b
python.pkgs.aiofiles: init at 0.3.1
2017-06-04 12:24:44 +02:00
Alastair Pharo
a8c48bb68b
binaryen: add package
2017-06-04 13:49:46 +10:00
Nikolay Amiantov
0011f9065a
Merge pull request #26152 from abbradar/wine-reorder
...
wine: reorganize packages
2017-06-04 00:58:42 +03:00
Nikolay Amiantov
e7530e6a5a
wine: reorganize packages
...
Move most of wine configurations to winePackages which is not built on Hydra.
Leave two top-level packages:
wine: stable release with an "office" configuration;
wineStaging: staging release with a "full" configuration.
2017-06-04 00:57:45 +03:00
Nikolay Amiantov
2d0a7c4eee
aliases: don't distribute on Hydra
2017-06-04 00:57:45 +03:00
Benjamin Staffin
d007428621
dex: init at 2.4.1
...
There is already another thing called "dex" that manipulates .desktop
files, so I called this one "dex-oidc" in all-packages.nix.
2017-06-03 17:43:36 -04:00
Nikolay Amiantov
0dc5473730
gcc7: init at 7.1.0
2017-06-04 00:38:30 +03:00
José Luis Lafuente
5b3c1e8a78
pgcli: 1.5.1 -> 1.6.0
2017-06-03 20:32:14 +02:00
Volth
ede0d138fd
half: init at 1.12.0
2017-06-03 13:53:24 +00:00
Jörg Thalheim
4c034921c3
Merge pull request #26311 from rnhmjoj/colorama
...
update colorama and related
2017-06-03 13:08:24 +01:00
rnhmjoj
11236d9baa
pythonPackages.libtmux: 0.6.4 -> 0.7.3
2017-06-03 13:49:35 +02:00
Jörg Thalheim
88164c77e8
Merge pull request #26235 from apeyroux/init-ctop
...
ctop: init at 2017-05-28
2017-06-03 12:37:39 +01:00
Bastian Köcher
fcf6989c92
inspectrum: unstable-2017-02-18 -> unstable-2017-05-31 ( #26284 )
...
* Upgrades Inspectrum to new version to work with QT5.8
* inspectrum: also increment version number
2017-06-03 12:30:40 +01:00
Francois-Rene Rideau
7cbdb10576
gerbil: init at 0.10
2017-06-03 12:08:49 +01:00
Jörg Thalheim
cb2f0d3aab
Merge pull request #26317 from Mounium/pymol
...
pymol: added Pmw + python version bump
2017-06-02 21:58:27 +01:00
Jörg Thalheim
7a0bce8422
Merge pull request #26331 from orivej/libnetfilter_log
...
libnetfilter_log: init at 1.0.1
2017-06-02 21:31:24 +01:00
Kjartan Ovmilk
2bd5c13af5
resilio-sync: init at 2.5.2
2017-06-02 21:24:42 +01:00
Katona László
d5fe7d1534
pythonPackages.Pmw: init at 2.0.1
2017-06-02 19:58:00 +02:00
vbgl
c73355506a
Merge pull request #26286 from romildo/fix.cmdliner
...
Keep older versions of cmdliner and ocp-indent
2017-06-02 19:04:12 +02:00
Orivej Desh
48c9e09190
libnetfilter_log: init at 1.0.1
2017-06-02 16:10:23 +00:00
Frederik Rietdijk
c7867b8b34
python.pkgs.dask: 0.14.1 -> 0.14.3
2017-06-02 17:10:22 +02:00
Frederik Rietdijk
2957786355
python.pkgs.nbconvert: 5.1.1 -> 5.2.1
2017-06-02 17:10:22 +02:00