1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

97442 commits

Author SHA1 Message Date
Vladimír Čunát e5bb5ef377
mendeley: use orc package instead of its duplicate
I just tested the startup due to having no account
(without liborc.so it would fail).
/cc @fridh, @badi, #21238.
2016-12-18 13:21:29 +01:00
Daiderd Jordan 138f8a37ab Merge pull request #21251 from mdaiter/aplDarwin
gnuapl: add Darwin support
2016-12-18 13:12:45 +01:00
Matthew Daiter 4bef3ee358 gnuapl: add Darwin support 2016-12-18 13:07:52 +01:00
Daiderd Jordan ca4114a291 Merge pull request #21250 from mdaiter/riakCSMac
riak-cs: add Darwin support
2016-12-18 12:54:03 +01:00
Joachim Fasting 361633db3b
rmilter service: fix invalid directive
RuntimeDirectoryPermissions -> RuntimeDirectoryMode

Would result in warnings like "unknown lvalue" on startup
2016-12-18 12:42:37 +01:00
Joachim Fasting c27eeeafd9
brltty service: wait for devices to settle
Otherwise it starts way too early, only to fail and having to restart
until devices are available.  It is less wasteful to simply wait until
there's a reasonable chance of success.  This is consistent with
upstream.
2016-12-18 12:42:14 +01:00
Jörg Thalheim feb6dbc916 ntp: document new default ntp service in release notes 2016-12-18 12:25:46 +01:00
Vincent Laporte 3c7bd996e6 Revert "teyjus: 2.0b2 -> 2.1"
This reverts commit 7f501d7f02.
2016-12-18 09:51:00 +00:00
Vincent Laporte e76a1f0e7e Revert "omake: remove 0.9.8.6-rc1"
This reverts commit e672fbc6f0.
2016-12-18 09:51:00 +00:00
John Ericson 508d9499b1 zdoom: Fix typo from 1cc9d9ef2c 2016-12-18 04:29:33 -05:00
Frederik Rietdijk 3057f3e962 pythonPackages.skype4py: broken 2016-12-18 09:32:53 +01:00
Frederik Rietdijk 550d1458d6 pythonPackages.more-itertools: 2.2 -> 2.4.1 2016-12-18 09:32:53 +01:00
Frederik Rietdijk 007fa632c0 pythonPackages.pip2nix: broken
pkg_resources.VersionConflict: (pip 9.0.1
(/nix/store/5drfa1s8mh5f1y9slq82zlv65iblb942-python2.7-bootstrapped-pip-9.0.1/lib/python2.7/site-packages),
Requirement.parse('pip<9,>=8'))
2016-12-18 09:32:53 +01:00
Frederik Rietdijk 810e02e945 pythonPackages.pytestpep8: fix checkPhase 2016-12-18 09:32:53 +01:00
Frederik Rietdijk 311171e69c pythonPackages.natsort: add missing dependency 2016-12-18 09:32:53 +01:00
Frederik Rietdijk 540909f160 pythonPackages.pyflakes: 1.0.0 -> 1.3.0 2016-12-18 09:32:53 +01:00
Frederik Rietdijk 4719205919 pythonPackages.mccabe: 0.4.0 -> 0.5.3 2016-12-18 09:32:53 +01:00
Frederik Rietdijk 0b3629544b pythonPackages.lxml: 3.4.4 -> 3.7.0 2016-12-18 09:32:53 +01:00
Frederik Rietdijk b0576a4ab9 pythonPackages.flake8_3: remove
since it is not used in nixpkgs
2016-12-18 09:32:53 +01:00
Frederik Rietdijk 6486b90820 pythonPackages.flake8: 2.6.2 -> 3.2.1 2016-12-18 09:32:53 +01:00
Franz Pletz eb559d2b07
batman-adv: 2016.4 -> 2016.5 2016-12-18 05:23:38 +01:00
Franz Pletz 9a30cdc464
squid: refactor, add features, adopt 2016-12-18 05:23:38 +01:00
Franz Pletz 4b67968688
squid: 3.5.19 -> 3.5.23
Fixes CVE-2016-10002 & CVE-2016-10003.
2016-12-18 05:23:14 +01:00
aszlig ffe71cbe19
kexec-tools: Add patch to fix build on ARM
Building on ARM fails with the following error:

