Commit Graph

69111 Commits

Author SHA1 Message Date
Artemis Tosini
9273a22c48
insomnia: 6.5.3 → 6.6.2 2019-09-11 23:43:27 +00:00
Peter Hoeg
3ec8bc5ef2 pythonPackages.tvnamer: pytest belongs in checkInputs 2019-09-11 18:46:12 +02:00
adisbladis
7782fcfffe
Merge pull request #68195 from adisbladis/drop-go-1_11
Drop unsupported go version 1.11
2019-09-11 15:05:38 +01:00
Sascha Grunert
1593d91692 buildah: 1.10.1 -> 1.11.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-11 16:05:07 +02:00
adisbladis
3e501fe168
go_1_11: Drop package
It's unsupported by upstream.
2019-09-11 14:33:13 +01:00
worldofpeace
0fda5eff8e
Merge pull request #68495 from Taneb/fix-qtscript
qt5{9,11}.qtscript: fix errors due to gcc8.3 upgrade
2019-09-11 08:43:09 -04:00
Nathan van Doorn
4535178a37 qt59.qtscript: fix error due to gcc8.3 2019-09-11 13:33:38 +01:00
Nathan van Doorn
a4ace375d2 qt511.qtscript: fix error due to gcc8.3 2019-09-11 13:32:53 +01:00
Peter Simons
14854f20bb python-alembic: add missing 'setuptools' to propagatedBuildInputs
As a side-effect of f7e28bf5d8, the build
no longer propagated 'setuptools', which is a run-time dependency. See
https://github.com/NixOS/nixpkgs/pull/68314 for further details.
2019-09-11 12:17:15 +02:00
worldofpeace
85c5c3ab1e
Merge pull request #68467 from aanderse/zhf/love_0_8
love_0_8: fix broken build
2019-09-11 05:59:59 -04:00
Peter Simons
b57f25ac80 python-django-haystack: add missing 'setuptools' to propagatedBuildInputs
As a side-effect of f7e28bf5d8, the build
no longer propagated 'setuptools', which is a run-time dependency. See
https://github.com/NixOS/nixpkgs/pull/68314 for further details.

Fixes https://github.com/NixOS/nixpkgs/issues/68479.
2019-09-11 11:45:23 +02:00
Peter Simons
efb354ef04 python-setuptools_scm: enable the test suite
It succeeds fine with both Python 2.x and 3.x.
2019-09-11 11:09:50 +02:00
Peter Simons
5c582f35c1 haskell: fix evaluation error in tensorflow-proto 2019-09-11 10:52:04 +02:00
Domen Kožar
f4316473d9 ghc: compile with DWARF support by default
This allows our GHCs to build programs with DWARF debug information
when -g is passed, see https://ghc.haskell.org/trac/ghc/wiki/DWARF.

