Commit Graph

118487 Commits

Author SHA1 Message Date
Elis Hirwing c2eb722948 pythonPackages.blinker: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing 03fa93875c pythonPackages.bitbucket-cli: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing 9ae3047c2f pythonPackages.bitbucket_api: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing 0fdebd98b9 pythonPackages.billiard: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing 85e3b5bd41 pythonPackages.pyechonest: Move to own file
Also disable on Py3k due to syntax errors.
2018-04-04 19:45:58 +02:00
Elis Hirwing 111b4b859f pythonPackages.responses: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing 760af870e9 pythonPackages.iowait: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing 8958b5132e pythonPackages.dugong: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing b21f68f0c0 pythonPackages.defusedxml: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing adb19caa9d pythonPackages.debian: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing 15ae9cfeca pythonPackages.datadog: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing 921934f458 pythonPackages.colour: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing ece5086d0e pythonPackages.colorclass: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing cbc5202c1b pythonPackages.circus: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing 04da3ea5fb pythonPackages.cgroup-utils: Remove postPatch that seems to have been forgotten to be moved 2018-04-04 19:45:58 +02:00
Elis Hirwing e4fe13701b pythonPackages.buttersink: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing 27270b2ea6 pythonPackages.betamax: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing 5fe48723fa pythonPackages.bcdoc: Move to own file 2018-04-04 19:45:58 +02:00
Elis Hirwing fd15953272 pythonPackages.batinfo: Move to own file 2018-04-04 19:45:57 +02:00
Elis Hirwing f14c61c933 pythonPackages.babelfish: Move to own file 2018-04-04 19:45:57 +02:00
Elis Hirwing 07f611a12d pythonPackages.noise: Move to own file 2018-04-04 19:45:57 +02:00
Elis Hirwing f79f9561a2 pythonPackages.avro3k: Move to own file 2018-04-04 19:45:57 +02:00
Elis Hirwing a5c4679bef pythonPackages.avro: Move to own file 2018-04-04 19:45:57 +02:00
Elis Hirwing 4e2d86cf7f pythonPackages.attrdict: Move to own file 2018-04-04 19:45:57 +02:00
Elis Hirwing db6d615e6e pythonPackages.atomicwrites: Move to own file 2018-04-04 19:45:57 +02:00
Elis Hirwing 258fee9987 pythonPackages.atomiclong: Move to own file 2018-04-04 19:45:57 +02:00
Elis Hirwing 0ddbc518eb pythonPackages.asyncio: Move to own file 2018-04-04 19:45:57 +02:00
Elis Hirwing 1943bf73a4 pythonPackages.application: Move to own file 2018-04-04 19:45:57 +02:00
Elis Hirwing 4623b2d349 pythonPackages.amqp: Move to own file 2018-04-04 19:45:57 +02:00
Frederik Rietdijk 23741692fa Merge master into staging 2018-04-04 19:36:39 +02:00
Ben Gamari b9484875bc pythonPackages.Rtree: init at 0.8.3
This is a commonly-used package for spatial indexing.

Strangely enough, the tests are broken due to memory unsafety that I was unable
to reproduce under Debian. For instance, when run with Python 3.6 valgrind
reports,