kexec/arch/arm/phys_to_virt.o kexec/arch/arm/phys_to_virt.c
kexec/arch/arm/phys_to_virt.c:3:26: fatal error: phys_to_virt.h: No such file or directory

The patch I'm using is from Fedora:

http://pkgs.fedoraproject.org/cgit/rpms/kexec-tools.git/tree/kexec-tools-2.0.13-fix-armv7-build-failure.patch?id=97581f1a435aafa298a4d0bbcfaf40c63a41ce92

It has been reported upstream as well:

http://lists.infradead.org/pipermail/kexec/2016-September/017352.html

I'm adding the patch for all architectures, so that the next person to
upgrade kexec-tools doesn't forget that even while on x86.

Tested building with i686-linux, x86_64-linux and armv7l-linux.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-18 04:49:39 +01:00
Matthew Daiter 1090a269ab riak-cs: add Darwin support 2016-12-18 03:38:42 +01:00
aszlig 2fe1daf804
cython: 0.25.1 -> 0.25.2
Upstream changelog without issue numbers:

 * Fixes several issues with C++ template deduction.
 * Fixes a issue with bound method type inference.
 * Fixes a bug with cascaded tuple assignment.
 * Fixed or silenced many Clang warnings.
 * Fixes bug with powers of pure real complex numbers.

The full changelog with issue numbers can be found here:

https://github.com/cython/cython/blob/0.25.2/CHANGES.rst

My main reason for updating is because there were test failures on
i686-linux, although version 0.25.2 still has one test that fails.

So if we're on i686-linux and on Python 2 we just fix that one little
doctest.

The test failure has already been reported upstream at:

https://github.com/cython/cython/issues/1548

All of the failing tests (including the latter) had to do with integer
representations in that long integers are suffixed by an L while the
test cases weren't expecting this.

Built successfully on i686-linux and x86_64-linux against Python 2.7 and
Python 3.5.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-18 01:53:05 +01:00
Daiderd Jordan 05b305aa4b Merge pull request #21210 from mdaiter/stanchionMac
stanchion: add Darwin support
2016-12-18 01:04:19 +01:00
Matthew Daiter 4661689a49 stanchion: add Darwin support
stanchion: make pam nullify typesafe

stanchion: add Darwin support

stanchion: make pam OS-checked inside of stanchion.nix

stanchion: add Darwin support

stanchion: remove OS-checked pam on all-packages.nix

stanchion: add Darwin support
2016-12-18 00:59:34 +01:00
Daiderd Jordan 29ce1d9e5a Merge pull request #21245 from boronine/luarocks-darwin
luarocks: enable Darwin
2016-12-18 00:14:52 +01:00
Joachim Fasting 142930113c
Revert "mysql service: specify a default package"
This reverts commit 4358d3d439.

Not having a default was deliberate, see
1ce6fff4e2