Compiling with debug symbols is off by default until GHC ticket #15960
(Using -g causes differences in generated core) is fixed.
2019-09-11 10:52:04 +02:00
Peter Simons
f2bf25e53a hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-7-ga804c35 from Hackage revision
0bd93345ee.
2019-09-11 10:51:58 +02:00
Peter Simons
fac2b0126f hackage2nix: disable broken packages that cause evaluation errors on Hydra 2019-09-11 10:51:58 +02:00
Peter Simons
216fae4043 LTS Haskell 14.5 2019-09-11 10:51:58 +02:00
Jörg Thalheim
c7a84aaca3
Merge pull request #68486 from B4dM4n/django-doublewrap
django: don't wrap binary files twice
2019-09-11 09:30:13 +01:00
Lancelot SIX
53ed1a9228
Merge pull request #68480 from kquick/master
python: thespian: 3.9.10 -> 3.9.11
2019-09-11 10:26:11 +02:00
Gabriel Ebner
129fddf6be
tokei: 9.1.1 -> 10.0.1 (#68403)
tokei: 9.1.1 -> 10.0.1
2019-09-11 10:05:02 +02:00
Fabian Möller
7a4644fcb8
django: don't wrap binary files twice 2019-09-11 09:49:17 +02:00
worldofpeace
f7571a06af
Merge pull request #68465 from arcnmx/pr-fix-python-brotli
pythonPackages.brotli: fix build
2019-09-11 02:56:53 -04:00
Kevin Quick
85f655789e python: thespian: 3.9.10 -> 3.9.11 2019-09-10 23:37:55 -07:00
Ivan Kozik
7e7c98a199 snscrape: fix startup
This fixes:

Traceback (most recent call last):
  File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/bin/.snscrape-wrapped", line 11, in <module>
    sys.exit(main())
  File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/lib/python3.7/site-packages/snscrape/cli.py", line 218, in main
    args = parse_args()
  File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/lib/python3.7/site-packages/snscrape/cli.py", line 154, in parse_args
    import snscrape.version
  File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/lib/python3.7/site-packages/snscrape/version.py", line 1, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

Related: https://github.com/NixOS/nixpkgs/pull/68314
2019-09-11 04:56:21 +00:00
Aaron Andersen
ef114315ca love_0_8: fix broken build 2019-09-10 20:57:12 -04:00
arcnmx
91b7dd6c91 pythonPackages.brotli: fix build
Recent changes to buildPythonPackage seem to have enabled a configure
script that doesn't work, so disable it.
2019-09-10 17:06:15 -07:00
worldofpeace
9cbc8f38a6
Merge pull request #68434 from d-goldin/release-19.09/qtwebtoolkit-disable-memaccess-warnings
qtwebkit: fixing build / reducing build log size
2019-09-10 18:18:51 -04:00
Orivej Desh
93bf6e2648 libipt: fix maintainers 2019-09-10 21:08:18 +00:00
Orivej Desh
5d9a003804 libipt: init at 2.0.1 2019-09-10 21:04:12 +00:00
Frederik Rietdijk
c99529a4b6 python.pkgs.wheelUnpackHook: propagate wheel
This was accidentally removed when buildPython* was rewritten as hooks.
2019-09-10 22:26:20 +02:00
Peter Simons
3ae2b4b5bb Revert "python.pkgs.blessed: disable failing test"
This reverts commit 4dd38c4289.
Disabling the test suite is unnecessary; I fixed it with
4dd38c4289.
2019-09-10 22:21:56 +02:00
Lily Ballard
0f34860540 tokei: 9.1.1 -> 10.0.1
Enable all crate features, which gets us alternative output formats.

Update description and add long description to match what's in the
GitHub repo.

Add myself as a maintainer.
2019-09-10 13:21:37 -07:00
Ben Wolsieffer
72f76fe856 openjdk8: use lndir instead of single symlink to JRE
Directly symlinking from the JDK to the JRE confused Gradle and made it try to
find JDK files inside the JRE.
2019-09-10 22:20:27 +02:00
Frederik Rietdijk
aa6c38d9c1 python.pkgs.django_extensions: 2.1.4 -> 2.1.9 2019-09-10 22:07:55 +02:00
Frederik Rietdijk
4dd38c4289 python.pkgs.blessed: disable failing test 2019-09-10 22:07:55 +02:00
Jan Tojnar
8ab501545d
sup: remove (#68416)
sup: remove
2019-09-10 19:43:18 +02:00
Peter Simons
26771ad0c5 python-blessed: apply upstream patches to fix the test suite
Fixes https://github.com/NixOS/nixpkgs/issues/68427.
2019-09-10 19:38:39 +02:00
Dima
6f1ad0676f qtwebkit: fixing build / reducing build log size
GCC 8 introduced a new type of warning `-Wclass-memaccess` which
is included in `-Wall`. This warnings spits out *a million* of warnings
like the following:

```
[...]
/build/source/Source/WTF/wtf/Vector.h:128:15: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class WTF::RefPtr<WebCore::TransformOperation>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
         memcpy(dst, src, reinterpret_cast<const char*>(srcEnd) - reinterpret_cast<const char*>(src));
[...]
``

Logs demonstrating the issue:
https://hydra.nixos.org/build/100205478/nixlog/1

While I don't think disabling warnings is the best way to deal with this,
there is alrady precedent for this package and I don't feel confident enough
to either patch or bump this package.

Please view this as a low-friction sub-optimal suggestion in case nobody else
has a better fix.
2019-09-10 18:42:30 +02:00
Gabriel Ebner
91fc12514f pythonPackages.pivy: fix build 2019-09-10 18:37:04 +02:00
Enno Lohmeier
2437ecacce pythonPackages.connexion: init at 2.3.0 2019-09-10 17:24:20 +02:00
Enno Lohmeier
a4a7243a57 pythonPackages.aiohttp-swagger: init at 1.0.5 2019-09-10 17:24:20 +02:00
Enno Lohmeier
6270f3955e pythonPackages.swagger-ui-bundle: init at 0.0.5 2019-09-10 17:24:20 +02:00
Enno Lohmeier
ea70d67235 pythonPackages.clickclick: init at 1.2.2 2019-09-10 17:24:20 +02:00
Sarah Brofeldt
8d6878c861
Merge pull request #68413 from manveru/fix-gpgme-gem
gem-config: fix gpgme
2019-09-10 16:57:12 +02:00
Vincent Laporte
748046d594 ocamlPackages.janeStreet: init at 0.12 (for OCaml ≥ 4.07)
Also add a few legacy packages at version 0.11 for OCaml ≥ 4.07: configurator,
ppx_core, ppx_driver, ppx_type_conv

ocamlPackages.bap: disable for OCaml ≥ 4.07

ocamlPackages.bistro: 0.4.0 -> 0.5.0
2019-09-10 14:05:26 +00:00
Vincent Laporte
764724a631 ocamlPackages.nocrypto: add explicit dependency to ppx_deriving 2019-09-10 14:05:26 +00:00
Michael Fellinger
da7886c940
sup: remove 2019-09-10 15:49:31 +02:00
Michael Fellinger
35f849ab44
gem-config: fix gpgme 2019-09-10 15:49:00 +02:00
Peter Hoeg
d9b290000e
Merge pull request #68086 from alapshin/ktorrent
ktorrent: 5.1.0 -> 5.1.2
2019-09-10 21:33:47 +08:00
Lancelot SIX
9c171d2911
Merge pull request #67571 from leenaars/fire
pythonPackages.fire: 0.1.3 -> 0.2.1
2019-09-10 10:03:15 +02:00