3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

79779 commits

Author SHA1 Message Date
Joachim Fasting 0fc7b78de4 Revert "docbook-xsl: 1.78.1 -> 1.79.1"
This reverts commit b913733468.

I jumped the gun on this, sorry
2016-03-28 00:07:53 +02:00
Joachim Fasting cc51d7c30e Revert "xmlto: 0.0.26 -> 0.0.28"
This reverts commit e5aaefd7b9.

I jumped the gun on this, sorry
2016-03-28 00:07:35 +02:00
Michael Raskin 891fa19e29 Fix Midori build 2016-03-28 00:02:10 +02:00
Eelco Dolstra f9b5ed66d1 Inline qt4-clang
This prevents a potential name/version conflict in nix-env, and a
large Hydra build for a proprietary package.
2016-03-27 23:32:15 +02:00
Eelco Dolstra 38afa836b3 openvpn: 2.3.8 -> 2.3.10
In particular, this fixes the systemd-ask-password regression
re-introduced by cb1c818491.
2016-03-27 23:29:53 +02:00
Domen Kožar 0d73970db6 xen: use gcc49
(cherry picked from commit 0e41e8bbf0)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:45:21 +01:00
Thomas Tuegel 4d7e3be8bb calamares: mark broken
(cherry picked from commit b8db5897c7)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:44:21 +01:00
Thomas Tuegel 0e5b441133 kde5.l10n.sr: patch shebangs
(cherry picked from commit cb9f989b18)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:44:08 +01:00
Thomas Tuegel 6bcee1d9b2 kde5.l10n.nl: re-enable
(cherry picked from commit e81ee2be29)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:44:03 +01:00
Domen Kožar 3027abe927 libgda: 5.2.2 -> 5.2.4 (fix build)
(cherry picked from commit efc7b847e3)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:42:56 +01:00
Domen Kožar f8540e36ed fix perl modules for i3
(cherry picked from commit ca6ac920ed)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:37:20 +01:00
Robert Scott 0b96e0daf3 osrm-backend: 4.5.0 -> 4.9.1 2016-03-27 20:28:45 +00:00
José Romildo Malaquias b913733468 docbook-xsl: 1.78.1 -> 1.79.1 2016-03-27 22:26:09 +02:00
Domen Kožar d7034e6d5f nixUnstable: bump
(cherry picked from commit bb6d3c16d3)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 20:24:43 +01:00
Domen Kožar 05cc16e35e perlPackages.TestMockModule: fix build
(cherry picked from commit 7bd9321c6d)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 20:24:38 +01:00
Domen Kožar 9c4d3ba841 Merge pull request #14252 from joachifm/lttng-broken
lttng-modules: mark as broken on kernel version <3.18
2016-03-27 20:24:16 +01:00
Domen Kožar eacf9ba34e Merge pull request #14253 from joachifm/grsec-3-14-broken
linux_grsec_3_14: mark as broken
2016-03-27 20:24:08 +01:00
Domen Kožar e4c33a688d Merge pull request #14246 from abbradar/skype-workaround
skype: use clang-built qt4 to fix segfault
2016-03-27 20:21:29 +01:00
Domen Kožar c0b5735767 Merge pull request #14250 from NixOS/get-rid-of-md5-in-python-packages
python-packages: Replace md5 by sha256 hashsums
2016-03-27 20:21:03 +01:00
Nikolay Amiantov acf664814e texlive.combine: patch paths into texmf.cnf
...instead of environment variables. Close #12768.
2016-03-27 21:20:11 +02:00
Joachim Fasting dd16dcbba4 linux_grsec_3_14: mark as broken
First, The patch is outdated, I failed to find it anywhere in the mirror repos.
Second, the build fails, and while it may be "fixed" by ad-hoc patching (it
appears to simply need some missing includes), this would mean shipping a
potentially insecure software package. Given that the only reason to use
grsecurity is security, this is both misleading and exposes users to undue risk.
Finally, the build has been broken for quite a long time with no complaints,
leading me to believe that the number of actual users is quite low.
2016-03-27 21:13:41 +02:00
José Romildo Malaquias e5aaefd7b9 xmlto: 0.0.26 -> 0.0.28 2016-03-27 21:09:21 +02:00
Arseniy Seroka a98eefd051 Merge pull request #14249 from romildo/fix.awesome
awesome: include manual pages
2016-03-27 21:47:49 +03:00
Nikolay Amiantov 5e985c42d6 cutegram: fix playing media files 2016-03-27 21:36:39 +03:00
Joachim Fasting a452b43ee5 lttng-modules: mark as broken on kernel version <3.18
On linux 3.14, we get errors like
  error: 'struct snd_soc_codec' has no member named 'name'
     __string( name,  codec->CODEC_NAME_FIELD )
