Commit graph

39537 commits

Author SHA1 Message Date
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
Jörg Thalheim 861048c15f python.pkgs.mozinfo: python3 is not supported 2017-08-28 09:14:04 +01:00
Jörg Thalheim b24099cb17 pythonPackages.keystoneclient: fix build 2017-08-28 09:03:07 +01:00
Maximilian Güntner 94351197cd cpython: include test.support and test.regrtest
test.{support, regrtest} are the internal packages cpython
developers use to write tests.
Although they are not public and the API may change/break
some developers use these packages to write tests for their
(3rd party) software.
The derivations for cpython now only remove the actual tests
but leave the packages in place that are used to write them.

Discussion: https://github.com/NixOS/nixpkgs/pull/28540
2017-08-28 09:49:08 +02:00
Frederik Rietdijk a7ddca6e3d python 3.4, 3.5, 3.6: Don't use ldconfig and speed up uuid load, fixes #28349
These patches had already been merged for 3.5 and 3.6 but not yet for
3.4. However, they did contain a mistake as explained in #28349.
2017-08-28 09:42:59 +02:00
Jörg Thalheim def7badb31 python.pkgs.pyramid_beaker: fix tests 2017-08-28 07:56:14 +01:00
Franz Pletz b06231c01b
wolfssl: 3.11.0 -> 3.12.0 2017-08-28 00:54:43 +02:00
Robin Gloster 556029c904
elfutils: 0.169 -> 1.170 2017-08-27 22:51:53 +02:00
Vladimír Čunát aa1e535b1b
mesa: maintenance 17.1.6 -> 17.1.7 2017-08-27 22:30:28 +02:00
Vladimír Čunát 6a851869b4
libdrm: 2.4.82 -> 2.4.83 2017-08-27 22:30:24 +02:00
Tuomas Tynkkynen 1cfe9539f9 libgcrypt: Add pre-ARMv7 patch
Apparently the assembly-optimized functions use an opcode that doesn't
work on pre-ARMv7. Fix in next release.
2017-08-27 23:05:28 +03:00
Vincent Laporte 724504e0da ocamlPackages.cohttp: 0.22.0 -> 0.99.0
ocamlPackages.conduit: 0.15.4 -> 1.0.0

ocamlPackages.cohttp-lwt: init at 0.99.0

ocamlPackages.cohttp-lwt-unix: init at 0.99.0

ocamlPackages.conduit-lwt: init at 1.0.0

ocamlPackages.conduit-lwt-unix: init at 1.0.0

