3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

39321 commits

Author SHA1 Message Date
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
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
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
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