indicating that the module is incompatible with the linux API
in this kernel version.

See https://hydra.nixos.org/build/33102405/nixlog/1/raw
2016-03-27 20:13:21 +02:00
Nikolay Amiantov 7b82f5a3fb pgadmin: enable parallel building 2016-03-27 20:56:27 +03:00
Nikolay Amiantov 4e9ddd3770 Revert "codeblocks: fix build"
This reverts commit fd9416fb4b.

This shouldn't be needed now that we properly link wxGTK.
2016-03-27 20:54:35 +03:00
Nikolay Amiantov 5471eed63c wxgtk: explicitly link to libX11 and libcairo 2016-03-27 20:53:55 +03:00
Nikolay Amiantov 539f1f3659 dwarf-fortress-packages: recurse into attrs (to build free packages) 2016-03-27 19:35:32 +03:00
Nikolay Amiantov d95dfd06ee octoprint-plugins.m3d-fio: 0.29 -> 0.30.2 2016-03-27 19:23:01 +03:00
Nikolay Amiantov 25754a5fc2 uwsgi service: use python.buildEnv, fix PATH 2016-03-27 19:23:01 +03:00
Nikolay Amiantov ea5c7d553c dspam service: run after postgresql to prevent segfaults 2016-03-27 19:23:01 +03:00
Christoph Hrdinka a7e280b0f4 Merge pull request #14233 from matthiasbeyer/add-buku
buku: init at 1.8
2016-03-27 18:03:38 +02:00
Nikolay Amiantov 78b75b8ecd cutegram: fix meta information and parallel building 2016-03-27 18:53:54 +03:00
Pascal Wittmann f7d17e1130 python-packages: Replace md5 by sha256 hashsums 2016-03-27 17:17:46 +02:00
José Romildo Malaquias e39f9a2c11 awesome: include manual pages 2016-03-27 12:14:46 -03:00
Pascal Wittmann 3a0533b38a Merge pull request #14247 from zimbatm/direnv-2.8.0
direnv: 2.7.0 -> 2.8.0
2016-03-27 16:47:26 +02:00
zimbatm ea7068f44c direnv: 2.7.0 -> 2.8.0 2016-03-27 15:37:07 +01:00
Domen Kožar 4a42548388 cmis: fix build with gcc5 2016-03-27 15:11:13 +02:00
Nikolay Amiantov 28af80fcc0 skype: use clang-built qt4 to fix segfault 2016-03-27 15:48:06 +03:00
Matthias Beyer 45604fc46b buku: init at 1.8 2016-03-27 14:39:39 +02:00
Robert Helgesson 1b30674165 eclipse-plugin-testng: 6.9.10 -> 6.9.11 2016-03-27 14:37:05 +02:00
Domen Kožar b1a8ae2a35 ffmpeg: fix bad merge 2016-03-27 13:31:04 +01:00
Vladimír Čunát e3da83297f texlive: document in nixpkgs manual
Fixes #13240. It's not really better than source-code comments it replaced,
but it's in a better accessible place.
2016-03-27 14:29:18 +02:00
Vladimír Čunát c86a8fc19f doc: remove comments that are no longer relevant 2016-03-27 14:29:18 +02:00
Domen Kožar b07e7bfc7b Merge remote-tracking branch 'origin/staging' 2016-03-27 13:19:04 +01:00
Arseniy Seroka d88ae1045d Merge pull request #14240 from kevincox/etcd-2.3.0
etcd: 2.1.2 -> 2.3.0
2016-03-27 14:17:58 +03:00
Arseniy Seroka 29ed01213f Merge pull request #14177 from peterhoeg/togglesg
toggle.sg-download: init at 2016-02-08
2016-03-27 14:16:19 +03:00
Nikolay Amiantov 3819384395 skype: small cleanup 2016-03-27 11:57:46 +03:00
joachifm 235a0d5bdc Merge pull request #14241 from joachifm/chromiumos
linux_chromiumos: require 64bit build host
2016-03-27 08:25:35 +00:00