Commit Graph
95933 Commits
Author SHA1 Message Date
Tobias Geerinckx-Rice 11dacb7e2c mcelog: 142 -> 144 2016-11-09 02:24:45 +01:00
Tobias Geerinckx-Rice e1220105e3 netsniff-ng: 0.6.1 -> 0.6.2 2016-11-09 02:24:45 +01:00
Tobias Geerinckx-Rice 677a32e838 bobcat: 4.02.00 -> 4.03.00 2016-11-09 02:24:44 +01:00
Tobias Geerinckx-Rice 8de2eeec33 icmake: 9.00.00 -> 9.02.02 2016-11-09 02:24:28 +01:00
aszlig 6f8a72bbff chromium: Add Gtk 3 for versions >= 56
Versions before 56 already had experimental support for Gtk 3 and since
version 56, Gtk 3 _seemed_ to become the default. Although it's now
requiring *both* Gtk 2 and Gtk3, so let's supply the dependency for now
to get it to build.

In the future however we might want to add use_gtk3 to the GN flags and
get rid of Gtk 2 completely.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-09 00:58:33 +01:00
aszlig d2e60d1f93 chromium: Fix building with WineVine components
Before version 54, the WideVine CDM plugin was built unconditionally and
it seems since version 54 this now is dependent upon a GYP/GN flag on
whether to include the CDM shared library or not.

Also, we now use a patch from Gentoo which should hopefully get the CDM
plugin to work properly, at least according to their bugtracker:

https://bugs.gentoo.org/show_bug.cgi?id=547630

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-09 00:58:29 +01:00
Frederik Rietdijk ef320da79c zeitgeist: use python2 2016-11-08 22:48:55 +01:00
Frederik Rietdijk 61158e2833 mod_wsgi: use python2 2016-11-08 22:48:55 +01:00
Frederik Rietdijk 559864a951 meld: use python2 2016-11-08 22:48:55 +01:00
Frederik Rietdijk a18ac150a3 virtinst: use python2 2016-11-08 22:48:55 +01:00
Frederik Rietdijk e7f9195169 grass: use python2 2016-11-08 22:48:55 +01:00
Frederik Rietdijk 1f501a2ced xpra: use python2 2016-11-08 22:48:55 +01:00
Frederik Rietdijk cc05895fe5 v8: use python2 2016-11-08 22:48:55 +01:00
Frederik Rietdijk 5f265dc9c5 electrum: use python2 2016-11-08 22:48:54 +01:00
Frederik Rietdijk 88a03eb725 qgis: use python2 2016-11-08 22:48:54 +01:00
Frederik Rietdijk dd5256993e certbot: use python2 2016-11-08 22:48:54 +01:00
Frederik Rietdijk 0674ed1b6b bup: use python2 2016-11-08 22:48:54 +01:00
Frederik Rietdijk 660585b32d compiz: use python2 2016-11-08 22:48:54 +01:00
Frederik Rietdijk 95c54db397 virtualbox: use python2
and remove python buildInput. Python should only be added when
`pythonBindings` is true.
2016-11-08 22:48:54 +01:00
Frederik Rietdijk cd351e25aa gnome3.anjuta: use python2 2016-11-08 22:48:54 +01:00
Gabriel Ebner 8c4aee4c79 z3: 4.4.1 -> 4.5.0 2016-11-08 16:14:16 -05:00
Justin Bedo ec31e2cc27 Fix bcftools installation prefix 2016-11-09 08:03:04 +11:00
Thomas Tuegel a7c986cf69 kdeWrapper: reduce environment pollution 2016-11-08 15:00:31 -06:00
Samuel Rivas 72d1e3ca08 terraform: 0.7.8-> 0.7.9 2016-11-08 21:53:32 +01:00
Eric SagnesandBjørn Forsman cf2654b2e0 either type: improve merge function 2016-11-08 20:46:34 +01:00
Eelco Dolstra 0ba3d429a7 cjdns: Disable tests
Since 8180922d23, the cjdns module
imports from a derivation, which is very bad. It causes all of stdenv
to be built at evaluation time. Since we have a hard 3600 second limit
on Hydra evaluations, this was causing NixOS jobsets to time out.

@joachifm
2016-11-08 20:35:03 +01:00
aszlig 66ce15a3b1 chromium: Update all channels to latest versions
Overview of updated versions:

stable: 54.0.2840.71 -> 54.0.2840.90
beta:   55.0.2883.21 -> 55.0.2883.35
dev:    56.0.2897.0  -> 56.0.2906.0

This is to get our Chromium versions in par with the latest upstream
ones before merging in the GN migration changes.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:24 +01:00
aszlig b84e3379fe chromium: Bring back pepper flash from Adobe
So far we had the bundled Flash player plugin that came with Chrome, but
since version 54 the Chrome package doesn't include PPAPI Flash anymore.

