Commit Graph

80106 Commits

Author SHA1 Message Date
Michael Raskin
9a1cd1e811 Merge pull request #18802 from chris-martin/libreoffice-sha256
libreoffice: md5 -> sha256
2016-09-21 05:47:32 +00:00
Michael Raskin
7b2c365aa4 Merge pull request #18804 from lsix/update_gnu_chess_6_2_3
pkgs.gnuchess: 6.2.2 -> 6.2.3
2016-09-21 05:46:39 +00:00
Lancelot SIX
10db86373b
pkgs.gnuchess: 6.2.2 -> 6.2.3
See http://lists.gnu.org/archive/html/info-gnu/2016-09/msg00015.html
for release announcement
2016-09-21 07:18:40 +02:00
Chris Martin
356bae0aa9 libreoffice: md5 -> sha256 2016-09-21 01:14:17 -04:00
Wink Saville
08d7cfa420 Update vim_configurable to vim 8.0005 2016-09-20 16:56:31 -07:00
Matthew Maurer
1cb54e39f0 Frontc: init at 3.4 (#18575)
ocamlPackages.frontc: init at 3.4
2016-09-20 23:01:43 +02:00
Langston Barrett
a3bbb45e5c manual: add node to languages & frameworks
fixes #18609
2016-09-20 20:38:24 +00:00
Matthew Maurer
65fb52f210 js-build-tools: Fix darwin build
On darwin, js-build-tools expects an OSX style userland and stat binary.
However, under nix we use the nix version of stat, which speaks linux-style
flags.

This patch removes js-build-tools special casing so that it speaks to stat
in linux style.
2016-09-20 15:13:19 -04:00
Robert Helgesson
ec97f23aff
perl-Net-OpenSSH: 0.70 -> 0.73 2016-09-20 19:38:41 +02:00
Robert Helgesson
4238342ebd
perl-Object-Signature: add meta section 2016-09-20 19:23:14 +02:00
Rushmore Mushambi
c999b6b787 Merge pull request #18793 from rushmorem/cockroachdb-flags
cockroachdb: specify build tag
2016-09-20 19:11:47 +02:00
Robert Helgesson
f2bfd2fb6f
perl-Number-Format: 1.73 -> 1.75
Also add meta section.
2016-09-20 19:08:00 +02:00
zimbatm
6f1383686a Merge pull request #18361 from zimbatm/ruby-utf8
buildRubyGem: fixes gemspec UTF-8 loading issue
2016-09-20 18:04:50 +01:00
José Romildo Malaquias
01f3e331c5 aria2: 1.26.1 -> 1.27.1 2016-09-20 14:04:13 -03:00
rushmorem
c346789a92 cockroachdb: specify build tag 2016-09-20 19:02:26 +02:00
Robert Helgesson
5b66b6fd66
perl-Pod-Elemental: 0.103000 -> 0.103004 2016-09-20 18:30:54 +02:00
Robert Helgesson
f61ed05bb0
perl-Test-Version: 2.03 -> 2.05 2016-09-20 18:30:54 +02:00
Robert Helgesson
f135d259d8
perl-Net-SSLeay: change license
Package is now under the Artistic 2.0 license:

> From version 1.66 onwards, this Net-SSLeay package is issued under the
> "Perl Artistic License 2.0", the same license as Perl itself.
2016-09-20 18:30:54 +02:00
Robert Helgesson
5941f70820
perl-autobox: 2.83 -> 2.84
Also prefer the attribute name to be same as generated by
nix-generate-from-cpan.
2016-09-20 18:30:53 +02:00
Robert Helgesson
c7f0a93915
perl-Net-Telnet: fix license field
Under the same license as Perl itself.
2016-09-20 18:30:53 +02:00
Eelco Dolstra
ddd41a509a virtualbox: Drop dontPatchELF hack
However, this also requires ad8f31df7f
to get rid of gcc_multi.out in the closure.
2016-09-20 18:02:19 +02:00
Eelco Dolstra
3143f39e5a strigi: Fix libraries being installed in $out/$out/lib
Since we don't strip binaries in $out/$out, this was causing strigi to
have a dependency on gcc in its closure.
2016-09-20 18:02:19 +02:00
Gabriel Ebner
dd4a015aa8 eprover: 1.9 -> 1.9.1 2016-09-20 11:57:14 -04:00
Michal Rus
0e5674412f
xmind: init at 7.5-update1 2016-09-20 16:33:08 +02:00
Lancelot SIX
ea1afcd9f4 xorriso: 1.4.4 -> 1.4.6
See http://lists.gnu.org/archive/html/info-gnu/2016-09/msg00010.html
for release announcement

[Bjørn: remove "pkgs." from commit message subject.]
2016-09-20 15:51:36 +02:00
rushmorem
dc8da48032 cockroachdb: init at beta-20160915 2016-09-20 15:39:33 +02:00
Marsel
52dd323047 rtlwifi_new: init at 2016-09-12 2016-09-20 16:18:24 +03:00
Joachim F
e22dd2f6c5 Merge pull request #18740 from chris-martin/tulip-4-9
Tulip: 4.1.0 -> 4.9.0
2016-09-20 14:34:17 +02:00
Joachim F
f6ce8894dd Merge pull request #18753 from rnhmjoj/mutt
mutt: 1.6.2 -> 1.7.0
2016-09-20 14:33:22 +02:00
Reno Reckling
3cb6f522db amdapp-sdk: fix build for gcc 5
(cherry picked from commit 1dcd93c1def1b26b0b4736a33fb8246b53602e73)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-20 14:17:36 +02:00
timor
d5ffca8829 ghdl: use fetchFromGitHub
for some reason the sha256 changed...
2016-09-20 14:15:52 +02:00
timor
ecbf44485b ghdl: add support for llvm backend
Make the existing ghdl recipe more flexible, and introduce "ghdl_llvm"
as a package in addition to "ghdl_mcode".  This seems to specifically
require llvm 3.5, though.  The flavour is also encoded in the package name.

cc @viric
2016-09-20 14:15:52 +02:00
Daiderd Jordan
542babc3d2 Merge pull request #18670 from holidaycheck/sauceconnect-4.4.0
sauce-connect: 4.3.16 -> 4.4.0
2016-09-20 12:35:15 +02:00
Peter Simons
62606be9b0 haskell-hindent: disable failing test suite 2016-09-20 12:04:47 +02:00
Peter Simons
c999c9f636 haskell-mongoDB: disable failing test suite 2016-09-20 12:04:47 +02:00
Michael Alan Dorman
c3974031dd For the moment, we need a specific reference to 5.0.4
This will need to change if we stop arbitrarily tying "hoogle" to be
5.0.1.
2016-09-20 12:04:47 +02:00
Michael Alan Dorman
f16f2017ac Make hoogle-local compatible wih hoogle >= 5.0.4 2016-09-20 12:04:46 +02:00
Peter Simons
57f5d1b7a8 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.2-5-gabba389 from Hackage revision
3f3f95963d.
2016-09-20 12:04:42 +02:00
Peter Simons
ee0f2722b3 configuration-hackage2nix.yaml: disable broken builds to avoid evaluation errors 2016-09-20 12:04:41 +02:00
Eelco Dolstra
e03d1ababa cmake-2.8: Fix build
The use of multiple outputs in libarchive broke it. Since this is an
ancient version of cmake, let's fix it by just using
--no-system-libarchive.
2016-09-20 11:56:11 +02:00
Eelco Dolstra
1dd3ece50e cmake-2_8 -> cmake_2_8 2016-09-20 11:56:07 +02:00
Michael Raskin
d9bb1bfeda Merge pull request #18755 from chris-martin/libreoffice-gen
libreoffice: Convert generate-libreoffice-srcs from Bash to Python
2016-09-20 09:47:30 +00:00
Moritz Ulrich
febb35bd03 rustRegistry: 2016-08-23 -> 2016-09-20 2016-09-20 11:10:37 +02:00
rushmorem
391ea6f748 glock: init at 20160816 2016-09-20 10:56:11 +02:00
Franz Pletz
15935839b9 Merge pull request #18773 from romildo/upd.lxappearance
lxappearance: 0.6.1 -> 0.6.2
2016-09-20 10:34:14 +02:00
José Romildo Malaquias
c59d3cd849 xclip: 0.12-svn-20140209 -> 0.13 2016-09-20 10:17:29 +02:00
Nicolas Dudebout
fafff78d3d Emacs cleanup (#18730)
emacs: Clean up derivation
2016-09-20 10:13:01 +02:00
Alexey Shmalko
60cfc558be Merge pull request #18718 from Mic92/powerdns
powerdns: init at 4.0.1
2016-09-20 11:07:51 +03:00
Peter Hoeg
73e4f644d0 bundler: 1.12.5 -> 1.13.1 2016-09-20 15:55:19 +08:00
Frederik Rietdijk
a20a20f136 pythonPackages.libarchive -> python-libarchive, and mark as broken 2016-09-20 09:43:07 +02:00
Frederik Rietdijk
6920e49b89 pythonPackages.libarchive-c 2.1 -> 2.5 2016-09-20 09:40:50 +02:00
Frederik Rietdijk
ed413bb4d5 pythonPackages.scrapy: fix tests 2016-09-20 09:33:19 +02:00
Frederik Rietdijk
c65d6f3519 pythonPackages.willie: 5.2.0 -> 5.5.1 2016-09-20 09:24:28 +02:00
Frederik Rietdijk
0dae09262c pythonPackages.zake: fix 2016-09-20 09:12:38 +02:00
Frederik Rietdijk
6cade43bf4 pythonPackages.pysvn: fix 2016-09-20 09:09:47 +02:00
Frederik Rietdijk
8623252203 pythonPackages.detox: 0.9.3 -> 0.10.0 2016-09-20 09:09:03 +02:00
José Romildo Malaquias
75960d4690 lxappearance: 0.6.1 -> 0.6.2 2016-09-19 22:30:05 -03:00
José Romildo Malaquias
18e696e97b lxappearance: move from pkgs/applications/misc/ to pkgs/desktops/lxde/core/ 2016-09-19 22:26:10 -03:00
taku0
25ff8637f4 firefox-bin: 48.0.2 -> 49.0 2016-09-20 09:12:07 +09:00
Alexander Ried
2f8913c7a5 monetdb: remove pkg
This used a source from 2009 and has been removed from all-packages.nix
4 years ago in 8020c37f55
2016-09-19 23:09:41 +02:00
Stefan Goetz
3a534e8609 youtube-dl: 2016.07.16 -> 2016.09.19 (#18723)
* youtube-dl: 2016.07.16 -> 2016.09.18

* youtube-dl: 2016.09.18 -> 2016.09.19
2016-09-19 21:43:53 +02:00
Lancelot SIX
6941d49c37
pythonPackages.channels: init at 0.17.2 2016-09-19 20:29:24 +02:00
Lancelot SIX
648f534888
pythonPackages.daphne: init at 0.15.0 2016-09-19 20:28:57 +02:00
Lancelot SIX
62a0c53ee0
pythonPackages.asgi_redis: init at 0.14.1 2016-09-19 20:05:53 +02:00
Lancelot SIX
32ca234f3f
pythonPackages.asgi_ipc: init at 1.1.0 2016-09-19 20:04:21 +02:00
Eelco Dolstra
33da338bde mariadb: Don't install mysqlbug
This causes a dependency on gcc.
2016-09-19 20:03:40 +02:00
Eelco Dolstra
50e2161ee1 samba: 4.3.8 -> 4.3.11 2016-09-19 20:03:40 +02:00
Eelco Dolstra
c3bc8b2996 ldb: 1.1.26 -> 1.1.27
Also, strip the modules to prevent a dependency on gcc.
2016-09-19 20:03:40 +02:00
Eelco Dolstra
dbb9e2e847 tevent: 0.9.28 -> 0.9.30 2016-09-19 20:03:39 +02:00
Eelco Dolstra
8b7f83a146 tdb: 1.3.8 -> 1.3.11 2016-09-19 20:03:39 +02:00
Eelco Dolstra
498af0bbb4 talloc: 2.1.5 -> 2.1.8 2016-09-19 20:03:39 +02:00
Eelco Dolstra
56400e34d4 libshout: Use multiple outputs 2016-09-19 20:03:39 +02:00
Eelco Dolstra
05d34c9d2c libqalculate: 0.9.9 -> 0.9.10
Also, use multiple outputs.
2016-09-19 20:03:38 +02:00
Eelco Dolstra
dc8ebab12f libksba: Use multiple outputs 2016-09-19 20:03:38 +02:00
Eelco Dolstra
cc8b44b103 libtunepimp: Use multiple outputs 2016-09-19 20:03:38 +02:00
Eelco Dolstra
f84806d84f libofa: Use multiple outputs 2016-09-19 20:03:38 +02:00
Eelco Dolstra
37f2679e73 libarchive: Use multiple outputs 2016-09-19 20:03:11 +02:00
Eelco Dolstra
8b31b91a22 libraw: Use multiple outputs 2016-09-19 20:02:07 +02:00
Eelco Dolstra
da3e6d6eda google-talk-plugin: Prevent a dependency on gcc 2016-09-19 20:02:07 +02:00
Lancelot SIX
9283121bbb
pythonPackages.asgiref: init at 0.14.0 2016-09-19 20:01:37 +02:00
Lancelot SIX
a1e887af52
pythonPackages.posix_ipc: init at 1.0.0 2016-09-19 19:59:35 +02:00
Yorick van Pelt
dccb882e45 i3lock-color: 2.7_rev63a4c23 -> 2.7-2016-09-17 2016-09-19 19:42:40 +02:00
Chris Martin
754836ab4c libreoffice: generate-libreoffice-srcs.{sh->py} 2016-09-19 12:01:30 -04:00
Moritz Ulrich
a36ecba2c9 pass: Add procps for pgrep to PATH. 2016-09-19 17:25:04 +02:00
Tuomas Tynkkynen
c08a84186f perlPackages.DBIxClass: Add upstream patch to fix build
Apply an upstream commit destined for next release like Debian is doing:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835731

Should fix http://hydra.nixos.org/build/40815848
2016-09-19 16:47:18 +03:00
Tuomas Tynkkynen
9c2e6faf1f Revert "perlPackages.DBDSQLite: placate DBIxClass test failure"
This reverts commit 89fc959922.

For some reason this isn't fixing the problem anymore.
2016-09-19 16:47:18 +03:00
Peter Simons
545040811b nbd: update to version 3.14 2016-09-19 15:45:12 +02:00
Tuomas Tynkkynen
5a6d6d4451 diffoscope: Use bin outputs of dependencies
All of the dependencies listed here are used via command-line tools. So
use getBin to avoid unnecessarily depending on development headers.
2016-09-19 16:09:34 +03:00
Tuomas Tynkkynen
bb19e17d14 rpm: Split into multiple outputs
Patch away two things:

- %_includedir, %_oldincludedir, %_mandir, %_infodir macros from
  lib/rpm/platform/*/macros to avoid cycles between outputs. Hopefully
  anything doesn't really need those.
- Change %__ld, %__nm, %__objcopy, %__objdump in lib/rpm/macros to
  refer to the commands in PATH. Should be safe as %__cc for instance is
  already like that.
2016-09-19 16:09:34 +03:00
Tuomas Tynkkynen
48d7948808 rpm: Use list for configureFlags 2016-09-19 16:09:34 +03:00
Thomas Tuegel
0875ff2200 Merge pull request #18727 from phunehehe/kde-16.08.1
KDE Applications 16.08.1
2016-09-19 08:05:25 -05:00
Frederik Rietdijk
98d16045cc Revert "pythonPackages.futures: null when Python 3"
This reverts commit 61859b9d59.

This broke eval because futures_2_2 overrides the derivation.
2016-09-19 14:24:43 +02:00
Frederik Rietdijk
ca24eb5712 Merge pull request #18170 from phile314/sphinx-update
Sphinx: 1.3.6 -> 1.4.6
2016-09-19 13:20:33 +02:00
Frederik Rietdijk
b81a521ae9 pythonPackages.cassandra-driver: fix build 2016-09-19 13:09:08 +02:00
Frederik Rietdijk
d7d85186a7 pythonPackages.scales: init at 1.0.9 2016-09-19 13:09:08 +02:00
Frederik Rietdijk
3ec7b1fbec pythonPackages.gevent: 1.0.2 -> 1.1.2 2016-09-19 13:09:08 +02:00
Frederik Rietdijk
0095a9a323 pythonPackages.greenlet: 0.4.7 -> 0.4.10 2016-09-19 13:09:08 +02:00
Frederik Rietdijk
478b9abe21 pythonPackages.parsel: add missing dependency 2016-09-19 13:09:08 +02:00
Frederik Rietdijk
92a7135c16 pythonPackages.tornado: use latest backports_ssl_match_hostname 2016-09-19 13:09:08 +02:00
Frederik Rietdijk
61859b9d59 pythonPackages.futures: null when Python 3 2016-09-19 13:09:08 +02:00
Frederik Rietdijk
0211fe0c65 Merge pull request #18748 from RamKromberg/fix/calc
calc: remove redundant groff dependency
2016-09-19 13:00:23 +02:00
Lancelot SIX
6fe5b7a2e7 Merge pull request #18696 from FRidh/buildenv
python.buildenv: don't filter non-python packages
2016-09-19 12:22:53 +02:00
Robin Gloster
a9e87314ab
systemd-journal2gelf: fix path 2016-09-19 12:03:43 +02:00
José Romildo Malaquias
a1ce861647 pnmixer: 2016-04-23 -> 0.7 2016-09-19 06:42:23 -03:00
Frederik Rietdijk
ae504dc726 Merge pull request #18635 from odi/master
python-packages: pafy 0.5.0 -> 0.5.2
2016-09-19 11:22:26 +02:00
Karn Kallio
07154a77e7 mysqlworkbench : fix build and update to latest version 6.3.7 2016-09-19 09:58:37 +02:00
Karn Kallio
16227c728d libctemplate : update URL for downloading source 2016-09-19 09:58:32 +02:00
Karn Kallio
b9334743ee mysql: Add version 5.7.x of Oracle mysql for building mysql workbench. 2016-09-19 09:58:26 +02:00
Karn Kallio
e11287ce3f Add vsqlite, a C++ wrapper library for sqlite. 2016-09-19 09:58:21 +02:00
Karn Kallio
07c6d61af0 Add MySQL Connector C++, a mysql server client library. 2016-09-19 09:58:15 +02:00
Alexey Shmalko
930c682c53 Merge pull request #18752 from rnhmjoj/bdf2psf
bdf2psf: 1.147 -> 1.148
2016-09-19 09:21:34 +03:00
rnhmjoj
5c0e73e860
mutt: 1.6.2 -> 1.7.0 2016-09-19 06:33:28 +02:00
Hoang Xuan Phu
0bffb9e9e9 kde5.applications: 16.08.0 -> 16.08.1 2016-09-19 11:44:52 +08:00
Kirill Boltaev
d2bbc631ff pktgen: disable parallel building 2016-09-19 05:28:43 +03:00
rnhmjoj
363976941b
bdf2psf: 1.147 -> 1.148 2016-09-19 01:08:22 +02:00
Franz Pletz
db51e9074c
pythonPackages.gnutls: works with recent gnutls versions 2016-09-19 00:58:55 +02:00
Franz Pletz
01f8b65e48
freewheeling: cleanup 2016-09-19 00:58:55 +02:00
Franz Pletz
1234aaf47b
inadyn: 1.99.15 -> 2.0 2016-09-19 00:58:54 +02:00
Franz Pletz
fa3fb19445
libite: init at 1.8.2 2016-09-19 00:58:54 +02:00
Franz Pletz
7038fca9da
libconfuse: 2.8 -> 3.0 2016-09-19 00:58:53 +02:00
Franz Pletz
e3107dc45d
gnutls: 3.5.3 -> 3.5.4 2016-09-19 00:58:53 +02:00
Franz Pletz
501f9096f6
gnutls: 3.4.14 -> 3.4.15 2016-09-19 00:58:53 +02:00
Franz Pletz
268d8dbf1b
blink: works with recent gnutls versions 2016-09-19 00:58:45 +02:00
Ram Kromberg
a729d6ee55 calc: remove redundant groff dependency 2016-09-19 01:37:45 +03:00
Robin Gloster
4ec5e729c4
systemd-journal2gelf: fix after godeps changes 2016-09-19 00:08:21 +02:00
Robin Gloster
5650c92b01
systemd-journal2gelf: init at 20160414 2016-09-19 00:08:19 +02:00
Franz Pletz
6e60359c74
errbot: the text interface needs pytest at runtime 2016-09-18 23:55:09 +02:00
Robin Gloster
f1f856ada7
errbot: use buildPythonApplication 2016-09-18 23:54:39 +02:00
Robin Gloster
55de97e020
byobu: 5.98 -> 5.112 2016-09-18 23:48:13 +02:00
Robin Gloster
b6f7a02d65
consul: 0.6.4 -> 0.7.0 2016-09-18 23:47:56 +02:00
Robin Gloster
452f182356
krb5: 1.14.2 -> 1.14.3
fixes CVE-2016-3120
2016-09-18 23:47:56 +02:00
Vladimír Čunát
f27a970f2d firefox*: fix notifications
Fixes #18712. Now firefox uses the notification daemon, if available.

Unfortunately, the same approach didn't work for thunderbird; I don't
know why.
2016-09-18 23:23:13 +02:00
Frederik Rietdijk
6286f77233 Merge pull request #18743 from berdario/hug-falcon
Bump Falcon to 1.0.0, make the test dependencies optional, add the Hug framework
2016-09-18 23:21:47 +02:00
Frederik Rietdijk
cc22b5f2ad Merge pull request #18709 from leenaars/bs
pythonPackages.beautifulsoup4: 4.4.1 -> 4.5.1
2016-09-18 23:11:50 +02:00
Dario Bertini
2c8b578191
Bump Falcon to 1.0.0, make the test dependencies optional, add the Hug
framework

falcon: 0.3.0 -> 1.0.0
hug: init at 2.1.2
2016-09-18 22:11:49 +01:00
Frederik Rietdijk
06fd89dcff Merge pull request #18738 from elasticdog/elixir
elixir: 1.3.2 -> 1.3.3
2016-09-18 23:07:19 +02:00
Frederik Rietdijk
ae1faabdcd Merge pull request #18742 from groxxda/libchamplain
libchamplain: 0.12.13 -> 0.12.14
2016-09-18 23:06:57 +02:00
Frederik Rietdijk
79995e91de Merge pull request #18719 from romildo/upd.mkvtoolnix
mkvtoolnix: 9.4.0 -> 9.4.2
2016-09-18 23:06:16 +02:00
Frederik Rietdijk
e25cbdd9d2 Merge pull request #18745 from berdario/scrapy-py3
Upgrade to latest Scrapy with Python3 support. Upgrade/add dependencies:
2016-09-18 22:58:06 +02:00
Frederik Rietdijk
5a1d3be81c Merge pull request #18647 from nand0p/buildbot-9rc3
buildbot: 0.9.0rc2 -> 0.9.0rc3
2016-09-18 22:57:18 +02:00
Dario Bertini
22e38701a0
Scrapy: 1.0.5 -> 1.1.2 2016-09-18 21:55:22 +01:00
Dario Bertini
3e0e70ead7
Twisted: 16.4.0 -> 16.4.1 2016-09-18 21:52:44 +01:00
Dario Bertini
288bb906fe
pydispatcher: re-enable on Python3.5 2016-09-18 21:51:52 +01:00
Dario Bertini
5ea0390493
parsel: init at 1.0.3 2016-09-18 21:49:56 +01:00
Frederik Rietdijk
7a09eb7fbd Merge pull request #18276 from veprbl/rootpy
rootpy: init at 0.8.3
2016-09-18 22:49:47 +02:00
Vladimír Čunát
4007e5b807 hunspellWithDicts: fix bad meta.outputsToInstall
https://github.com/NixOS/nixpkgs/issues/15036#issuecomment-247874297
2016-09-18 22:39:57 +02:00
Vladimír Čunát
73f59a794d Merge #18717: xf86-video-intel: update and use DRI3
... by default
2016-09-18 22:19:47 +02:00
Vladimír Čunát
dbc40d3fdc Merge #18736: libinput: 1.3.3 -> 1.5.0 2016-09-18 22:03:05 +02:00
Alexander Ried
cd7d7f8a4a libchamplain: 0.12.13 -> 0.12.14 2016-09-18 22:02:27 +02:00
Chris Martin
08e5949235 tulip: 4.1.0 -> 4.9.0 2016-09-18 15:24:29 -04:00
Alexander Ried
469b82c0da appstream-glib: 0.5.12 -> 0.6.3 2016-09-18 21:21:02 +02:00
Dmitry Kalinkin
96d2a6c434 ccache: improve compiler wrapper
* move compiler detection logic from nix to bash
* robust inheritance of isGNU/isClang

Fixes: d3274e8ae3 ('ccache: support clang in ccache.links')
Fixes: 634824d50b ('ccache: fix references to stdenv.cc.cc.isClang')
2016-09-18 14:54:12 -04:00
Alexander Ried
363088f8e8 libinput: 1.3.3 -> 1.5.0 2016-09-18 20:20:51 +02:00
Aaron Bull Schaefer
e067546765 elixir: 1.3.2 -> 1.3.3 2016-09-18 11:07:10 -07:00
Thomas Tuegel
3afe2061a2
Merge branch 'emacs-packages' 2016-09-18 12:55:06 -05:00
Thomas Tuegel
c31e3cf65b
orgPackages 2016-09-18 2016-09-18 12:52:29 -05:00
Thomas Tuegel
42f63a5402
melpaStablePackages 2016-09-18 2016-09-18 12:47:09 -05:00
Tristan Helmich
76094163ae sonarr: 2.0.0.4323 -> 2.0.0.4326 (#18732) 2016-09-18 19:45:03 +03:00
Thomas Tuegel
93adad3ba4
melpaPackages 2016-09-18 2016-09-18 11:40:43 -05:00
zimbatm
8175461df3 Merge pull request #18711 from rvl/longview-1.1.5
longview: unstable-2015-09-10 -> 1.1.5
2016-09-18 17:01:17 +01:00
Bjørn Forsman
32efdb7128 treewide: sshfsFuse -> sshfs-fuse 2016-09-18 17:44:30 +02:00
Bjørn Forsman
36cf2405bd sshfs-fuse: align attrname with pkgname 2016-09-18 17:44:30 +02:00
Rodney Lorrimar
5e867f00af longview: unstable-2015-09-10 -> 1.1.5 2016-09-18 16:37:53 +01:00
Moritz Ulrich
a115cd5dbf digikam5: Add tools for panorama/stacking to PATH 2016-09-18 17:29:27 +02:00
Thomas Tuegel
b01e7f26c7
elpaPackages 2016-09-18 2016-09-18 09:38:47 -05:00
Joachim F
9f2f523a59 Merge pull request #18725 from mayflower/emby_3.0.7200
emby: 3.0.7100 -> 3.0.7200
2016-09-18 16:30:00 +02:00
Thomas Tuegel
8d3644d7b2 Merge pull request #18303 from the-kenny/digikam-51
Digikam 5.1
2016-09-18 09:28:38 -05:00
Joachim Fasting
634824d50b
ccache: fix references to stdenv.cc.cc.isClang
afa64a60bc breaks the
tarball job https://hydra.nixos.org/build/40817224/nixlog/1/raw

The problem is that there is a stdenv.cc.cc.isGNU but no corresponding
stdenv.cc.cc.isClang. The "correct" fix would be to add
stdenv.cc.cc.isClang but this is simpler.
2016-09-18 15:58:53 +02:00
Joachim Fasting
e2659de1b2
kernelPatches: remove legacy grsecurity attrs 2016-09-18 15:26:57 +02:00
Tristan Helmich
15708fe204 emby: 3.0.7100 -> 3.0.7200 2016-09-18 15:26:19 +02:00
Nicolas Dudebout
9cea84a085 cscope: 15.8a -> 15.8b 2016-09-18 09:22:27 -04:00
Nicolas Dudebout
718678bba8 cscope: remove unused dependency on pkgconfig 2016-09-18 09:22:27 -04:00
Nicolas Dudebout
2dc6e41147 cscope: make emacs support optional
Other nixpkgs offer cscope-emacs integration and they use package.el to
register the package. When using such package, only the cscope binary is
required.
2016-09-18 09:22:27 -04:00
Nicolas Dudebout
03ae8729d4 cscope: do all emacs mode creation in postInstall
One part of the emacs mode creation was done in preConfigure, and one in
postInstall, but both could be done together.
2016-09-18 09:22:27 -04:00
Jörg Thalheim
b0a1c0b343
powerdns: init at 4.0.1
fixes #18703
2016-09-18 14:52:44 +02:00
Moritz Ulrich
c8d4f40dc6 Revert "libcaca: Enable support for png/jpeg/gif"
I didn't notice this was a mass-rebuild change. Pushing it to
staging instead.

This reverts commit 6b8bd7c7d5.
2016-09-18 14:26:40 +02:00
Moritz Ulrich
6b8bd7c7d5 libcaca: Enable support for png/jpeg/gif
Fixes #18683
2016-09-18 14:23:09 +02:00
Joachim F
bb27f062e6 Merge pull request #18592 from bendlas/update-connman
connman: 1.32 -> 1.33
2016-09-18 13:54:01 +02:00
Joachim F
085395d18e Merge pull request #18690 from romildo/upd.efl
efl: 1.18.0 -> 1.18.1
2016-09-18 13:53:48 +02:00
Joachim F
b20d9861ba Merge pull request #18713 from vikstrous/factorio-update
factorio: 0.13.13 -> 0.13.20
2016-09-18 13:53:32 +02:00
Joachim F
beeaba58fc Merge pull request #18698 from romildo/upd.xfce4-settings
xfce4-settings: 4.12.0 -> 4.12.1
2016-09-18 13:53:15 +02:00
Joachim F
445e50af63 Merge pull request #18699 from romildo/new.xfce4-sensors-plugin
xfce4-sensors-plugin: init at 1.2.6
2016-09-18 13:53:08 +02:00
Joachim F
39405311b8 Merge pull request #18686 from RamKromberg/fix/vis
vis: 2016-07-15 -> 2016-08-24
2016-09-18 13:52:37 +02:00
Alexey Shmalko
19898d8284 Merge pull request #18650 from Ericson2314/openvpn-pkcs11
pkcs11-helper: git rev -> 1.11, openvpn w/ pkcs11-helper support
2016-09-18 14:43:07 +03:00
Moritz Ulrich
01e44ac1f9 emacs: 24.5 -> 25.1
This commit removes all references to emacs24 with the exception of
emacs24-macports. The two folders in `pkgs/applications/editors` named
`emacs-24` and `emacs-24` are consolidated to a new `emacs` folder.

Various parts in nixpkgs also referenced `emacs24Packages` (pinned to
`emacs24`) explicitly where `emacsPackages` (non-pinned) is more
appropriate. These references get fixed by this commit too.
2016-09-18 13:38:21 +02:00
Robert Helgesson
20fb07dc4a
fira-code: 1.201 -> 1.203 2016-09-18 13:17:05 +02:00
Peter Simons
2b1fea120c idris: disable failing test suite 2016-09-18 12:14:49 +02:00
Peter Simons
806d96b6a3 git-annex: test suite fails, reported upstream 2016-09-18 12:14:49 +02:00
Peter Simons
59e0dff09f hoogle: remove obsolete override 2016-09-18 12:14:49 +02:00
Peter Simons
b7aad29806 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.2-3-g78b650c from Hackage revision
74dd7d3698.
2016-09-18 12:14:49 +02:00
José Romildo Malaquias
88e15b19ef mkvtoolnix: 9.4.0 -> 9.4.2 2016-09-18 07:09:07 -03:00
Chris Martin
10f2befa58 stdenv.mkDerivation: add comments w/ manual links (#18707) 2016-09-18 11:20:53 +02:00
Dmitry Kalinkin
6f4718bb32 rootpy: init at 0.8.3 2016-09-18 04:45:18 -04:00
Dmitry Kalinkin
7b9deaba81 root: add setup-hook 2016-09-18 04:45:18 -04:00
Benjamin Saunders
c640fbfdc3 xf86-video-intel: 2016-05-22 -> 2016-09-08
Enable DRI3 by default while we're at it.
2016-09-17 20:07:07 -07:00
Charles Strahan
d5e24d3f80
fanctl: 0.9.0 -> 0.12.0 2016-09-17 22:37:39 -04:00
Ram Kromberg
f1c9f024d5 pod2mdoc: init at 0.0.10 2016-09-18 03:23:06 +03:00
Ram Kromberg
7176340bdc texi2mdoc: init at 0.1.2 2016-09-18 03:22:56 +03:00
Ram Kromberg
d7e43b0d27 docbook2mdoc: init at 0.0.9 2016-09-18 03:22:42 +03:00
Viktor Stanchev
4ed934313f factorio: 0.13.13 -> 0.13.20 2016-09-17 17:12:58 -07:00
Thomas Tuegel
48999a953b Merge pull request #18656 from jokogr/u/sddm-0.14.0
sddm: 0.13.0 -> 0.14.0
2016-09-17 17:01:29 -05:00
Michiel Leenaars
55deb148f5 pythonPackages.beautifulsoup4: 4.4.1 -> 4.5.1 2016-09-17 23:37:04 +02:00
Robert Helgesson
32352638ec
svtplay-dl: 1.3 -> 1.4 2016-09-17 22:59:31 +02:00
Sander van der Burg
8b597721f8 Merge pull request #18633 from siddharthist/doc/node-readme
nixpkgs docs: improve node packages documentation
2016-09-17 22:49:27 +02:00
Daiderd Jordan
afa64a60bc Merge pull request #18135 from veprbl/ccache_fix
ccache: enable build on darwin
2016-09-17 22:35:43 +02:00
Dmitry Kalinkin
d3274e8ae3 ccache: support clang in ccache.links 2016-09-17 16:32:38 -04:00
Dmitry Kalinkin
d7f22f96b0 ccache: enable build on macOS 2016-09-17 16:32:37 -04:00
Nikolay Amiantov
2551d9717e ut2004demo: refactor, 3120 -> 3334 2016-09-17 23:06:46 +03:00
Nikolay Amiantov
a38476a32e libstdcxx5: init at 3.3.6 2016-09-17 23:06:46 +03:00
Charles Strahan
358232f68a
cnijfilter2: fix build 2016-09-17 15:54:07 -04:00
Profpatsch
61462c94e6 lib/fetchers.nix: factor out impure proxy vars (#18702)
Apparently everyone just copied those variables, instead of creating a
library constant for them. Some even removed the comment. -.-
2016-09-17 21:50:01 +02:00
Benjamin Saunders
673798ea15 purple-hangouts-hg: 2016-07-17 -> 2016-08-31 2016-09-17 12:05:06 -07:00
Profpatsch
bfc710b0f5 haskellPackages/pontarius-xmpp: dontCheck 2016-09-17 20:36:44 +02:00
Mathias Schreck
7e7a54aba0 sauce-connect: refactor patchPhase instead of reordering phases 2016-09-17 19:49:01 +02:00
Mathias Schreck
50111d5cf4 sauce-connect: 4.3.16 -> 4.4.0 2016-09-17 19:49:01 +02:00
Daiderd Jordan
301ef1e715 Merge pull request #18688 from phunehehe/more-vim-plugins
vimPlugins: added acp, rainbow and vim-repeat
2016-09-17 19:34:31 +02:00
José Romildo Malaquias
355eb44e94 xfce4-sensors-plugin: init at 1.2.6 2016-09-17 13:16:16 -03:00
Chris Martin
295bb3adf7 czmqpp: init at 1.2.0 2016-09-17 12:00:47 -04:00
Peter Simons
1a51047c3c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.2 from Hackage revision
b76b355f94.
2016-09-17 17:57:04 +02:00
Peter Simons
ef4eb283a9 haskell-MemoTrie: disable failing Haddock stage 2016-09-17 17:57:02 +02:00
Peter Simons
9921e7ce96 xmonad: disable failing test suite 2016-09-17 17:57:01 +02:00
Peter Simons
70150639a8 haskell-spy: drop obsolete override 2016-09-17 17:57:01 +02:00
Peter Simons
2140aca679 haskell-hasktags: drop obsolete override 2016-09-17 17:57:01 +02:00
Peter Simons
99b5c0cb9b haskell: disable plenty of broken LTS-7.x test suites 2016-09-17 17:57:01 +02:00
Peter Simons
3e2b24a988 configuration-hackage2nix.yaml: add version constraints from LTS 7.0 2016-09-17 17:55:43 +02:00
Joachim F
54482712d5 Merge pull request #18305 from RamKromberg/init/deadpixi-sam
deadpixi-sam: init at 2016-09-15
2016-09-17 16:18:43 +02:00
Joachim F
1868783a90 Merge pull request #18619 from RamKromberg/init/mandoc
Init mandoc at 1.13.4 & replace groff with it in libedit and bsdbuild
2016-09-17 16:15:35 +02:00
Ram Kromberg
dd8335629d deadpixi-sam: init at 2016-09-15 2016-09-17 16:43:28 +03:00
José Romildo Malaquias
61554b15f5 xfce4-settings: 4.12.0 -> 4.12.1 2016-09-17 09:59:46 -03:00
Nikolay Amiantov
554ee9558d openscenegraph: fix eval 2016-09-17 15:45:31 +03:00
Shea Levy
11f4921cdf darwin.cctools: Fix build on linux 2016-09-17 08:44:38 -04:00
Frederik Rietdijk
1dbb72b91a python.buildenv: don't filter non-python packages
python.buildenv is used to build an env that provides binaries that can
import all modules that were passed in to the env.

Before this change it filtered the propagatedBuildInputs to remove all
non-Python packages, thereby possibly reducing the amount of packages
that were referenced. However, Python packages often don't have non-
Python packages as propagatedBuildInputs. And occasionally, we do want
to be able to add other packages to the env.
2016-09-17 14:28:12 +02:00
Nikolay Amiantov
663e379fb9 openmw: update for new openscenegraph 2016-09-17 15:27:12 +03:00
Nikolay Amiantov
32adfbfb3d openscenegraph: 3.2.1 -> 3.2.3 2016-09-17 15:27:12 +03:00
Ricardo Ardissone
d2b6d912f2 openmw: 0.39.0 -> 0.40.0 2016-09-17 15:27:12 +03:00
Alexander Ried
3e20ba60a1
freerdp: work around pkgconfig limitation
Fixes weston build against freerdp2

Closes https://github.com/NixOS/nixpkgs/pull/18556
2016-09-17 13:54:36 +02:00
Joachim Fasting
a61af52bae
connman-notify: set platforms = linux
It seems pointless to build a notification app on platforms where
connman itself is not supported.
2016-09-17 13:52:00 +02:00
José Romildo Malaquias
8e89e44dd4 efl: 1.18.0 -> 1.18.1 2016-09-17 08:02:00 -03:00
Joachim F
96c436612d Merge pull request #18634 from romildo/upd.avfs
avfs: 1.0.3 -> 1.0.4
2016-09-17 12:25:05 +02:00
Joachim F
b49c04e29d Merge pull request #18626 from romildo/new.xfce4-hardware-monitor-plugin
xfce4-hardware-monitor-plugin: init at 1.5.0
2016-09-17 12:24:40 +02:00
Alexey Shmalko
b88b5d9a0f
Merge pull request #18651 from jonafato/init-corebird-1.3.1
corebird: init at 1.3.1
2016-09-17 12:55:22 +03:00
Rodney Lorrimar
6d7b77df0a mongodb: Fix default storage engine on i686
MongoDB will refuse to start on i686 because the default database engine
"wiredTiger" doesn't support it. To reduce user annoyance, the default
engine should be changed to the pre-3.0 engine "mmapv1".

Fedora have also patched it:
http://pkgs.fedoraproject.org/cgit/rpms/mongodb.git/commit/?id=b64d6b3337bffdeea0b7fa530ea02b977c364e08
2016-09-17 10:43:58 +01:00
Alexey Shmalko
92a7e574ef Merge pull request #18582 from rasendubi/google-chrome
google-chrome: use corresponding chromium version
2016-09-17 12:42:46 +03:00
Daiderd Jordan
8e8c5a3429 Merge pull request #18424 from ppickfor/rainicorn
rainicorn: init at 1.0.0
2016-09-17 11:11:41 +02:00
Franz Pletz
2b9ca53975 Merge pull request #18666 from Profpatsch/xmpp-client
xmpp-client: 20160110 -> 20160916
2016-09-17 11:09:59 +02:00
Daiderd Jordan
a167cd99f2 Merge pull request #18482 from aske/lshw
lshw: 02.17b -> 02.18b
2016-09-17 10:58:47 +02:00
Hoang Xuan Phu
c678e121c4 vim-plugins: remove unused arguments 2016-09-17 16:45:34 +08:00
Hoang Xuan Phu
81cc672000 vim-plugins: add some more aliases 2016-09-17 16:44:56 +08:00
Hoang Xuan Phu
4ccbab01a9 vim-plugins: add acp, rainbow and vim-repeat 2016-09-17 16:40:15 +08:00
Kranium Gikos Mendoza
d9a4d942ab antiword: move sed to prePatch. fixes #18627
[Bjørn: change patchPhase -> prePatch (we must not override patchPhase).]
2016-09-17 10:30:06 +02:00