Commit graph

39454 commits

Author SHA1 Message Date
Peter Simons b9edab7a17 haskell-sbv: fix build 2017-09-03 16:29:37 +02:00
Peter Simons 2a71b5c313 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.5-4-ge5c3d07 from Hackage revision
4a71559e57.
2017-09-03 16:29:32 +02:00
Franz Pletz 2f48144d0e
gitlab: 9.4.5 -> 9.5.2 2017-09-03 15:50:52 +02:00
Jaakko Luttinen 67b3f4bc4b pythonPackages.bayespy: init at 0.5.10 (#28919)
* pythonPackages.bayespy: init at 0.5.10

* python.pkgs.bayespy: fix more tests by using unicode locale
2017-09-03 10:37:50 +01:00
Vladimír Čunát 53998f5036
treewide: purge explicit usage of gcc6
It's now the default. /cc #19456
This makes a real build simplification, because in our current
bootstrapping+aliases, `gcc6` attribute is not the default compiler
but a derivation *built by* the default compiler.

nix-exec didn't build before this commit already
2017-09-03 09:57:20 +02:00
Vincent Laporte 4ee717d2d3 libvirt: fix build on darwin 2017-09-03 07:24:49 +00:00
Vincent Laporte 3c5436921e ocamlPackages.ptmap: 2.0.1 -> 2.0.2 2017-09-03 06:45:34 +00:00
Moritz Kiefer 243952d9d4 haskell/natural-transformation: add dependency on semigroups for GHC 7.10 2017-09-03 07:50:40 +02:00
Shea Levy 35f89413e2 fwupd: bump 2017-09-02 20:00:20 -04:00
Robin Gloster 0156db2da5
Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-02 23:29:04 +02:00
Robin Gloster 891a1662aa
bundler: 1.15.3 -> 1.14.6
bundler 1.15 breaks gitlab
2017-09-02 23:24:16 +02:00
Michael Raskin 7bba4a169e Merge pull request #28908 from tohl/master
sbcl updated, tested on nixos x86_64
2017-09-02 23:05:34 +02:00
Michael Raskin 7da8192959 : 2.2.0 -> 2.3.0 2017-09-02 22:51:57 +02:00
Tomas Hlavaty fd7aa385e1 sbcl: 1.3.20 -> 1.3.21 2017-09-02 22:46:43 +02:00
Joachim Fasting 004463152a
tinycc: 0.9.27pre-20170710 -> 0.9.27pre-20170821 2017-09-02 22:38:06 +02:00
Michael Raskin a13734d666 Merge pull request #28901 from womfoo/fix/libpt-and-opal
fix gcc6 builds for libpt and opal
2017-09-02 20:25:24 +02:00
Kranium Gikos Mendoza 776d149c76 opal: fix gcc6 build 2017-09-03 04:05:57 +10:00
Kranium Gikos Mendoza 377b42a8ad ptlib: use fetchpatch 2017-09-03 04:05:57 +10:00
Kranium Gikos Mendoza 32d4a3dec8 ptlib: fix gcc6 build 2017-09-03 03:51:44 +10:00
Tim Steinbach aa59865333
sbt: 1.0.0 -> 1.0.1 2017-09-02 12:54:50 -04:00
Michael Raskin 522a03cde6 Merge pull request #28810 from bradleyjensen/update-quicklisp
Overhaul quicklisp-to-nix
2017-09-02 18:23:34 +02:00
Vincent Laporte 9b9d3743ce coqPackages.QuickChick: fix
Use the most recent versions of branches coq8.4pl6 and coq8.5-legacy
with the corresponding versions of Coq.

Use a two month old version with Coq-8.6 to avoid issue #45:
https://github.com/QuickChick/QuickChick/issues/45
2017-09-02 15:33:16 +00:00
Tim Steinbach 440bf7e06f Merge pull request #28780 from NeQuissimus/openjdk_8_144_01
openjdk: 8u152-04 -> 8u144-01
2017-09-02 11:07:41 -04:00
Bjørn Forsman 2cf1b94b82 pythonPackages.pyrtlsdr: unbreak build
pyrtlsdr needs pandoc at build time. Fixes the build since commit
f6eb190e70
("python.pkgs.pyrtlsdr: disable tests to fix build"). (That commit
bumped the package to a new version.)
2017-09-02 16:47:57 +02:00
Joachim Fasting b3f9b0d0cc
libgcrypt: fix typo in meta.description 2017-09-02 15:56:51 +02:00
Domen Kožar 991654fa4a haskell: add combinator to enable DWARF debugging
Tested using:

$ cat test-strip.nix
with (import ./. {});
with haskell.lib;

haskell.packages.ghc802.override {
  overrides = self: super: {
    microlens = enableDWARFDebugging super.microlens;
  };
}

$ nix-build -A microlens test-strip.nix
$ objdump -t <path-to-so-file>
2017-09-02 11:25:50 +01:00
Austin Seipp 54ae0aa1b0 z3_opt: remove and replace with z3
Z3 has supported optimization features since the 4.4.x release, so this can be
removed.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-09-02 04:19:11 -05:00
Austin Seipp cd7b2ec77a yosys: 2016.11.25 -> 2017.09.01
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-09-02 04:19:11 -05:00
Austin Seipp 32297e1baf arachne-pnr: 2016.08.18 -> 2017.06.29, license switch
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-09-02 04:19:11 -05:00
Austin Seipp e3bc5171df icestorm: 2016.11.01 -> 2017.08.31
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-09-02 04:19:11 -05:00
aszlig ca1ea69972
python/pyocr: 0.4.6 -> 0.4.7
Upstream changes:

  * Tesseract 4.00.00alpha:
    * Version parsing: Ignore suffix (so '4.00.00alpha' == (4, 0, 0))
    * Libtesseract: Load libtesseract.so.4 instead of libtesseract.so.3
      if available
  * Support for Tesseract 3.05.00:
    * Builders: Split field 'tess_conf' into 'tess_flags' and 'tess_conf'
    * Libtesseract: If available, use
                    TessBaseAPIDetectOrientationScript() instead of
                    TessBaseAPIDetectOS
  * Libtesseract:
    * Workaround: Prevents possible segfault in image_to_string() when
                  the target language is not available

Full upstream change log can be found at:

https://github.com/openpaperwork/pyocr/blob/b006123d1d002711b9/ChangeLog

The tesseract.patch for supporting Tesseract version 3.05.00 has been
applied upstream and we can safely drop it.

We now use substituteInPlace in conjunction with a patch to insert the
relevant store paths instead of sed, so it's less fragile whenever we
have upstream changes in handling of these paths.

I've tested this by reverting 48a941e29f and applying a build
fix patch of Cuneiform 1.1.0 from Arch Linux, because right now
Cuneiform is an experimental version that can't be fixed on behalf of
pyocr (the reason is that pyocr needs to get a list of languages, which
doesn't work in that version anymore).

In addition to that I've successfully built paperwork-backend which by
now is the one package which depends on pyocr. However, I didn't do
runtime tests of Paperwork.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @7c6f434c
2017-09-02 05:31:22 +02:00
aszlig 3086fc7f83
python/pyocr: Move package into python-modules
We already have a patch feeling lonely inside the python-modules
directory and to have everything at one place let's actually move pyocr
into its own dedicated directory so it's easier to patch it up (which
we're going to).

Right now, the package fails to build because of a few test failures, so
I haven't tested this apart from evaluating.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-09-02 03:45:13 +02:00
Matthew Bauer f8f3384638
xcbuild: fix sdk dir name issue
Previously, this error was coming up in xcbuild:

ld: malformed 32-bit x.y.z version number: 1068638

It’s an interesting error because it only happens with certain hashes for the
nixpkgs sdk. For instance, on latest nixpkgs unstable channel, the hash for the
xcbuild sdk is:

/nix/store/w6mwbdaz9calyii0fyxspl51f1068638-nix.nixpkgs.sdk

that is an issue we pass -isysroot ${sdk} to clang where it will interpret that
hanging "1068638". It would probably go away as soon as the hash changes but
this hacky fix will solve the problem.
2017-09-01 15:11:12 -05:00
Jörg Thalheim e4bc14f6b7 python2Packages.jedi: fix tests 2017-09-01 19:06:49 +01:00
Jörg Thalheim 8f932af263 python.pkgs.requests-oauthlib: fix source hash
Was accidentally broken during merge.
2017-09-01 18:22:52 +01:00
wisut hantanong 86587ea95b nodePackages.live-server : init at 1.2.0
fixes #28813
2017-09-01 16:47:11 +01:00
Balletie 311a1ee33a
rtags: Fix configure phase errors
Add pkgconfig as buildinput, so that the install path is correctly set
with cmake. PkgConfig is an optional dependency for rtags, but they
say it's necessary if you want to replace the prefix with
CMAKE_INSTALL_PREFIX. See:
caad9ac494/cmake/BashCompletion.cmake (L13)

Furthermore, I let the configurePhase of the rtags emacs package be a
noop.
2017-09-01 16:41:49 +02:00
Matthew Pickering d1ce5b69c0 ghcHEAD: Add new boot packages to configuration file 2017-09-01 13:49:56 +00:00
Matthew Pickering d13f7c54e3 Use older version of jailbreak-cabal with ghcHEAD
See https://github.com/peti/jailbreak-cabal/issues/13
2017-09-01 13:49:56 +00:00
Jörg Thalheim d52eaf878c python.pkgs.pytest-django: fix patch hash 2017-09-01 08:56:08 +01:00
Brad Jensen d1e11cd41e Regenerate quicklisp-to-nix
Note: Changes to overrides were necessary
2017-08-31 20:10:19 -07:00
Brad Jensen acd05c506d Update the ql-to-nix readme 2017-08-31 20:10:19 -07:00
Brad Jensen d11ab25060 Add ql-to-nix programs to the ql-to-nix shell.nix 2017-08-31 20:10:18 -07:00
Brad Jensen 8f03f38ab1 Move esrap-peg into the normally defined packages 2017-08-31 20:10:18 -07:00
Brad Jensen ebb5d33e93 Move xkeyboard into the normally defined packages 2017-08-31 20:10:18 -07:00
Brad Jensen f0c8027ae3 Overhaul quicklisp-to-nix
1. Detect (and automatically handle) parasitic systems.
2. Each nix package has only one asd, and (almost) every parasitic
   package inside it builds.
3. Ensure that parasitic systems are compiled.
4. Remove unnecessary testnames lisp override mechanism (the
   testnae/testSystem is replaced by parasites/buildSystems).
5. Parasitic systems (if included in the system closure) become
   aliases to their host package.
6. Support caching fasl files in a known directory (for faster
   re-generation after modifying quicklisp-to-nix-system-info).
7. Eliminate unnecessary overrides.  We're going to determine ALL
   lisp dependencies correctly.
8. Don't try to "build" lisp packages with make.  lispPackages should
   be about bringing in a lisp library.
9. Eliminate the hand-maintained list of aliases.  Parasites should
   become aliases.  Everything else should be a real package.
2017-08-31 20:10:18 -07:00
Samuel Leathers 39154ab86f bossa: fix build with gcc6 2017-08-31 22:44:56 -04:00
Jörg Thalheim 86e6e8016d nodePackages.multi-file-swagger: init at 2.2.0
fixes #28737
2017-08-31 22:00:15 +01:00
Peter Simons aa9bebf261 R: update package set 2017-08-31 21:59:06 +02:00
Michael Raskin fd94a8aad1 Merge pull request #28804 from frankbo/profanity-support-for-unix
profanity support for unix
2017-08-31 21:56:19 +02:00
Peter Simons e21497f268 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.5-1-gf0558f5 from Hackage revision
e8af693832.
2017-08-31 21:54:17 +02:00
Peter Simons 2eeffa6993 hackage2nix: update list of broken builds 2017-08-31 21:54:15 +02:00
Peter Simons 91054336ce multi-ghc-travis: update to latest git head 2017-08-31 21:42:55 +02:00
Frank cb61e27e9e profanity support for unix 2017-08-31 21:29:26 +02:00
Jörg Thalheim a1dc9d9d37 Merge pull request #28793 from wizzup/cleanup-pythonPackages
Cleanup pkgs/top-level/python-packages.nix
2017-08-31 18:09:01 +01:00
Jörg Thalheim 038302633e Merge pull request #28794 from afrepues/gmime-update-metadata
gmime: updated home and description
2017-08-31 16:57:05 +01:00
Servilio Afre Puentes ddaa696a4e gmime: updated home and description
GMime home has moved to Github as the list of commits clearly shows,
i.e.:

  b5cbc68a67

The description is updated as well to be closer to the one used there
and over at gnome.org.
2017-08-31 10:42:30 -04:00
wisut hantanong 489bfcfa0f pythonPackages.pyshp : move to separate expression 2017-08-31 21:18:41 +07:00
wisut hantanong b9eebaf8bb pythonPackages.pyrr : move to separate expression 2017-08-31 21:18:41 +07:00
wisut hantanong 80ca1cae8b pythonPackages.pygpgme : move to separate expression 2017-08-31 21:18:41 +07:00
wisut hantanong ac35d9884b pythonPackages.pyglet : move to separate expression 2017-08-31 21:18:40 +07:00
wisut hantanong 282216c635 pythonPackages.pygeoip : move to separate expression 2017-08-31 21:18:40 +07:00
wisut hantanong d94d826433 pythonPackages.pyftgl : move to separate expression 2017-08-31 21:18:40 +07:00
wisut hantanong 2d7733b6c2 pythonPackages.pyfiglet : move to separate expression 2017-08-31 21:18:39 +07:00
wisut hantanong 4f43682759 pythonPackages.pyfftw : move to separate expression 2017-08-31 21:18:39 +07:00
wisut hantanong 64fb881757 pythonPackages.pyfeed : move to separate expression 2017-08-31 21:18:39 +07:00
wisut hantanong fcba0a1cb7 pythonPackages.ROPGadget : move to separate expression 2017-08-31 21:18:39 +07:00
wisut hantanong 31b7f8701a pythonPackages.ramlfications : move to separate expression 2017-08-31 21:18:38 +07:00
wisut hantanong c0433265bb pythonPackages.smugpy : move to separate expression 2017-08-31 21:18:38 +07:00
wisut hantanong 6ba7b4c672 pythonPackages.hypchat : move to separate expression 2017-08-31 21:18:30 +07:00
wisut hantanong 43acfe0f49 pythonPackages.tempora : move to separate expression 2017-08-31 20:58:22 +07:00
Maximilian Bosch f5dd3b71e8
luaffi: init at 2013-11-08 2017-08-31 11:55:57 +02:00
Jörg Thalheim ed997b153c Merge pull request #28756 from disassembler/pulseview-sigrok
pulseview and sigrok updates
2017-08-31 09:28:44 +01:00
Jörg Thalheim 3383f2f4cc nodePackages.serve: init at 6.0.6
fixes #28778
2017-08-31 07:28:54 +01:00
Tim Steinbach 7d482d835f
openjdk: 8u152-04 -> 8u144-01
Fix GCC6 build
2017-08-30 23:00:12 -04:00
Franz Pletz 6f2fffef77
mbedtls: 2.5.1 -> 2.6.0 for CVE-2017-14032
https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2017-02
2017-08-30 22:36:11 +02:00
Samuel Leathers ed6bd02a9d sword: fix build with gcc6 2017-08-30 21:54:50 +02:00
dywedir e2bf8cea5a nodePackages.ocaml-language-server: init at 0.2.0 2017-08-30 21:54:18 +02:00
Piotr Bogdan 80351add5a hhvm: 3.15.8 -> 3.21 2017-08-30 21:52:49 +02:00
Piotr Bogdan 51c247a074 hhvm: 3.15.0 -> 3.15.8 2017-08-30 21:52:49 +02:00
Piotr Bogdan d9a0c68775 hhvm: fix build
Upstream re2 commit:

b94b7cd42e

Upstream bytecode.h commit:

f8a75ca667
2017-08-30 21:52:49 +02:00
Frederik Rietdijk 6d4bd78fad Merge commit '2858c41' into HEAD 2017-08-30 21:07:07 +02:00
Samuel Leathers 902dc73ee2 sigrok-cli: 0.6.0 -> 0.7.0 2017-08-30 14:04:31 -04:00
Samuel Leathers 3e1fa824df libsigrokdecode: 0.4.1 -> 0.5.0 2017-08-30 13:52:17 -04:00
Samuel Leathers afa5dcbd7d libsigrok: 0.4.0 -> 0.5.0 2017-08-30 13:52:12 -04:00
Jörg Thalheim ee34c2e72f Merge pull request #28752 from disassembler/xbase
xbase: gcc6/gcc7 patches
2017-08-30 17:51:55 +01:00
Samuel Leathers 078abc31aa xbase: gcc6/gcc7 patches 2017-08-30 12:32:45 -04:00
Mikael Brockman 3d107c15bd solc: v0.4.13 -> v0.4.16 (#28732)
Also add the Z3 SMT solver as a dependency, since the new solc can use
it for checking assertions and stuff (which is awesome).
2017-08-30 18:21:17 +02:00
Dan Peebles b8538c6801 chromedriver: fix on Darwin
A refactor broke it by forcing a bunch of Linux-specific dependencies on
Darwin that only get used in the patchelf invocation.
2017-08-30 11:49:34 -04:00
Peter Hoeg 30c85e85ae bundler: 1.15.3 -> 1.15.4 2017-08-30 21:05:45 +08:00
Peter Simons 8a0566e4c8 Merge pull request #28744 from LumiGuide/checkUnusedPackages
haskell: add the checkUnusedPackages function including docs
2017-08-30 15:05:21 +02:00
Bas van Dijk e410a191a1 haskell: add the checkUnusedPackages function including docs 2017-08-30 14:40:54 +02:00
Frederik Rietdijk b2686dce25 Merge pull request #27636 from bendlas/update-pypy
pypy: 5.6 -> 5.8
2017-08-30 13:57:24 +02:00
William Casarin dfeb8bd4b5 stagit: init at 0.6
a git static site generator
2017-08-30 13:12:17 +02:00
Théo Zimmermann a9be3c20d1 ocamlPackages.ppx_deriving: 4.1 -> 4.2
This fixes compilation of ppx_deriving with OCaml 4.05.

js_of_ocaml_2: mark as broken with OCaml 4.05

ocamlPackages.cohttp: propagates ppx_deriving
2017-08-30 02:33:23 +00:00
Vincent Laporte 2a191ed853 ocamlPackages.ppx_deriving_yojson: mark as broken with OCaml 4.05 2017-08-30 02:33:23 +00:00
Vincent Laporte 8c506dfb64 ocamlPackages.posixat: mark as broken with OCaml 4.05 2017-08-30 02:28:56 +00:00
Mathias Schreck c699694cbf nodejs: 8.3.0 -> 8.4.0 2017-08-30 02:57:36 +02:00
Will Dietz 5543e992f1 snowman: init at 2017-07-22 2017-08-30 02:30:19 +02:00
Franz Pletz da988970b2 Merge pull request #28696 from jtojnar/rm-farsight
farsight2: remove
2017-08-30 01:56:26 +02:00
Antoine Eiche 88dcd4d514 libipfix: init at 110209 2017-08-30 01:41:40 +02:00
Franz Pletz ac388e9f87 Merge pull request #28703 from patternspandemic/ponyc
ponyc: 0.18.0 -> 0.18.1
2017-08-30 01:27:28 +02:00
Piotr Bogdan 5172dfd2d1 swc: remove setuid from install script 2017-08-30 01:07:43 +02:00
Will Dietz 1a16760bf0 massif-visualizer: 0.3.90 unstable -> 0.4.0 stable 2017-08-30 00:59:32 +02:00
Jörg Thalheim 1160be027b Merge pull request #28711 from danielfullmer/irrlicht-1.8.4
irrlicht: 1.8-svn-5104 -> 1.8.4
2017-08-29 22:44:48 +01:00
patternspandemic 4bca6eca06
ponyc: 0.18.0 -> 0.18.1 2017-08-29 14:39:31 -07:00
Joachim Fasting f2d1abf366
cppcheck: 1.79 -> 1.80 2017-08-29 21:35:22 +02:00
Daniel Fullmer 4bf9622749 irrlicht: 1.8-svn-5104 -> 1.8.4 2017-08-29 15:25:40 -04:00
Michael Raskin 371a2ee707 obliv-c: 0.0pre20161001 -> 0.0pre20170827 2017-08-29 21:17:10 +02:00
Daniel Fullmer 1c44981d19 irrlicht3843: Removed unused derivation
supertuxcart includes its own version of irrlicht so this is no longer
needed.
2017-08-29 15:04:46 -04:00
Dmitry Kalinkin 4d3c396181 python.pkgs.numpy: fix patch 2017-08-29 20:22:05 +02:00
Thomas Tuegel 9952a89d24 Merge pull request #28699 from ttuegel/prison
prison: mark broken with Qt < 5.7
2017-08-29 13:03:11 -05:00
Thomas Tuegel a233cb19df
prison: mark broken with Qt < 5.7 2017-08-29 13:01:08 -05:00
Jan Tojnar 114f3c75ec
farsight2: remove
Farsight was renamed to Farstream long ago. The old version is unnecessary and so
outdated it was removed even from Debian.
2017-08-29 19:25:24 +02:00
Jörg Thalheim 263978219c fstrm: 0.3.1 -> 0.3.2 2017-08-29 12:21:06 +01:00
Jörg Thalheim 6a875034dc Merge pull request #28675 from calvertvl/update-loccount-1.1
loccount: 1.0 -> 1.1
2017-08-29 11:56:23 +01:00
Jörg Thalheim 5ad107de5d libcommuni: 2016-08-17 -> 3.5.0 2017-08-29 11:46:36 +01:00
Victor Calvert 51c713c538 loccount: 1.0 -> 1.1 2017-08-29 06:01:05 -04:00
Jörg Thalheim 6b93afd39f Merge pull request #28655 from dywedir/rust-bindgen
rust-bindgen: 0.29.0 -> 0.30.0
2017-08-29 10:50:49 +01:00
Jörg Thalheim c804973126 Merge pull request #28670 from Mic92/moretools
moretools: fix build and 0.1a41 -> 0.1.8
2017-08-29 10:38:06 +01:00
Jörg Thalheim bbd2a0323b python.pkgs.moretools: 0.1a41 -> 0.1.8
Progress on: #28643
2017-08-29 10:33:59 +01:00
Vladimír Čunát 15bac19cd2
libbass: evaluation nitpicks
- specify meta.platforms to avoid trying to evaluate when it shouldn't
- use `throw` instead of `abort`, as that's the convention for similar cases
2017-08-29 11:04:59 +02:00
Vladimír Čunát 2858c41823
Merge branch 'master' into staging
There were some conflicts in python modules, commented at #28314.
2017-08-29 10:51:54 +02:00
Gabriel Ebner 92523344d1 tokei: 6.0.0 -> 6.0.1 2017-08-29 10:40:14 +02:00
Gabriel Ebner df0ec10c51 libqalculate: 1.0.0a -> 2.0.0 2017-08-29 10:30:26 +02:00
Jörg Thalheim 6670ee9ee6 python.pkgs.ldap: fix build 2017-08-29 09:15:22 +01:00
Vladimír Čunát 34b6bbe021
Merge #28053: GNOME: 3.22 -> 3.24 2017-08-29 09:48:54 +02:00
Jörg Thalheim b57deb8242 python.pkgs.zetup: init at 0.2.34
(needed as dependency for moretools)
2017-08-29 07:36:18 +01:00
Jörg Thalheim 96ef0dc776 python.pkgs.mozlog: disable for python3
not yet compatible according to upstream
2017-08-29 06:49:03 +01:00
Dan Peebles d25134b196 pythonPackages.tiros: init at 1.0.38 2017-08-28 22:11:44 -04:00
Robin Gloster fdc18bc74c
uri: 2016-09-04 -> 2017-07-16 2017-08-29 00:01:11 +02:00
Jörg Thalheim 9b65bc9649 python.pkgs.Flask-Testing: 0.6.1 -> 0.6.2
Progress on: #28643
2017-08-28 22:21:26 +01:00
dywedir f71d121173 rust-bindgen: 0.29.0 -> 0.30.0 2017-08-29 00:14:20 +03:00
Bastian Köcher 0da61beee9 xxdiff-tip: 20170101 -> 20170623
Updates the xxdiff-tip version and fixes compilation errors by forcing qt5.6.
2017-08-28 22:14:11 +02:00
Peter Simons 39cf16f10e hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.5-1-gf0558f5 from Hackage revision
c0a5549498.
2017-08-28 21:52:39 +02:00
Peter Simons c0f77542c2 hackage2nix: update list of broken packages 2017-08-28 21:52:35 +02:00
Peter Simons a75491caa4 LTS Haskell 9.2 2017-08-28 21:52:34 +02:00
Franz Pletz f9f9749fd2
libarchive: 3.3.1 -> 3.3.2 2017-08-28 19:49:11 +02:00
Vladimír Čunát 3a18fa412a
gperftools: 2.5 -> 2.6.1
I only tested the profiler now, but hopefully it's all OK.
2017-08-28 18:46:43 +02:00
Vladimír Čunát e0010cd1c3
pprof: init at 2017-08-28 2017-08-28 18:46:40 +02:00
Linus Heckemann b73e3b6095 GNOME: 3.22 -> 3.24
This is a squash commit of the joint work from:

* Jan Tojnar (@jtojnar)
* Linus Heckemann (@lheckemann)
* Ryan Mulligan (@ryantm)
* romildo (@romildo)
* Tom Hunger (@teh)
2017-08-28 15:32:49 +01:00
Jörg Thalheim cfbdd3e0d6 Merge pull request #28633 from orivej/webkitgtk24x
webkitgtk24x: fix build with gcc6
2017-08-28 12:48:37 +01:00
Orivej Desh 22a270b050 webkitgtk24x: fix build with gcc6 2017-08-28 11:41:41 +00:00
Jörg Thalheim 99ffd2051e python.pkgs.pyramid_beaker: fix tests 2017-08-28 12:21:13 +01:00
Jörg Thalheim 2f5dab753c ansible: move out of pythonPackages
ansible is not a library
2017-08-28 11:30:22 +01:00
Jörg Thalheim 0f789e7a0c Merge pull request #28618 from lheckemann/edk2-2017
edk2: 2014-12-10 -> UDK2017
2017-08-28 11:03:47 +01:00
Jörg Thalheim ea3f747ed5 mozinfo: fix evaluation 2017-08-28 10:40:27 +01:00
Jörg Thalheim 5f5a5ba58e python.pkgs.piexif: fix build 2017-08-28 10:17:01 +01:00
Jörg Thalheim 5d62a4d181 python.pkgs.cgroup-utils: fix build 2017-08-28 09:48:22 +01:00
Jörg Thalheim e67daebcb6 pycuda: 2017.1 -> 2017.1.1 2017-08-28 09:34:05 +01:00