Instead we're going to download the PPAPI Flash plugin directly from
Adobe and try to use them for all release channels of Chromium.

Of course it would be nice if we'd have an updater for it but for now
it's important that we don't break things for people who are currently
forced to use Flash.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:20 +01:00
aszlig 5f53fddf1e chromium: Remove some libs from system depenencies
Seems that these libraries aren't the ones Chromium is expecting to be,
so let's switch to use the bundled version of these libraries instead.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:14 +01:00
aszlig 8391241e0c chromium: Build with GN unconditionally
Previously I've added the extra file common-gn.nix in addition to
common.nix, so we can possibly have a smooth transition from current
stable to the new version 54.

Unfortunately, version 53 is already EOL and we have to move to version
54 as soon as possible so we can only use GN and thus it doesn't make
sense to provide expressions for GYP anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:11 +01:00
aszlig 5f18ccb001 chromium: Remove flag for hiDPISupport
This should now be the upstream default and there also is no more flag
for GN to set it, so we'll no longer need it on our side as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:07 +01:00
Herwig Hochleitnerandaszlig b43142c958 chromium: remove pepperflash
fixes NixOS#19565
2016-11-08 20:12:03 +01:00
Herwig Hochleitnerandaszlig 872b4782e9 chromium: 53 -> 54 2016-11-08 20:11:59 +01:00
aszlig 7a3a16dd80 chromium: Remove plugin paths patch for version 50
The oldest version we build is version 53, so we no longer need this
patch.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:11:56 +01:00
aszlig d0e8f3c503 chromium: Add preliminary support for GN
This only uses the most basic GN flags which should represent the GYP
flags we had before. In order to get rid most of the GYP cruft, we now
have common.nix and common-gn.nix which are mostly the same, just that
the latter is only for GN builds.

The GN implementation is far from complete and currently not even
builds, so we need more work to get the beta and dev channels building.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:11:52 +01:00
aszlig 09f87eeb7f gn: Init at 0.0.0.20161008
This is the standalone version of GN used currently solely for building
Chromium. An upstream bug report is available at
https://crbug.com/504074 to support a standalone build without needing
various components from the Chromium source tree.

Because there isn't a standalone vrsion available, I'm choosing
0.0.0.${date} as the version scheme here so that we don't conflict with
versioned releases from upstream someday[TM].

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:11:48 +01:00
Stéphane JourdoisandGraham Christensen 4d0bba19f4 openssh: always enable with-kerberos on darwin 2016-11-08 14:09:19 -05:00
Graham ChristensenandGitHub ce40aa4471 Merge pull request #20140 from ryantm/patch-5
add defaultConfig for mysql ruby gem
2016-11-08 13:25:28 -05:00
Bart Brouns ab61c1b97c distrho: unstable 2015-07-19 -> 2016-06-26 2016-11-08 18:59:30 +01:00
Moritz Ulrich 229bac0d09 steam: Add /etc/{localtime,zoneinfo}.
Some games (in my case Stardew Valley) require at least something in
/etc/localtime. The actual file linked there doesn't matter as long as
it's some valid timezone.
2016-11-08 18:44:28 +01:00
Joe Hermaszewski 05f31e5c8a fix documentation typo in doc/languages-frameworks/haskell.md 2016-11-08 17:42:27 +00:00
Robin Gloster f422afd07d errbot service: fix import config in plugins 2016-11-08 17:44:52 +01:00
Eelco Dolstra a2b018f55a pythonPackages.hypothesis: Disable tests
A random failure was preventing simp_le from reaching the channel.

http://hydra.nixos.org/build/43253102
2016-11-08 17:22:11 +01:00
Frederik RietdijkandGitHub cb5687a346 Merge pull request #20251 from FRidh/xslt
libxml2 and libxslt python bindings
2016-11-08 17:11:29 +01:00
Frederik Rietdijk 6b70ac81bb libxml2: supportPython -> pythonSupport
since that is more commonly used in Nixpkgs.
2016-11-08 17:10:05 +01:00
Frederik Rietdijk d2111660c5 libxml2: add a pythonPackages.libxml2 alias for the bindings 2016-11-08 17:10:04 +01:00
Frederik Rietdijk be31980848 libxslt: build python bindings
and add a pythonPackages.libxslt alias.
2016-11-08 17:10:04 +01:00
Frederik Rietdijk 63ef0c7463 xapianBindings: remove
- no package uses it
- uses composable derivation, and some changes are needed for python 3
support
2016-11-08 17:01:31 +01:00
John EricsonandGitHub a24728fe29 Merge pull request #20108 from Ericson2314/top-level-cleanup
Move stdenvCross and customStdenv to pkgs/stdenv
2016-11-08 10:00:04 -05:00
Graham ChristensenandGitHub febf3cfd34 Merge pull request #20188 from vbgl/clean-opam
We don’t need so many opam versions
2016-11-08 09:55:59 -05:00