==10453== Invalid read of size 4
==10453==    at 0x4EF1DFA: _PyObject_Free (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FE7D96: _PyFaulthandler_Fini (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F8438D: Py_FinalizeEx (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F9F398: Py_Main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x400BDF: main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/bin/python3.6)
==10453==  Address 0x67b1020 is 352 bytes inside a block of size 640 free'd
==10453==    at 0x4C2DD6B: free (in /nix/store/6z028lfnxyhh8dlngpm6zrkwqxmbglj4-valgrind-3.13.0/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==10453==    by 0x4EDDC4A: free_keys_object (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EDEE63: dict_dealloc (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EECF59: module_clear (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA062B: collect (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA13A0: _PyGC_CollectNoFail (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F79CED: PyImport_Cleanup (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F8436F: Py_FinalizeEx (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F9F398: Py_Main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x400BDF: main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/bin/python3.6)
==10453==
==10453== Conditional jump or move depends on uninitialised value(s)
==10453==    at 0x4EF1E03: _PyObject_Free (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EFEF2D: type_dealloc (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EFD009: subtype_dealloc (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA063E: collect (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA13A0: _PyGC_CollectNoFail (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F79DF8: PyImport_Cleanup (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F8436F: Py_FinalizeEx (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F9F398: Py_Main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x400BDF: main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/bin/python3.6)
==10453==
...
2018-04-04 18:39:01 +02:00
Jan Tojnar c490b05507
Merge pull request #38149 from bkchr/gst_1_14_0
Updates gstreamer and plugins to 1.14.0
2018-04-04 18:34:40 +02:00
Jörg Thalheim a4581f521d
Merge pull request #38427 from mkaito/update-factorio
factorio: 0.16.24 -> 0.16.36
2018-04-04 17:02:45 +01:00
Jörg Thalheim b2851676c3
Merge pull request #38434 from Mic92/zfs-unstable
linuxPackages.zfsUnstable: 2018-02-02 -> 2018-04-04
2018-04-04 16:50:47 +01:00
Bastian Köcher 853a086b6a corebird: gtkSupport moved to gst-plugins-good 2018-04-04 17:50:33 +02:00
Bastian Köcher e7410733f1 gst-plugins-bad: Removes unused depdency
See: https://bugzilla.gnome.org/show_bug.cgi?id=719849
2018-04-04 17:44:23 +02:00
Jörg Thalheim eaaa0c109d
Merge pull request #38409 from layus/cups-filters-disown
cups-filters: remove myself from maintainers
2018-04-04 16:44:08 +01:00
Bastian Köcher 9ad4ca13c3 Moves gtksupport from `gst-plugins-good` to `gst-plugins-bad` 2018-04-04 17:43:36 +02:00
Robert Schütz 1ddff47184
Merge pull request #38361 from Ma27/update-face-recognition
Update face recognition
2018-04-04 17:42:29 +02:00
Bastian Köcher 4a945a03fd gst-plugins-good: Adds twolame dependency 2018-04-04 17:34:38 +02:00
Jörg Thalheim d5ee86533a
Merge pull request #38415 from Infinisil/fix/rocksdblite
rocksdb_lite: Fix
2018-04-04 16:33:45 +01:00
Bastian Köcher 41a4fea5de Move dependencies from ugly to good as the code moved
See: https://bugzilla.gnome.org/show_bug.cgi?id=774252
2018-04-04 17:25:39 +02:00
Jan Tojnar be5bff0214 pythonPackages.gst-python: 1.12.3 → 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher 40b4b87cc4 Switch to absolute path for includedir/libdir 2018-04-04 17:25:39 +02:00
Bastian Köcher 3508f3058d gst-gnonlin: Remove package as it is deprecated 2018-04-04 17:25:39 +02:00
Bastian Köcher fd5c1f665e gst-editing-services: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher 69fb4ddb6e gst-vaapi: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher 2a80d83f59 gst-libav: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher 42d3b5c846 gst-rtsp-server: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher a19a9b2b14 gst-plugins-ugly: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher ac0d32b866 gst-plugins-bad: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher fd0474e6f8 gst-plugins-good: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher edd17a0cab gst-plugins-base: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher 365640a6f3 gstreamer: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher 1884beb21e gst-rtsp-server: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher 06f9b94a7c gst-validate: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher bdefa9ab7b gst-vaapi: 1.12.4 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher 78b59ff8e8 gst-libav: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher 222883a62f gst-editing-services: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher 1e71bcff93 gst-plugins-ugly: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher cd28a5e233 gst-plugins-bad: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher d18d0c2f30 gst-plugins-good: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher 346ab3dc29 gst-plugins-base: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher db2977ad51 gstreamer: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Silvan Mosberger 336ef91339
rocksdb: Disable aarch64
Because the build for it is broken
2018-04-04 17:08:52 +02:00
Jörg Thalheim b76f0ed3ed
Merge pull request #38426 from fgaz/gron
gron: init at 0.5.1
2018-04-04 16:05:22 +01:00
Jörg Thalheim 1d3bd388e7
Merge pull request #38436 from coreyoconnor/linux-firmware-fix
firmware-linux-nonfree: Update SHA and add rev to prevent breakage
2018-04-04 16:03:25 +01:00
Michael Raskin 26597bf59c
Merge pull request #38435 from fgaz/jl
jl: iniit at 0.0.4
2018-04-04 14:49:40 +00:00
Corey O'Connor fccddb2556 firmware-linux-nonfree: Update SHA and add rev to prevent breakage on future commits. 2018-04-04 07:41:56 -07:00
Jörg Thalheim 41958e5d2b linuxPackages.zfsUnstable: 2018-02-02 -> 2018-04-04 2018-04-04 15:27:25 +01:00
Jörg Thalheim 28ba64c433 linuxPackages.splUnstable: 2018-01-24 -> 2018-03-09 2018-04-04 15:27:19 +01:00
Francesco Gazzetta 1150bdedd1 jl: iniit at 0.0.4 2018-04-04 14:11:04 +00:00
Tuomas Tynkkynen af16d71e88 gsl: Disable tests on aarch64
https://hydra.nixos.org/build/70700906

I opened an upstream bug, but their bug system is e-mail based and I
haven't got a single reply which contains an web link :(
2018-04-04 16:54:39 +03:00
Michael Raskin 63c6c2dbdc
Merge pull request #36785 from Ma27/configurable-rofi-theme
rofi: add `theme` option
2018-04-04 13:44:56 +00:00
Daniel Peebles fcbe4afe18
Merge pull request #36441 from LnL7/darwin-cleanup-frameworks
darwin-frameworks: cleanup
2018-04-04 09:38:27 -04:00
Michael Raskin ed1312f782
Merge pull request #38428 from Ekleog/doc-weechat
Add documentation for weechat
2018-04-04 13:34:20 +00:00
Michael Raskin 31fe962bb1
Merge pull request #38365 from fare-patches/master
Monthly update for Gambit and Gerbil
2018-04-04 13:33:16 +00:00
Maximilian Bosch 26a4e02e95
rofi: add `theme` option
This is helpful when defining a `*.rasi` theme for rofi using
`pkgs.writeText` rather than messing up the impure `~/.config`
directory.
2018-04-04 15:24:51 +02:00
Pascal Wittmann c70addc2ae
Merge pull request #38247 from r-ryantm/auto-update/doit
doit: 0.31.0 -> 0.31.1
2018-04-04 15:21:46 +02:00
Pascal Wittmann 8025660ad6
Merge pull request #38274 from r-ryantm/auto-update/arangodb
arangodb: 3.3.4 -> 3.3.5
2018-04-04 15:19:38 +02:00
Peter Simons ed92418b96 ghc: add version 8.4.2-rc1 2018-04-04 15:00:31 +02:00
Peter Simons c111b4bf80 haskell-alex: fix broken test suite 2018-04-04 15:00:25 +02:00
Peter Simons 821592f5ba haskell-data-inttrie: drop obsolete override 2018-04-04 15:00:24 +02:00
Peter Simons 170ea4f6c8 haskell-hackage-security: update override after Stackage update 2018-04-04 15:00:24 +02:00
Peter Simons 54d20d9a7c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-5-g17e0b6c from Hackage revision
e8d163b127.
2018-04-04 15:00:24 +02:00
Peter Simons f11302e665 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-3-g5b271ab from Hackage revision
2a6f701156.
2018-04-04 15:00:23 +02:00
Peter Simons 8a10401452 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-5-g611edf4 from Hackage revision
fb685155eb.
2018-04-04 14:59:54 +02:00
Peter Simons 5e39db2297 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-3-g5b271ab from Hackage revision
54d2fd4d50.
2018-04-04 14:59:53 +02:00
Peter Simons fc85a86e62 LTS Haskell 11.3 2018-04-04 14:59:53 +02:00
Léo Gaspard fe21790989 weechat: forward metadata to wrapper 2018-04-04 14:58:56 +02:00
Léo Gaspard 51d9192cdd weechat: point description to documentation 2018-04-04 14:58:54 +02:00
Tim Steinbach 2bb28e1f01
Revert "git: 2.16.3 -> 2.17.0"
This reverts commit 3bd496faa8.
2018-04-04 08:35:19 -04:00
Michishige Kaito f56b733e31 factorio: 16.24 -> 16.36
Update all factorio packages to their latest version. The fact that the
experimental version is lower than the alpha version is just because
they haven't made an experimental release after the last stable.
2018-04-04 13:18:15 +01:00
Michishige Kaito ff20c6c765 Add missing package `factorio-headless-experimental`
All combinations of headless/alpha and stable/experimental were present,
except for this one.
2018-04-04 13:17:33 +01:00
Francesco Gazzetta 70ff455608 gron: init at 0.5.1 2018-04-04 11:45:54 +00:00
Jörg Thalheim df57003e96
Merge pull request #38228 from mbode/kubectl_zsh_completion
kubernetes: add kubectl zsh completion
2018-04-04 12:44:59 +01:00
Francois-Rene Rideau a48bfdc260 gerbil-unstable: init at 2018-04-03 2018-04-04 07:43:00 -04:00
Francois-Rene Rideau d50469adc7 gambit-unstable: init at 2018-03-26 2018-04-04 07:39:48 -04:00
Jörg Thalheim e9fd45a1a7
Merge pull request #38412 from Infinisil/fix/xbursttools
xbursttools: Fix build
2018-04-04 12:02:23 +01:00
Jörg Thalheim e7d77fecfe
Merge pull request #38242 from Mic92/lightstep-tracer-cpp
lightstep-tracer-cpp: mark as broken
2018-04-04 11:57:55 +01:00