ocamlPackages.git: 1.11.1 -> 1.11.2
2017-08-27 20:03:06 +00:00
Linus Heckemann f6afe064a0 edk2: 2014-12-10 -> UDK2017 2017-08-27 19:41:10 +01:00
Robin Gloster 4d858a2a17
gdal: don't use composableDerivation 2017-08-27 20:14:36 +02:00
Frederik Rietdijk dfd905b548 python.pkgs.sphinx: fix python < 3.5 build 2017-08-27 19:56:39 +02:00
Lukas Werling f0a1ab78b4 meson/ninja: add setup hooks (#28444)
* Add setupHook for meson/ninja build

* libhttpseverywhere: Use meson/ninja setupHooks

* jamomacore: Remove superfluous ninja buildInput

* Remove obsolete ninja buildPhases

These are all handled by ninja's setup hook.

* lean2, xcbuild: fix build with ninja setup hook

Ninja is a runtime dependency here. However, cmake can generate Ninja
build files as well to satisfy the setup hook.

* qtwebengine: fix build with ninja setup hook
2017-08-27 19:42:21 +02:00
Vladimír Čunát 017b33aaaa
Merge #28536: libsigsegv: add enableSigbusFix option
(It's partially changed version of the PR.)
2017-08-27 17:23:45 +02:00
Vladimír Čunát eef236d0ba
libsigsegv*: add an option to apply a patch
Close #28536; this code is a bit different in style for 2.5,
and avoids mass rebuild for the default version.
2017-08-27 17:21:35 +02:00
Vincent Laporte 935e991b72 js_of_ocaml: 2.8.4 -> 3.0.0
js_of_ocaml-camlp4: init at 3.0.0

js_of_ocaml-ppx: init at 3.0.0
2017-08-27 14:55:12 +00:00
Vincent Laporte 4b1a1c1846 js_of_ocaml-ocamlbuild: init at 3.0.0 2017-08-27 14:36:25 +00:00
Vincent Laporte ef2c0f317a js_of_ocaml-compiler: move 2017-08-27 14:29:57 +00:00
Vincent Laporte 4c23d059f5 obelisk: fix hash 2017-08-27 10:20:41 +02:00
Jörg Thalheim cea7c2477e Merge pull request #28603 from bachp/gitlab-runner-9.5.0
gitlab-runner: 9.4.2 -> 9.5.0
2017-08-27 09:15:31 +01:00
Vincent Laporte 460f640a5d ocamlPackages.fileutils: 0.5.1 -> 0.5.2 2017-08-27 10:03:00 +02:00
Pascal Bach d3b5fa3db2 gitlab-runner: 9.4.2 -> 9.5.0 2017-08-27 10:01:25 +02:00
Jörg Thalheim 445465e2fc Merge pull request #28597 from orivej/rocksndiamonds
rocksndiamonds: init at 4.0.0.2
2017-08-27 08:18:54 +01:00
Jörg Thalheim c9109e9483 Merge pull request #28172 from bcdarwin/gpy
gpy: init at 1.7.7
2017-08-27 08:13:43 +01:00
Vincent Laporte b07d148e1d obelisk: 0.2.0 -> 0.3.0 2017-08-27 06:56:35 +00:00
Jörg Thalheim b0e90b99db python.pkgs.pygame_sdl2: python3 tests are non-functional 2017-08-27 07:08:53 +01:00
Jörg Thalheim 3eae39b38a SDL2_mixer: use autoreconfHook 2017-08-27 06:34:08 +01:00
Leandro Lisboa Penz fc7397d66b Revert "gnu global: set path of default gtags.conf in wrapper"
This reverts commit bd0d64730a.

Setting GTAGSCONF is not an adequate solution as it prevents the use of
it and the way it was done also breaks gtags when it is called by
global.

Fixes NixOS/nixpkgs#26971
2017-08-27 04:36:45 +02:00
Franz Pletz b3d123fba5
uhd: 3.10.1.1 -> 3.10.2.0 2017-08-27 02:33:33 +02:00
Orivej Desh e5be0e82d2 SDL2_mixer: build with libmodplug and smpeg2 2017-08-26 23:15:19 +00:00
Orivej Desh 5772ce1dd8 smpeg2: init at svn412 2017-08-26 23:15:18 +00:00
Jörg Thalheim 5ae506e94a racket: fix shared library build 2017-08-26 20:12:07 +01:00
geistesk 8dc06a2385 racket: 6.9 -> 6.10 2017-08-26 18:35:40 +02:00
Jörg Thalheim 58dc4a8569 Merge pull request #28036 from roberth/frog
frog: init at v0.13.7
2017-08-26 16:06:43 +01:00
Jörg Thalheim 74bf7b78ca Merge pull request #28588 from romildo/upd.mkvtoolnix
mkvtoolnix: 14.0.0 -> 15.0.0, libebml: 1.3.4 -> 1.3.5
2017-08-26 15:41:48 +01:00
Joachim Fasting 8d7da77fb4
pharo: set platforms based on flavor selection 2017-08-26 16:03:31 +02:00
romildo 68d8674f5a libebml: 1.3.4 -> 1.3.5 2017-08-26 10:33:49 -03:00
Joachim Fasting 5ddacdc3a8
Merge remote-tracking branch 'lukego/pharo6-for-nixpkgs'
Closes https://github.com/NixOS/nixpkgs/pull/26924
2017-08-26 15:17:33 +02:00
Jörg Thalheim 142db91b81 Merge pull request #28584 from wizzup/add/nodePackages.livedown
nodePackages.livedown : init at 2.1.1
2017-08-26 14:00:13 +01:00
Jörg Thalheim ffd6443423 Merge pull request #28587 from vbgl/ppl-1.2
ppl: 1.1 -> 1.2
2017-08-26 13:52:53 +01:00
Roger Qiu 9bdf89692c flyway: init at 4.2.0 (#28586)
* flyway: init at 4.2.0

* flyway: simplify install phase
2017-08-26 13:44:39 +01:00
Vincent Laporte be5d898473 ppl: 1.1 -> 1.2 2017-08-26 13:58:35 +02:00
Peter Simons 8c3cc7c7c4 pkgs/development/compilers/ghc: drop un-referenced patch files 2017-08-26 13:49:18 +02:00
Volth ee51e73120
perl: 5.24.1 -> 5.24.2 and 5.22.3 -> 5.22.4
Scavenged by vcunat from #28353.
2017-08-26 12:35:33 +02:00
Vladimír Čunát 6eade284e7
Merge #28563: pango: fix pango_default_break function 2017-08-26 12:13:16 +02:00
wisut hantanong d732a5917a nodePackages.livedown : init at 2.1.1 2017-08-26 16:36:42 +07:00
Jörg Thalheim b0c32cf8c6 vmime: 0.9.2-pre-svn603 -> 0.9.2 2017-08-26 10:12:54 +01:00
wisut hantanong f195108c32 call generate.sh before add package to make diff more readable 2017-08-26 16:04:00 +07:00
Vladimír Čunát 7b0effc4e0
dee: fix with gcc-6
This warning is useful to devs and not integrators, really.
2017-08-26 10:48:55 +02:00
Jörg Thalheim 86890ae351 python.pkgs.requests_oauthlib: fix source hash 2017-08-26 09:46:31 +01:00
Jörg Thalheim 326f54d9ba log4cxx: fix gcc6 build 2017-08-26 09:46:06 +01:00
Jörg Thalheim 4596835502 xml-security-c: fix gcc6 build 2017-08-26 09:23:16 +01:00
Jörg Thalheim 48f337a882 python.pkgs.pysideShiboken: fix gcc6 build 2017-08-26 09:15:49 +01:00
Jörg Thalheim 5f482c5df4 libmusicbrainz2: remove deprecated version
builds no longer against gcc6 and is not used anywhere
2017-08-26 08:39:27 +01:00
Jörg Thalheim 1627e5b5d5 libtunegimp: remove package
it is deprecated by upstream: https://wiki.musicbrainz.org/History:libtunepimp
and uses an old version of libmusicbrainz, which does no longer build
2017-08-26 08:38:30 +01:00
Jörg Thalheim 9ece4aad10 Merge pull request #28407 from ThomasMader/dtools
dtools: rdmd -> dtools
2017-08-26 08:16:30 +01:00
Jörg Thalheim 5cad927052 Merge pull request #28433 from NeQuissimus/abcl_1_5_0
abcl: 1.4.0 -> 1.5.0
2017-08-26 07:34:34 +01:00
Jörg Thalheim b32d669e3d Merge pull request #28565 from fadenb/pythonPackages.phonenumbers_8.8.0
pythonPackages.phonenumbers: 8.7.1 -> 8.8.0
2017-08-25 20:41:27 +01:00
Jörg Thalheim ea491d4ea1 python.pkgs.phonenumbers: use fetchPypi 2017-08-25 20:40:46 +01:00
Jörg Thalheim 7e26e69a4b Merge pull request #28516 from vandenoever/qtchartsqml
qt5.qtcharts: enable qml
2017-08-25 20:37:21 +01:00
Vincent Laporte 96e1bca128 ocamlPackages.ocaml-migrate-parsetree: 1.0 -> 1.0.4 2017-08-25 19:27:19 +00:00
Frederik Rietdijk 665d393919 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-25 19:39:41 +02:00
Frederik Rietdijk 656e14f64f Merge remote-tracking branch 'upstream/python-wip' into HEAD 2017-08-25 19:37:57 +02:00
Frederik Rietdijk 7726a1ec25 python.pkgs.sphinxcontrib-websupport: init at 1.0.1 2017-08-25 19:36:20 +02:00
Frederik Rietdijk 2923300a5f python.pkgs.sqlalchemy: use pytest_30 and don't use pytest_xdist 2017-08-25 19:36:20 +02:00
Frederik Rietdijk 78c7b40062 python.pkgs.flask-pymong: 0.3.1 -> 0.5.1 2017-08-25 19:36:19 +02:00
Frederik Rietdijk 10df572a03 python.pkgs.pytest: use fetchPypi 2017-08-25 19:36:19 +02:00
Frederik Rietdijk 5c46301744 python.pkgs.pytest_30: keep this version 2017-08-25 19:36:19 +02:00
Frederik Rietdijk 7a6b150f94 python.pkgs.sqlmap: 1.0.11 -> 1.1.18 2017-08-25 19:36:17 +02:00
Frederik Rietdijk f6eb190e70 python.pkgs.pyrtlsdr: disable tests to fix build 2017-08-25 19:36:17 +02:00
Frederik Rietdijk b101bdddac python.pkgs.jsonpatch: 1.11 -> 1.16 2017-08-25 19:36:17 +02:00
Frederik Rietdijk 3efa08baea python.pkgs.semver: disable tests to fix build 2017-08-25 19:36:17 +02:00
Frederik Rietdijk 492390cfad python.pkgs.relatorio: fix build 2017-08-25 19:36:17 +02:00
Frederik Rietdijk b1c1892e2d python.pkgs.odfpy: 0.9.6 -> 1.3.5 2017-08-25 19:36:16 +02:00
Frederik Rietdijk 1e4029fa0a python.pkgs.python-editor: fix by disabling tests 2017-08-25 19:36:16 +02:00
Frederik Rietdijk 84adeffc6d mypy: 0.511 -> 0.521 2017-08-25 19:36:16 +02:00
Frederik Rietdijk f30d3635f5 python.pkgs.pytest-forked: init at 0.2 2017-08-25 19:36:15 +02:00
Frederik Rietdijk da32df875b python.pkgs.pytest-django: fix hash patch 2017-08-25 19:36:15 +02:00
Lancelot SIX 84c6e6b4d7 pythonPackages.setuptools_scm: 1.15.0 -> 1.15.6 2017-08-25 19:36:15 +02:00
Lancelot SIX d2b5850ad0 pythonPackages.py: 1.4.31 -> 1.4.34 2017-08-25 19:36:15 +02:00
Frederik Rietdijk d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +02:00
Frederik Rietdijk 4c103bc6f1 Merge pull request #28505 from cse-bristol/python-linode-api
python linode-api: 4.1.1b2 -> 4.1.2b0
2017-08-25 18:03:58 +02:00
Tristan Helmich 61ea0eb88c pythonPackages.phonenumbers: 8.7.1 -> 8.8.0 2017-08-25 16:43:17 +02:00
Joachim F d4779c4d8b Merge pull request #28483 from Gerschtli/update/libcouchbase
libcouchbase: 2.7.2 -> 2.7.6
2017-08-25 14:19:32 +00:00
WilliButz 0eb868fa8a
pango: fix pango_default_break function
bug: https://bugzilla.gnome.org/show_bug.cgi?id=785978#c9

(fixes the failing perl-gtk2 tests)
2017-08-25 15:54:37 +02:00
Peter Simons 30c15c9149 Fix a bunch of ghc-8.2.x Haskell builds. 2017-08-25 14:42:04 +02:00
Jörg Thalheim d42deacc00 Merge pull request #28487 from ilpianista/qoauth
qoauth: 1.0.1 -> 2.0.0
2017-08-25 13:20:07 +01:00
Jörg Thalheim 6ec7c5cff2 Merge pull request #28488 from alunduil/add-alunduil-maintainer
add alunduil as collection-json maintainer
2017-08-25 13:16:06 +01:00
Jörg Thalheim 13ab95f7be Merge pull request #28538 from olejorgenb/python-matrix-client
Add matrix-python-sdk (pypi: matrix-client)
2017-08-25 12:53:06 +01:00
Jörg Thalheim b854e83183 pythonPackages.matrix-client: don't pass pythonPackages 2017-08-25 12:50:41 +01:00
Jörg Thalheim f7ae955bc2 Merge pull request #28524 from Ralith/electron
electron: 1.6.6 -> 1.7.5
2017-08-25 09:56:12 +01:00
Jörg Thalheim f9127f8293 Merge pull request #28525 from moaxcp/master
visualvm: 1.3.8 -> 1.3.9
2017-08-25 08:06:56 +01:00
Jörg Thalheim 56429bf9e3 Merge pull request #28548 from WilliButz/packageUpdates
update packages: watchman, feh, whois, duc, evemu and debianutils
2017-08-25 07:57:57 +01:00
Jörg Thalheim cfaa4235e3 geis: fix compilation 2017-08-25 07:41:02 +01:00
Jörg Thalheim ef6e2d13b0 grail: 3.1.0 -> 3.1.1 2017-08-25 07:30:10 +01:00
Jörg Thalheim a86b304a26 grails: 2.4.3 -> 3.3.0 2017-08-25 07:26:21 +01:00
WilliButz 8ddc3eb988
watchman: 4.7.0 -> 4.9.0 2017-08-24 21:20:03 +02:00
Ole Jørgen Brønner 49ab1dcc69 pythonPackages.matrix-client: init at 0.0.6 2017-08-24 20:07:08 +02:00
Vincent Laporte 77404dbf37 jbuilder: 1.0+beta7 -> 1.0+beta12
ocamlPackages.sexplib: 0.9.1 -> 0.9.2

ocamlPackages.base: 0.9.1 -> 0.9.3

ocamlPackages.ppx_driver: 0.9.0 -> 0.9.1

ocamlPackages.bin_prot: 0.9.0 -> 0.9.1

ocamlPackages.ppx_inline_test: 0.9.0 -> 0.9.2
2017-08-24 17:53:55 +00:00
Vincent Laporte 01495f3255 ocamlPackages.js_of_ocaml-compiler: init at 0.3.0 2017-08-24 17:49:05 +00:00
Albert Peschar f2cdc1e5c2 twisted: update to 17.5.0 2017-08-24 19:48:31 +02:00
Frederik Rietdijk c6718c01a9 Merge pull request #28295 from apeschar/twisted
twisted: update to 17.5.0
2017-08-24 19:04:12 +02:00
Gaël Donval 3eca1c5500 Add patch to enable SIGBUS capture
Kernels older than 3.18.6 emit SIGBUS signal upon stackoverflow instead of SIGSEGV. This patch enables the capture of SIGBUS (just as it is done on Darwin).

Applying it fixes https://github.com/NixOS/nixpkgs/issues/6028 and https://github.com/NixOS/nixpkgs/issues/28464#issuecomment-324255704
2017-08-24 15:34:23 +01:00
Joachim Fasting 6d795e1bae
ntbtls: init at 0.1.1 2017-08-24 14:14:43 +02:00
John Mercier d4ccf3f1b2 visualvm: 1.3.8 -> 1.3.9 2017-08-23 21:14:57 -04:00
Benjamin Saunders 0df187a17a electron: 1.6.6 -> 1.7.5 2017-08-23 17:49:40 -07:00
Tuomas Tynkkynen 2fc7651b25 Merge remote-tracking branch 'upstream/master' into staging 2017-08-24 02:08:32 +03:00
Tuomas Tynkkynen 0c0fad6141 treewide: Consistently call ARM 'arm'
No need for silly differences.
2017-08-24 01:17:01 +03:00
Vincent Laporte 6e200f2644 ocamlPackages.core: 0.9.0 -> 0.9.1 2017-08-23 20:22:00 +00:00
Vincent Laporte cf7df9230b ocamlPackages.ppx_derivers: init at 1.0
Ppx_derivers is a tiny package whose sole purpose is to allow ppx_deriving and
ppx_type_conv to inter-operate gracefully when linked as part of the same
ocaml-migrate-parsetree driver.

Homepage: https://github.com/diml/ppx_derivers
2017-08-23 20:22:00 +00:00
Alexandre Peyroux a65a499ca2 grammalecte: 0.5.17.2 -> 0.5.18 (#28510) 2017-08-23 19:47:47 +00:00
Joachim F 65e4856058 Merge pull request #28489 from LumiGuide/elk-5.5.2
elk: 5.4.2 -> 5.5.2
2017-08-23 19:29:04 +00:00
Joachim F 3709a864df Merge pull request #28508 from juliendehos/eigen3
eigen: fix configuration file for pkg-config
2017-08-23 19:25:11 +00:00
John Ericson ebc9b161cd gcc: Add configurePlatforms exception for Arm 32
...just as we did for binutils. When the underlying issue is resolved
(probably with a configure script patch or lib/systems/parse.nix
change), this should be reverted.
2017-08-23 14:38:08 -04:00
John Ericson 71186e7345 gcc: Use configurePlatforms to control --build, --host, and --target 2017-08-23 14:28:59 -04:00