Thanks to @ocharles for making me aware of this.
2016-12-17 22:36:38 +01:00
Joachim Fasting c2219007e8
Revert "mysql service: specify defaultText for package option"
This reverts commit 52d12b473a.
2016-12-17 22:36:15 +01:00
Nikolay Amiantov 1cb3831f1c Merge pull request #21231 from abbradar/no-fmod
Update DOOM forks, remove top-level fmod
2016-12-18 00:29:46 +03:00
Graham Christensen 2fb80e573f Merge pull request #21187 from bzizou/ior
ior: init at 3.0.1
2016-12-17 15:54:35 -05:00
Graham Christensen 4c3e8dff8d Merge pull request #21173 from kamilchm/vagrant
vagrant: 1.8.7 -> 1.9.1
2016-12-17 15:41:40 -05:00
Alexei Boronine a7347d9e9c luarocks: enable Darwin 2016-12-18 04:04:56 +08:00
Joachim F cf82ab73e2 Merge pull request #21242 from mimadrid/update/teamviewer-12.0.71510
teamviewer: 11.0.57095 -> 12.0.71510
2016-12-17 20:58:48 +01:00
Vladimír Čunát ffb90e8c4f
Revert "Merge pull request #21234 from l2dy/coreutils-up"
This reverts commit ee28ea0e91, reversing
changes made to f281ce8c29.
Moving to staging instead.
2016-12-17 20:28:50 +01:00
Robert Helgesson cdb7d9f22b
perl-bignum: 0.44 -> 0.47 2016-12-17 19:07:16 +01:00
Robert Helgesson 8d593f2610
perl-Math-BigRat: 0.260805 -> 0.2611 2016-12-17 19:07:16 +01:00
Robert Helgesson f8fdf3dcb3
perl-Math-BigInt: 1.999802 -> 1.999806 2016-12-17 19:07:16 +01:00
mimadrid f75f0ac1f4
teamviewer: 11.0.57095 -> 12.0.71510 2016-12-17 19:04:48 +01:00
devhell 900ded32f4 profanity: 0.4.7 -> 0.5.0
From the changelog:
- Plugins API supporting C and Python plugins
- SSL certificate verification (requires libmesode) (/tls)
- HTTP file upload (xep-0363) (/sendfile)
- Blocking command (xep-0191) (/blocked)
- Allow auto extended away (/autoaway)
- Include last acitvity in initial presence (xep-0256) (/lastactivity)
- Last Activity (xep-0012) (/lastactivity)
- Ability to run command scripts (/script)
- Account startscript property to execute a command script on connect (/account)
- Export roster to CSV file (/export)
- Support for GTK tray icons (/tray)
- User specified text triggers for chat room notifications (/notify)
- Per chat room notification options (/notify)
- Many new roster panel display options (/roster)
- Time format preferences per window type (/time)
- Edit, prepend and append to room subject (/subject)
- Autoping timeout preference (/autoping)
- Window navigation by window title (/win)
- Window closing by window title (/close)
- Account theme setting (/account)
- Allow sending XMPP stanzas in xmlconsole window (/xmlconsole)
- Configure level of room message notifications in console window (/console)
- Check ~/.config/profanity/inputrc for readline settings
- Custom readline functions for navigation key bindings
- Autocomplete command arguments when no characters entered
2016-12-17 18:42:34 +01:00
devhell dda462922e libmesode: init at 0.9.1
This library is a fork of ``libstrophe'' and is needed if the
``profanity'' XMPP client is to have TLS support. TLS support has been
added to ``profanity'' since version 5.0.
2016-12-17 18:13:24 +01:00
Jascha Geerds 62c3d9ad0b Merge pull request #21239 from mimadrid/update/nano-2.7.2
nano: 2.7.1 -> 2.7.2
2016-12-17 17:44:13 +01:00
ikervagyok fa80bf7b0d packagekit: add 'enableNixBackend' as an option (#21157)
* packagekit: disable nix-backend

Packagekit fails to build on my machines, as long as it's nix-backend is enabled

* packagekit: add 'enableNixBackend' as an option
2016-12-17 16:53:27 +01:00
devhell 09855fe2e5
profile-cleaner: 2.35 -> 2.36
fixes #21237
2016-12-17 16:45:51 +01:00
mimadrid b899b8945f
nano: 2.7.1 -> 2.7.2 2016-12-17 16:39:42 +01:00
Tim Steinbach e8e4b7f0dd Merge pull request #21229 from mimadrid/update/wireshark-2.2.3
wireshark: 2.2.2 -> 2.2.3
2016-12-17 10:23:36 -05:00
Tim Steinbach ee28ea0e91 Merge pull request #21234 from l2dy/coreutils-up
coreutils: 8.25 -> 8.26
2016-12-17 10:22:54 -05:00
mimadrid f281ce8c29 universal-ctags: 2016-07-06 -> 2016-12-17 2016-12-17 16:21:32 +01:00