3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

26082 commits

Author SHA1 Message Date
Anthony Cowley 1a10a377ec pcl: fix problem finding OpenGL on darwin 2016-10-06 02:01:46 -04:00
Peter Hoeg 127a04f4ee zeal: 0.2.1 -> 0.3.0
This new version fixes #8008 which despite the issue being closed was
still a problem.

We now compile it with the default qt5 which as of today is 5.6.1
instead of forcing 5.5.
2016-10-06 13:11:26 +08:00
Michael Weiss 8268f0a759 pgpdump: init at v0.31
Add the package "pgpdump" at version v0.31 under the category
"tools/security", add it to the top-level package collection and set
myself as the maintainer (I added myself to lib/maintainers.nix).

I have tested this package under NixOS and Gentoo+Nix.
2016-10-06 03:17:01 +02:00
Michael Lieberman 5baecbc4af ptpython: init at 0.35 2016-10-05 15:36:57 -04:00
Robin Gloster cd1ec18b42 thin-provisioning-tools: init at 0.6.3 (#19268) 2016-10-05 20:28:28 +02:00
Alex Ivanov 2aeb234f25 pakcs: update to 1.14.0 2016-10-05 21:20:58 +03:00
Vincent Laporte 7b805bd0b0 ProofGeneral: 4.2 -> 4.4 2016-10-05 19:09:36 +02:00
Vladimír Čunát 30f551d8b2 Merge branch 'master' into staging 2016-10-05 19:02:48 +02:00
Frederik Rietdijk 529a4050cd Merge pull request #19241 from MostAwesomeDude/tahoe
python2.7-nevow: 0.11.1 -> 0.14.2
2016-10-05 18:57:01 +02:00
Frederik Rietdijk 3631da6c20 Merge pull request #19266 from NixOS/python-wip
Python package updates
2016-10-05 18:50:35 +02:00
Frederik Rietdijk 197b9ec123 Merge pull request #19260 from lsix/update_tornado
pythonPackages.tornado: 4.4.1 -> 4.4.2
2016-10-05 17:03:01 +02:00
Lancelot SIX e380a84ad9 pythonPackages.tornado: 4.4.1 -> 4.4.2
Release details:
http://www.tornadoweb.org/en/stable/releases/v4.4.2.html
2016-10-05 16:47:19 +02:00
Frederik Rietdijk b0808b084a pythonPackages.geventhttpclient: 1.2.0 -> 1.3.1 2016-10-05 15:44:49 +02:00
Frederik Rietdijk 11433cc798 pythonPackages.netlib: remove since it is not used anymore by mitmproxy 2016-10-05 15:44:49 +02:00
Frederik Rietdijk cbc2327fab pythonPackages.mitmproxy: 0.14 -> 0.17.1 2016-10-05 15:44:48 +02:00
Frederik Rietdijk 9caf12c88e pythonPackages.html2text: 2015.11.4 -> 2016.9.19 2016-10-05 15:44:48 +02:00
Frederik Rietdijk 5fc1a22a23 pythonPackages.widgetsnbextension: init at 1.2.6 2016-10-05 15:44:48 +02:00
Frederik Rietdijk e1bd33004c pythonPackages.attrs: 16.0.0 -> 16.2.0 2016-10-05 15:44:48 +02:00
Frederik Rietdijk f56185c924 pythonPackages.scipy: 0.18.0 -> 0.18.1 2016-10-05 15:44:47 +02:00
Frederik Rietdijk bde9e11f5d pythonPackages.pandas: 0.18.1 -> 0.19.0 2016-10-05 15:44:47 +02:00
Edward Tjörnhammar e4bdbfc247
languagetool: init at 3.5 2016-10-05 15:11:20 +02:00
Frederik Rietdijk a6de7142ce Merge pull request #19218 from Profpatsch/searx-pyopenssl
searx: fix pyopenssl version
2016-10-05 13:17:10 +02:00
Frederik Rietdijk 8d42c1e95d pythonPackages.numpy: 1.11.1 -> 1.11.2 2016-10-05 12:36:17 +02:00
Frederik Rietdijk 9364cb0feb pythonPackages.uncertainties: 2.4.8.1 -> 3.0.1 2016-10-05 12:36:16 +02:00
Frederik Rietdijk ee843b79ce pythonPackages.Theano: 0.8.1 -> 0.8.2 2016-10-05 12:36:16 +02:00
Frederik Rietdijk 4dee695764 pythonPackages.scikitlearn: 0.17.1 -> 0.18 2016-10-05 12:36:15 +02:00
Frederik Rietdijk 5e0ac16e1f pythonPackages.Kajiki: 0.5.2 -> 0.5.5 2016-10-05 12:36:15 +02:00
Frederik Rietdijk 7ad156b476 pythonPackages.notebook: 4.2.2 -> 4.2.3 2016-10-05 12:36:14 +02:00
Frederik Rietdijk 08d61cea4b pythonPackages.jupyter_core: 4.1.1 -> 4.2.0 2016-10-05 12:36:14 +02:00
Frederik Rietdijk a60c4bb61a pythonPackages.jupyter_client: 4.3.0 -> 4.4.0 2016-10-05 12:36:13 +02:00
Frederik Rietdijk 0abc704b6a pythonPackages.ipywidgets: 4.1.1 -> 5.2.2 2016-10-05 12:36:13 +02:00
Lancelot SIX 74e52576e0 pythonPackages.django_1_10: 1.10.1 -> 1.10.2 (#19193)
This is a bugfix release.

See https://docs.djangoproject.com/en/1.10/releases/1.10.2/
2016-10-05 12:28:17 +02:00
Philip Potter f94072196d cookiecutter: 1.3.0 -> 1.4.0 (#19232)
This version bump changes the dependencies, adding in two new packages
`poyo` and `jinja2_time`.  This in turn fixes python3 support.

In order to get python3Packages.cookiecutter to build, I had to add pytest as
a dependency to whichcraft; I'm not sure why this wasn't already there.

I tried to build pypyPackages.cookiecutter, but the resulting binary
fails with the message:

    $ cookiecutter gh:audreyr/cookiecutter-pypackage
    Traceback (most recent call last):
      File "/nix/store/v1czxi8amljxkp6nxi8x1hxa7lkb6i7c-pypy5.4.1-cookiecutter-1.4.0/bin/.cookiecutter-wrapped", line 8, in <module>
        from cookiecutter.cli import main
    ImportError: No module named cookiecutter

I'm not sure how to debug this.
2016-10-05 12:26:20 +02:00
Frederik Rietdijk f1074590da pythonPackages.ipyparallel: 5.0.1 -> 5.2.0 2016-10-05 10:03:51 +02:00
Frederik Rietdijk 02801ab700 pythonPackages.ipykernel: 4.3.1 -> 4.5.0 2016-10-05 10:03:51 +02:00
Frederik Rietdijk 57168395b8 pythonPackages.jupyterlab: 0.1.1 -> 0.4.1 2016-10-05 10:03:51 +02:00
Frederik Rietdijk 8295fd9365 pythonPackages.GitPython: 2.0.2 -> 2.0.8 2016-10-05 10:03:50 +02:00
Frederik Rietdijk 8a4bb467a4 pythonPackages.decorator: 4.0.9 -> 4.0.10 2016-10-05 10:03:50 +02:00
Kirill Boltaev 3e646865f4 treewide: use ocaml.version (#19192) 2016-10-05 09:32:30 +02:00
Corbin dec4ec07bd python2.7-nevow: 0.11.1 -> 0.14.2
Nevow has one user, Tahoe-LAFS, and that one user has broken functionality
with old Nevow, so I'm bumping.
2016-10-04 21:10:48 -07:00
Thomas Tuegel d067b7bd35
Merge branch 'kde-5' into staging 2016-10-04 21:50:17 -05:00
Matt Billenstein 6bfbb7a07c mongodb: fix build on OSX by adding Security framework 2016-10-04 19:38:32 -07:00
Joachim F 83df0e7b18 Merge pull request #19224 from KibaFox/tinyfugue
tinyfugue: init at 50b8
2016-10-05 00:08:52 +02:00
Kiba Fox 151edd446d
tinyfugue: init at 50b8 2016-10-04 17:46:26 -04:00
Joachim F 65aa53fbed Merge pull request #18495 from yshui/master
Add new input method: fcitx-libpinyin
2016-10-04 22:46:11 +02:00
Christian Richter 73a03e3a18 ardour: 4.7 -> 5.4 2016-10-04 20:51:23 +02:00
Samuel Rivas 55286552d3 Merge remote-tracking branch 'origin/master' into crafty 2016-10-04 20:13:38 +02:00
Samuel Rivas cc79c1c9f0 crafty: 23.4 -> 25.0.1
Fix crafty and update to latest version

 * Download URLs changed to www.craftychess.com
 * crafty 23.4 doesn't quite build, updated to latest
 * Modify the wrapping script so that the books are in the user's home (so that
   they can be easily modified and also so that crafty can learn)
 * End game table bases are no longer available (should be built) removed from
   now
 * Platform specific targets changed, I can only test linux, so removed darwin
   for now
 * The enormous pgn is no longer available, removed
 * Removed craftyfull

update urls

move the books to HOME

So that learning works and we can modify books to control openings

remove leftovers

Delete unused parts

I have no idea how to build for ios, so I fixed linux build only (ios build was
broken anyway, so I removed it)

I couldn't find the new end game table bases, so I removed them for now.
2016-10-04 20:06:10 +02:00
Shea Levy e54313d183 Revert "Revert "Linux 4.8""
Now featuring @aszlig's modinst_arg_list_too_long patch.

This reverts commit 43bedb970d.

Fixes #19213
2016-10-04 10:10:36 -04:00
Profpatsch 23913912c3 searx: fix pyopenssl version
Also remove the old postPatch substitutions (the patch does those).
2016-10-04 15:26:39 +02:00
Profpatsch c535924f5f geteltorito: init at 0.6 (#18614) 2016-10-04 04:07:56 +02:00
Shea Levy 43bedb970d Revert "Linux 4.8"
This reverts commit e4958d54b1.
2016-10-03 22:04:43 -04:00
Jörg Thalheim f12fcfebe2 Merge pull request #19206 from apeyroux/init/jsbeautifier
jsbeautifier: init 1.6.4
2016-10-03 21:52:45 +02:00
Alexandre Peyroux 3298c13d52 jsbeautifier: add maintainer 2016-10-03 20:35:14 +02:00
Alexandre Peyroux c072feb377 jsbeautifier: fix alphabetical order 2016-10-03 20:22:39 +02:00
Jörg Thalheim 96a1e782a6 Merge pull request #19205 from elasticdog/ansible2
pythonPackages.ansible2: 2.1.1.0 -> 2.1.2.0
2016-10-03 20:21:56 +02:00
Alexandre Peyroux 78ec797215 jsbeautifier: init 1.6.4 2016-10-03 20:18:12 +02:00
Aaron Bull Schaefer f684f52527 pythonPackages.ansible2: 2.1.1.0 -> 2.1.2.0 2016-10-03 10:43:25 -07:00
Jörg Thalheim 58b6c84071 Merge pull request #19197 from gnidorah/master
Add Rambox and Franz messengers
2016-10-03 19:37:52 +02:00
Jörg Thalheim 888f6a1280 Merge pull request #19199 from wizeman/u/fix-help2man-hash
help2man: fix hash
2016-10-03 19:26:44 +02:00
Ignat Loskutov 9f34b5595e
zsh-syntax-highlighting: init at 0.4.1
fixes #19179
2016-10-03 17:49:04 +02:00
makefu 3ca28283bf
udpt: init at 2016-02-20
fixes #19171
2016-10-03 17:15:32 +02:00
Alexandre Peyroux 34767dec21
EditorConfig: init at 0.12.0
fixes #19163
2016-10-03 16:30:09 +02:00
Jörg Thalheim f3ed2b60a6 Merge pull request #19133 from groxxda/gtkvnc
gtk-vnc: remove gtk2 support, 0.5.3 -> 0.6.0
2016-10-03 16:19:11 +02:00
Alex Ivanov 756fece17d franz: init at 4.0.4 2016-10-03 16:26:16 +03:00
Alex Ivanov 51cd05c8fc rambox: init at 0.4.4 2016-10-03 16:24:35 +03:00
Shea Levy e4958d54b1 Linux 4.8 2016-10-03 08:45:45 -04:00
Frederik Rietdijk ef8e8afb48 Merge pull request #19189 from luispedro/imread_06
imread: 0.5.1 -> 0.6
2016-10-03 14:08:49 +02:00
Alexey Shmalko 2ce23db2c8 Merge pull request #19009 from artuuge/cpp_ethereum
cpp_ethereum: 1.2.9 -> 1.3.0
2016-10-03 13:58:07 +03:00
Luis Pedro Coelho 43f13dacb9 imread: 0.5.1 -> 0.6 2016-10-03 12:53:33 +02:00
Frederik Rietdijk 971f903390 Merge pull request #19188 from luispedro/mahotas_142
mahotas: 1.4.1 -> 1.4.2
2016-10-03 12:49:09 +02:00
Luis Pedro Coelho 9934513fdd mahotas: 1.4.1 -> 1.4.2 2016-10-03 11:45:20 +02:00
artuuge 05001557ca cpp_ethereum: 1.2.9 -> 1.3.0 2016-10-03 11:22:44 +02:00
Thomas Tuegel 05938ca80b
Revert "mesa_drivers: work around #16779"
This reverts commit 7a003eb9d5.
2016-10-02 16:50:59 -05:00
Nikolay Amiantov a15c943337 openjdk8: rework dependencies
This makes several adjustments around what is linked into JRE.

* system giflib, libjpeg, zlib are now used unconditionally;
* libstdc++ is linked dynamically.

For full version:

* GTK+ and GNOME libraries are linked;
* Extra X11 libraries are linked;
* CUPS is linked;
* libmagic (file) is linked.

For minimal version:

* All X11 support is removed;
* Sound support is removed.
* Fonts and their support are not lined.

jre8_headless is added as a minimal build.

Overall this adds support for all things GUI into the default Java build and
removes them from the minimal build.
2016-10-02 23:57:02 +03:00
Benno Fünfstück 9d01cf66a4 Merge pull request #19051 from grwlf/sox-lame-config
sox: read enableLame from the config
2016-10-02 22:29:43 +02:00
Frederik Rietdijk 83055b86ce Merge pull request #14534 from ryanartecona/darwin-fix-libsamplerate-libdvdcss
libsamplerate, libdvdcss: fix darwin build
2016-10-02 22:23:28 +02:00
Ryan Artecona dad6db2461 libdvdcss: add darwin support 2016-10-02 15:21:43 -05:00
zimbatm 400910c1f7 Merge pull request #19169 from nmattia/r10-add
r10k: init at 2.4.3
2016-10-02 20:50:05 +01:00
Benno Fünfstück a090931cdb Merge pull request #19155 from schneefux/nextcloud-newsupdater
nextcloud-news-updater: init at 9.0.2
2016-10-02 21:22:33 +02:00
Nicolas Mattia e3f4ea02c9 r10k: init at 2.4.3 2016-10-02 21:10:56 +02:00
Joachim Fasting 1bb7b44cd7
grsecurity: make GRKERNSEC y and PAX y implicit
These options should always be specified. Note, an implication of this
change is that not specifying any grsec/PaX options results in a build
failure.
2016-10-02 19:25:58 +02:00
David Guibert ce8d2aad27
restore rclone
By getting rid of go-packages.nix (#16017), rclone has removed (introduced by #15852).
2016-10-02 17:47:27 +02:00
Benno Fünfstück a47085d3df python-ropper: add homepage and license 2016-10-02 16:51:13 +02:00
Jörg Thalheim c2a2926146 Merge pull request #19083 from matthiasbeyer/add-bean-add
bean-add: init at 76945c320e6f028223e4420956c80c421c4fe74a
2016-10-02 16:45:13 +02:00
Benno Fünfstück ef23c2e4c8 python-ropper: init at 1.10.10 2016-10-02 16:44:02 +02:00
Benno Fünfstück f0fa27a1c2 python-capstone: init at 3.0.4 2016-10-02 16:42:59 +02:00
Jörg Thalheim fd8e5bf117 Merge pull request #17843 from lucas8/imlibsetroot
imlibsetroot: init at 1.2
2016-10-02 16:39:27 +02:00
rszibele bfe3f70fc8 notepadqq: init at 0.53.0 2016-10-02 15:59:01 +02:00
Jörg Thalheim c2ee2a723f Merge pull request #19156 from apeyroux/init/c14
c14: init at 2016-09-09
2016-10-02 15:31:53 +02:00
Michael Raskin aad0b7108c spark_parser: init at 1.4.0 2016-10-02 14:31:45 +02:00
Michael Raskin 102f3c5f47 Merge pull request #19158 from groxxda/pep8
pythonPackages.mccabe fixup, hypothesis: 3.1.0 -> 3.5.2, flake8: 2.5.4 -> 2.6.2
2016-10-02 11:29:02 +00:00
Alexander Ried 1d2d782bfe pythonPackages.hypothesis: 3.1.0 -> 3.5.2 2016-10-02 13:19:21 +02:00
Alexander Ried c316e38bad pythonPackages.uncompyle6: init at 2.8.3 2016-10-02 13:19:21 +02:00
Alexander Ried be14bfef44 pythonPackages.xdis: init at 2.3.1 2016-10-02 13:19:21 +02:00
Alexander Ried aada610882 pythonPackages.flake8: 2.5.4 -> 2.6.2 2016-10-02 13:18:15 +02:00
Martin Bornhold ad99006e47 pythonPackages.mccabe_0_5: init 0.5.2
Signed-off-by: Alexander Ried <ried@mytum.de>
2016-10-02 13:17:40 +02:00
Alexander Ried 3b7fcc031e Revert "mccabe_0_4: init at 0.4.0. Apparently, flake8 of the current default version needs older mccabe"
This reverts commit 8eae96d70c.

---

mccabe was already reverted
2016-10-02 13:17:37 +02:00
Francis St-Amour 643d5f80fd
linenoise: init at 1.0.10
Closes https://github.com/NixOS/nixpkgs/pull/19117
2016-10-02 13:03:51 +02:00
Alexandre Peyroux 87691a3cc1 c14: init at 2016-09-09 2016-10-02 12:33:47 +02:00
schneefux 5e5014098c
nextcloud-news-updater: init at 9.0.2 2016-10-02 12:21:02 +02:00
Michael Raskin 8eae96d70c mccabe_0_4: init at 0.4.0. Apparently, flake8 of the current default version needs older mccabe 2016-10-02 11:26:23 +02:00
Frederik Rietdijk 25dcdc58d0 Revert "mccabe: 0.4.0 -> 0.5.2"
This reverts commit 532869cee2.

See https://github.com/NixOS/nixpkgs/pull/19132#issuecomment-250921713
2016-10-02 09:58:39 +02:00
Tuomas Tynkkynen 19225bf5cc Merge remote-tracking branch 'upstream/master' into staging 2016-10-02 10:36:47 +03:00
Anthony Cowley ade7c6645a vtk: fix darwin impurity 2016-10-02 00:59:26 -04:00
Yuxuan Shui 293d1d09ef fcitx: Add fcitx engine libpinyin 2016-10-02 00:36:05 -04:00
Ivan Solyankin 226f62317c
cups-kyocera: init at 1.1203 2016-10-01 23:41:46 +02:00
Tuomas Tynkkynen 5bf5de58ea treewide: Fix 'lib.optional' misuses
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Frederik Rietdijk 539e9fc80c Merge pull request #19132 from groxxda/pep8
pythonPackages.{pep,flake8}: undo changes from #19104
2016-10-01 18:29:21 +02:00
Martin Bornhold 0f63f35d6a flake8_3: init at 3.0.4
(cherry picked from commit 7026cdf9e9)
(cherry picked from commit 0675eb1b5d)
(cherry picked from commit 3c88d3a9c4)

---

initializes a new version of flake8 as a seperate expression.

Signed-off-by: Alexander Ried <ried@mytum.de>
2016-10-01 18:20:33 +02:00
Jörg Thalheim 11dd15b6c1 Merge pull request #17478 from Mounium/maia
maia-icon-theme: init at 23235fa
2016-10-01 18:16:24 +02:00
Alexander Ried 14510fdc73 Revert "flake8: 2.5.4 -> 3.0.4"
This reverts commit 7026cdf9e9.
This reverts commit 0675eb1b5d.
This reverts commit 3c88d3a9c4.

---

flake8 versions 2 and 3 are api incompatible and this update breaks
stuff. Version 3 should be added as a seperate expression and compatible
packages should use it explicitly.
2016-10-01 18:06:25 +02:00
Jörg Thalheim 46693bd6e8 Merge pull request #18043 from mogorman/kalibrate-hackrf
kalibrate-hackrf: init at 2016-08-27
2016-10-01 17:44:18 +02:00
Alexander Ried ecd80b9a0e gtk-vnc: remove gtk2 support (unused) 2016-10-01 17:14:31 +02:00
Alexander Ried e493c8406c Revert "pep8: replaced by pycodestyle (package was renamed)"
This reverts commit 0986a17eda.

----

pycodestyle and pep8 are not api compatible so the alias adds little
value.

Packages that are compatible with pycodestyle should be updated to use
the new version on a per package basis.
2016-10-01 17:01:50 +02:00
Benno Fünfstück 230512f3e4 sqlmap: fix typo 2016-10-01 15:38:44 +02:00
Jörg Thalheim f5c347aea6 Merge pull request #17408 from AndersonTorres/tecoc
tecoc: init at 20150606
2016-10-01 15:38:35 +02:00
Benno Fünfstück 19c6da2869 sqlmap: init at 1.0.9.post5 2016-10-01 15:14:43 +02:00
Matthias Beyer fe726ca733 bean-add: init at 2016-10-01 2016-10-01 14:49:22 +02:00
Benno Fünfstück 1bae891e66 burpsuite: init at 1.7.06 2016-10-01 14:27:04 +02:00
Jörg Thalheim d9c6879ae2 Merge pull request #18070 from RamKromberg/init/libagar
libagar: init at 1.5
2016-10-01 13:42:52 +02:00
Michael Raskin 3c25685ff7 wavefunctioncollapse: init at 0.0pre20160930 2016-10-01 13:47:11 +02:00
Michael Raskin 6546f56e71 syntex: init at 0.0pre20160915 2016-10-01 13:47:11 +02:00
Michael Raskin 3995f280ad convchain: init at 0.0pre20160901 2016-10-01 13:47:11 +02:00
Michael Raskin 66b12278f0 luaPackages: provide luajitPackages. luarocks tested to work in this setup 2016-10-01 13:39:39 +02:00
Frederik Rietdijk 11d7e93624 Merge pull request #19078 from FRidh/pypoppler
pythonPackages.pypoppler: init at 0.12.2
2016-10-01 11:10:40 +02:00
Frederik Rietdijk f0155e8d70 pythonPackages.pypoppler: init at 0.12.2 2016-10-01 11:10:02 +02:00
Joachim F f4044606b5 Merge pull request #18988 from groxxda/cogl-cleanup
clutter, cogl: remove old versions
2016-10-01 09:18:32 +02:00
Joachim F bd3c356397 Merge pull request #19085 from acowley/vtk-darwin-take2
vtk: darwin compatibility
2016-10-01 09:15:21 +02:00
Jörg Thalheim 1bd4c08606 Merge pull request #18018 from mogorman/gr-gsm
newpkg: gnuradio-gsm , gnuradio-ais, gnuradio-rds, libosmocore-0.9.0
2016-10-01 01:51:18 +02:00
Eelco Dolstra 590c164858 AnyEvent::CacheDNS: Disable tests
This doesn't work in a sandbox because it accesses the network.
2016-09-30 16:47:53 +02:00
Jörg Thalheim 7466214fa3 Merge pull request #19092 from romildo/upd.supertux
supertux: 0.4.0 -> 0.5.0
2016-09-30 15:56:08 +02:00
Jörg Thalheim 4b55584dba Merge pull request #19104 from mbld/python-flake8-update
flake8: 2.5.4 -> 3.0.4
2016-09-30 15:46:18 +02:00
Joachim F 1ddc08a3ac Merge pull request #18452 from bendlas/init-postgrey
postgrey: init at 1.36
2016-09-30 15:31:44 +02:00
Martin Bornhold 0675eb1b5d flake8: Add missing test dependencies. 2016-09-30 15:19:22 +02:00
Nicolas Dudebout f5a98e49f6 emacs-source-directory: remove 2016-09-30 08:23:45 -04:00
Martin Bornhold 7026cdf9e9 flake8: 2.5.4 -> 3.0.4 2016-09-30 14:12:49 +02:00
Martin Bornhold 532869cee2 mccabe: 0.4.0 -> 0.5.2 2016-09-30 14:12:48 +02:00
Martin Bornhold 0986a17eda pep8: replaced by pycodestyle (package was renamed) 2016-09-30 14:12:48 +02:00
Martin Bornhold d3aefc6576 pycodestyle: init at 2.0.0 2016-09-30 14:12:29 +02:00
Tuomas Tynkkynen bd05f4ff6d freerdp: Switch main attribute to freerdpUnstable
Not much point having it as a broken package. Fixes eval error of KDE4
test.
2016-09-30 12:00:20 +03:00
Anthony Cowley 450dd55d95 vtk: darwin compatibility 2016-09-29 21:29:40 -04:00
José Romildo Malaquias 055c435dd0 supertux: rename directory like upstream 2016-09-29 21:26:55 -03:00
Lancelot SIX 7e37d4bbf8 pythonPackages.django_1_8: 1.8.14 -> 1.8.15
This is a security release.

It fixes CVE-2016-7401.

See https://www.djangoproject.com/weblog/2016/sep/26/security-releases/
for upstream announcement.
2016-09-29 23:53:55 +02:00
Lancelot SIX dd553b6ef5 pythonPackages.django_1_9: 1.9.9 -> 1.9.10
This is a security release.

It fixes CVE-2016-7401.

See https://www.djangoproject.com/weblog/2016/sep/26/security-releases/
for upstream announcement.
2016-09-29 23:53:55 +02:00
Daiderd Jordan fcc1eb6f1c
pyopenssl: fix darwin preCheck 2016-09-29 20:56:31 +02:00
Frederik Rietdijk 423eebde88 Merge pull request #18836 from nlewo/master
pyopenssl: 16.0.0 -> 16.1.0
2016-09-29 20:01:48 +02:00
Antoine Eiche 8b5b1a2075 pyopenssl: 16.0.0 -> 16.1.0 2016-09-29 18:15:34 +02:00
Jörg Thalheim 4d0ae0e754 Merge pull request #18980 from MostAwesomeDude/gcsfuse
gcsfuse: init at v0.19.0
2016-09-29 16:55:07 +02:00
Jörg Thalheim 4d8e445a14 Merge pull request #19035 from makefu/init-ps3netsrv
ps3netsrv: init at 1.1.0
2016-09-29 16:29:45 +02:00
makefu 6353f8523d
ps3netsrv: init at 1.1.0 2016-09-29 16:09:37 +02:00
Graham Christensen fdada558c0 Merge pull request #19057 from grahamc/java7
oraclejdk7: remove due to end of life
2016-09-29 08:52:02 -04:00
Joachim F f2e0484292 Merge pull request #19020 from aherrmann/pr_clang_tools
clang-tools: New package
2016-09-29 13:16:20 +02:00
Eelco Dolstra 97bfc2fac9 runCommand: Use stdenvNoCC
This ensures that most "trivial" derivations used to build NixOS
configurations no longer depend on GCC. For commands that do invoke
gcc, there is runCommandCC.
2016-09-29 13:06:43 +02:00
Eelco Dolstra 0cb16a6955 Add stdenvNoCC
This is a standard environment that doesn't contain a C/C++
compiler. This is mostly to prevent trivial builders like runCommand
and substituteAll from pulling in gcc for simple configuration changes
on NixOS.
2016-09-29 13:06:41 +02:00
Eelco Dolstra 518340624d Merge remote-tracking branch 'origin/master' into staging 2016-09-29 13:06:14 +02:00
Frederik Rietdijk 33b3bd6b36 Merge pull request #18963 from rycee/package/xdxf2slob
Add xdxf2slob tool and dependencies
2016-09-29 09:08:53 +02:00
Frederik Rietdijk ea5393d993 Merge pull request #19058 from Mic92/grip
Grip
2016-09-29 08:57:04 +02:00
Tuomas Tynkkynen 88a1ca3977 Merge pull request #18658 from bendlas/init-systemtap
systemtap: init at 51b7ca
2016-09-29 05:03:56 +03:00
Benno Fünfstück 4c493a32f9 ripgrep: update 0.1.17 -> 0.2.1 2016-09-29 00:51:14 +02:00
Jörg Thalheim ffb6c50b20
path-and-address: enable tests 2016-09-28 23:22:57 +02:00
Jörg Thalheim b1dc000df6
grip: enable tests 2016-09-28 23:22:46 +02:00
Graham Christensen 38c5876b2d
oraclejdk7: remove due to end of life 2016-09-28 16:39:12 -04:00
Tuomas Tynkkynen 633fb08a9a Merge pull request #19036 from makefu/init-mergerfs
mergerfs: init at 2.16.1
2016-09-28 23:27:43 +03:00
makefu 2960aa7f1b
mergerfs: init at 2.16.1 2016-09-28 22:17:57 +02:00
Jörg Thalheim 5cf8d64202 Merge pull request #19019 from k0ral/nixos-unstable
Add grip python package
2016-09-28 22:08:50 +02:00
koral 6aea928962 pythonPackages.grip: init at 4.3.2 2016-09-28 21:43:50 +02:00
koral 8bad6de0d2 pythonPackages.path-and-address: init at 2.0.1 2016-09-28 21:43:49 +02:00
Sergey Mironov 7b55de24c8 sox: read enableLame from the config 2016-09-28 21:39:52 +03:00
Vladimír Čunát 7a003eb9d5 mesa_drivers: work around #16779
This works around missing newer wayland symbols when running
some older packages on a system with updated opengl drivers.
We have no good solution yet, unfortunately. This commit might
break packages that rely on new wayland features, but those
should be a minority.
2016-09-28 19:52:22 +02:00
Graham Christensen ff5cf3abff linux-3.10: fix build by upstream patch 2016-09-28 19:18:34 +02:00
Peter Simons 7c7e88b45e Merge pull request #19046 from rycee/bump/bash-completion
Bump bash completion to 2.4
2016-09-28 18:39:24 +02:00
Joachim F c166675b53 Merge pull request #19033 from makefu/init-wol
wol: init at 0.7.1
2016-09-28 18:00:39 +02:00
Joachim F ae9d65eb21 Merge pull request #19037 from makefu/init-f3
f3: init at 6.0
2016-09-28 17:56:02 +02:00
Robert Helgesson e8817a2d20
bash-completion: change attribute name
This changes the attribute name of bash-completion from `bashCompletion`
to `bash-completion`. Keeps `bashCompletion` as an alias for the new
name.
2016-09-28 17:46:29 +02:00
Vladimír Čunát 77604964b6 Merge branch 'master' into staging 2016-09-28 17:13:59 +02:00
Graham Christensen 63d08188c1
moinmoin: 1.9.7 -> 1.9.8 2016-09-28 10:24:04 -04:00
Frederik Rietdijk 347af0823e Merge pull request #19001 from peterhoeg/unifi
python-unifi: init at 1.2.5
2016-09-28 16:13:04 +02:00
Robert Helgesson d945046be9
xdxf2slob: init at 2015-06-30 2016-09-28 15:58:59 +02:00
Robert Helgesson e3760e5ade
python-slob: init at 2016-03-04 2016-09-28 15:58:49 +02:00
Peter Hoeg 2a72354f41 python-unifi: init at 1.2.5 2016-09-28 21:56:49 +08:00
Franz Pletz 8916ba141b
libressl_2_5: init at 2.5.0 2016-09-28 15:15:56 +02:00
makefu 36e0aedae7
f3: init at 6.0 2016-09-28 13:31:27 +02:00
makefu 16547d49da
wol: init at 0.7.1
wol, unlike wakelan, supports wake-on-lan passwords
2016-09-28 12:33:46 +02:00
Andreas Herrmann 4a3e6d3091 clang-tools: New package
Creates and installs wrapper scripts around the clang-tools from
`llvmPackages.clang-unwrapped`.

Motivation
----------

Fixes #9214

Allows to install clang-tools for C++ development without also installing the
clang compiler and its tool-chain. This way it is possible to use e.g.
`clang-format` without conflicting with e.g. GCC's tool-chain, or the global
system tool-chain.
2016-09-28 09:31:30 +02:00
Joachim F f93c28ca69 Merge pull request #18837 from cryptix/libnaboNlibpointmatcher
Add libnabo and libpointmatcher
2016-09-27 22:39:07 +02:00
Aneesh Agrawal 7b7d8ddbca salttesting: remove unused package
It was added as a dependency of Salt, which no longer depends on it.
2016-09-27 13:34:22 -04:00
Aneesh Agrawal 83902b4696 salt: move to all-packages.nix 2016-09-27 13:34:22 -04:00
Henry 0f06454a94 libpointmatcher: init at 7504481.. (2016-09-11) 2016-09-27 16:11:57 +02:00
Henry 295efa1062 libnabo: init at 1.0.6 2016-09-27 15:49:51 +02:00
Herwig Hochleitner 5609fe521d postgrey: init at 1.36 (includes service) 2016-09-27 15:35:02 +02:00
Herwig Hochleitner 7a0a877b15 perlPackages: add Parse::Syslog and IO::Multiplex 2016-09-27 15:34:18 +02:00
Christoph Hrdinka deb32ec23f
python-mapnik: fae6388 -> git-2016-08-30 2016-09-27 15:19:21 +02:00
Graham Christensen c992ac8584 Merge pull request #18921 from grahamc/spice
Spice: Upgrade all the spice packages
2016-09-27 07:42:51 -04:00
Joachim F 81f47f7982 Merge pull request #18700 from yochai/master
mfcj470dw: split into mfcj470dwlpr and mfcj470dwcupswrapper
2016-09-27 12:56:05 +02:00
Alexander Ried 8976c70eda cogl: remove old version, make 1.22 default 2016-09-27 12:17:12 +02:00
Alexander Ried fc39a9a314 clutter: remove old version, make 1.26 default 2016-09-27 12:17:12 +02:00
zimbatm b92a367bed Merge pull request #18969 from loskutov/master
libxml++: add 3.0.0
2016-09-27 11:01:43 +01:00
Eelco Dolstra 483aa6b903 Merge pull request #18975 from mayflower/fix/remove-jdk6
jdkdistro: remove oraclejdk6, not maintained anymore
2016-09-27 11:54:49 +02:00
Frederik Rietdijk da4710f5ea Merge pull request #18045 from KoviRobi/python-plover-update
Python plover fix
2016-09-27 10:32:34 +02:00