Commit Graph

31025 Commits

Author SHA1 Message Date
taku0
afcf3176ec oraclejdk: 8u91, 8u92 -> 8u101, 8u102 (#17125) 2016-07-20 18:00:11 +02:00
Alexey Lebedeff
8b1976c7f6 arduino: 1.0.6 -> 1.6.9 (#17060)
Based on @brodul work at
https://github.com/brodul/nixpkgs/tree/arduino-update

Desktop file generation is from #13690

- Solved all download problems. Package/library lists are changing
  daily, so I've created my own snapshot of them.
- Prepatch jssc .so inside jar - @brodul mentions that it can be copied
  into $HOME while running program.
- Removed some unnecessary dependencies

Tested it by uploading simple sketch to Arduino Uno.
2016-07-20 14:57:59 +02:00
Peter Simons
ddfc4ba977 haskell-Glob: fix LTS build 2016-07-20 12:50:06 +02:00
Eelco Dolstra
024cb9eecd gnutls: Disable parallel building
This can fail randomly with

    CC       systemkey.o
  In file included from systemkey.c:47:0:
  systemkey-args.h:1:1: error: unterminated comment
   /*   -*- buffer-read-only: t -*- vi: set ro:

which is presumably caused by a race with the generation step above:

  autogen systemkey-args.def

http://hydra.nixos.org/build/37878764#tabs-buildsteps
2016-07-20 11:55:46 +02:00
Jookia
33a1d8080b spidermonkey: Enable tests on 31.5. 2016-07-20 02:38:10 +03:00
Jookia
cde9fb47a9 spidermonkey: Fix building 31.5 on GCC 5. 2016-07-20 02:38:10 +03:00
Jookia
6c4ba06597 spidermonkey: Fix building 185-1.0.0 on ARMv7. 2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
ad16c9ac31 Revert "spidermonkey: Disable tests on ARM"
This reverts commit f9654a88e7.

At least for now, the problem has gone away on ARMv7 by the switch of
FPU flags used by GCC.

Some details of the bug at:
https://github.com/NixOS/nixpkgs/pull/16850#issuecomment-232339143
2016-07-20 02:38:10 +03:00
Peter Simons
c2656d6809 Merge pull request #15423 from dalaing/llvm-general-darwin
llvm-general: Adds Darwin compatibilty
2016-07-19 22:44:28 +02:00
Frederik Rietdijk
1f04202a5c Merge pull request #17103 from lancelotsix/update_gtkspell3
Update gtkspell3 and gtkspellmm
2016-07-19 20:13:11 +02:00
Thomas Tuegel
d130c27c62 pyqt5: run configure hooks
Fixes #17045.

Whenever a phase is overridden, the pre- and post-hooks for that phase
must be invoked!
2016-07-19 12:36:09 -05:00
Thomas Tuegel
6ef6c5a6f6 qt55: add missing module setup hook 2016-07-19 12:36:09 -05:00
Daiderd Jordan
a71054c1aa Merge pull request #17083 from acowley/libgd-darwin
gd: cherry-pick a temporary patch for darwin
2016-07-19 19:32:49 +02:00
Anthony Cowley
9b658d51cb gd: cherry-pick a temporary patch for darwin 2016-07-19 12:57:42 -04:00
Graham Christensen
292bfed911 Merge pull request #17108 from NeQuissimus/gradle2141
gradle: 2.14 -> 2.14.1
2016-07-19 16:42:44 +00:00
Franz Pletz
03c141b00e Merge pull request #17076 from knedlsepp/add_armadillo
armadillo: Correct dependencies
2016-07-19 17:31:29 +02:00
Tim Steinbach
3563be8dd6 gradle: 2.14 -> 2.14.1 2016-07-19 15:10:54 +00:00
Damien Cassou
92a1422874 Merge pull request #17105 from DamienCassou/update-pharo-vm-2016-07-16
pharo-vm5: 2016.05.04 ⇒ 2016.07.16
2016-07-19 16:42:47 +02:00
Damien Cassou
fe46fa9d17 pharo-vm5: 2016.05.04 ⇒ 2016.07.16 2016-07-19 16:40:31 +02:00
Josef Kemetmueller
93dfdf0a0c armadillo: correct dependencies
- Remove unused dependencies atlas/blas
- Add hdf5/superlu dependency (As superlu needs openblasCompat, we also use it here.)
- Add support for darwin
- Make use of OpenBLAS-LAPACK in armadillo

OpenBLAS (confusingly) contains LAPACK already by default, so we simply use OpenBLAS when searching for LAPACK.
The better solution would be for armadillo to use cmake built in FindBLAS/FindLAPACK which both would find OpenBLAS.
2016-07-19 12:37:08 +00:00
Josef Kemetmueller
f3dc4d9ec3 superlu: init at 5.2.1 2016-07-19 12:37:08 +00:00
Peter Simons
c0b5213aad haskell-hfsevents: remove obsolete override
cabal2nix generates correct build instructions now.
Fixes https://github.com/NixOS/nixpkgs/pull/17046.
2016-07-19 14:20:53 +02:00
Peter Simons
450fa8d9a0 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v2.0-11-gcec8f95 using the following inputs:

  - Hackage: 19ec8f3a6d
  - LTS Haskell: a5a99cf176
  - Stackage Nightly: bf146896f3
2016-07-19 14:20:40 +02:00
Alexey Shmalko
34b5d283cd gcc-arm-embedded: update license
According to https://launchpad.net/gcc-arm-embedded:
> Licence:
> Simplified BSD Licence, GNU GPL v2, GNU GPL v3, GNU LGPL v2.1, GNU
> LGPL v3, MIT / X / Expat Licence
2016-07-19 14:12:51 +02:00
Frederik Rietdijk
c51b8dc224 pythonPackages.{h5py, h5py-mpi}: simplify expression/assertions 2016-07-19 14:12:13 +02:00
Frederik Rietdijk
47e66f08e1 netcdf: remove zlib
since its propagated now by hdf5
2016-07-19 14:12:13 +02:00
Dan Peebles
c20e20c060 pythonPackages.jsonnet: init at same version as standalone 2016-07-19 07:57:58 -04:00
Lancelot SIX
3b61bfe4cc gtkspellmm: 3.0.3 -> 3.0.4 2016-07-19 13:39:57 +02:00
Lancelot SIX
4a1ffadcdb gtkspell3: 3.0.7 -> 3.0.8 2016-07-19 13:39:19 +02:00
Joachim F
c1e07d9337 Merge pull request #17036 from romildo/upd.cup
java-cup: 10k -> 11b-20160615
2016-07-19 13:29:18 +02:00
Franz Pletz
ddf59093ee Merge pull request #16051 from hrdinka/add/osm-gps-map
darktable: readd map/geotagging feature
2016-07-19 13:03:16 +02:00
Langston Barrett
c40a0b50f7 doctl: init at 1.3.1 (#17066) 2016-07-19 12:30:35 +02:00
Frederik Rietdijk
b49bedd75b Python 2.7.11 -> 2.7.12 2016-07-19 11:49:38 +02:00
Christine Koppelt
1c39145bc2 nodejs-5_x: 5.11.1 -> 5.12.0 (#16657) 2016-07-19 11:34:39 +02:00
Ram Kromberg
2e8c21e4dd libjpeg-drop: init at 9b (#16671) 2016-07-19 11:27:17 +02:00
Frederik Rietdijk
6b11c96c86 Python 2.6: add less 2016-07-19 11:11:03 +02:00
schneefux
4463f9f3d4 hugo: init at 0.16
Closes #16299.
2016-07-19 11:04:37 +02:00
Frederik Rietdijk
bce5a51a9f Python 2.7: add less 2016-07-19 10:27:14 +02:00
Frederik Rietdijk
c59d211b4b Python 3.3: add less 2016-07-19 10:27:14 +02:00
Frederik Rietdijk
b410631d6d Python 3.4: add less 2016-07-19 10:27:14 +02:00
Frederik Rietdijk
e261818c68 Python 3.5: add less 2016-07-19 10:27:14 +02:00
Frederik Rietdijk
773f6225cb Python 3.6: add less 2016-07-19 10:27:14 +02:00
Louis Taylor
7c75fa4bc2 python: add alpha release of 3.6
This might be jumping the gun a little, but I needed to use 3.6 locally
and thought I may as well push it upstream.
2016-07-19 10:27:14 +02:00
Franz Pletz
afa69e14db Revert "ocaml-bitstring: git -> 2.0.4 (#17002)"
This reverts commit a6e3a53229.

See #17002.
2016-07-19 10:09:03 +02:00
Matthew Maurer
a6e3a53229 ocaml-bitstring: git -> 2.0.4 (#17002)
Google Code no longer supports git cloning. We could restore this
revision by exporting the repository to github and working from there,
but barring a request for it, we can just use the released version.
2016-07-19 09:36:34 +02:00
Miguel Madrid
e2199205c7 libmsgpack: 1.1.0 -> 2.0.0 (#16722) 2016-07-19 08:10:13 +02:00
Frederik Rietdijk
e558561c3e Merge pull request #16358 from timbertson/tk
tk: propagate dependency on tcl & libXft
2016-07-18 23:11:53 +02:00
Daiderd Jordan
a7202bf47d Merge pull request #16965 from acowley/qrupdate2
qrupdate: fix installation (darwin)
2016-07-18 21:01:21 +02:00
Anthony Cowley
028e3d82df qrupdate: fix installation (darwin)
The issue is that the library files were not copied to $out with the
existing `installTargets` definition.

I noticed this problem on darwin, but I do not know if it is a
darwin-only problem.
2016-07-18 13:48:31 -04:00
Marcus Brinkmann
e90ab768ce libinput: Use absolute paths in udev rules.
Closes #17054
2016-07-18 17:14:19 +03:00
Langston Barrett
4063834f92 vagrant: 1.8.1 -> 1.8.4 2016-07-18 13:40:05 +00:00
Ben Darwin
a896233396 jags: 3.4.0 -> 4.1.0 (#16804)
* jags: 3.4.0 -> 4.1.0
* unbreak rjags and dependent packages
2016-07-18 13:11:18 +02:00
Martin Gammelsæter
36459f1977 mypy-lang: 0.4.2 -> 0.4.3 (#17058) 2016-07-18 12:35:13 +02:00
Wayne Scott
a05e51d17a nixpkgs: libtommath 0.39 -> 1.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-07-18 05:22:18 -05:00
Wayne Scott
01753f2470 nixpkgs: update libtomcrypt url
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-07-18 05:22:18 -05:00
Tomas Hlavaty
a93c6b628d sbcl: 1.3.6 -> 1.3.7 2016-07-17 23:07:27 +02:00
Vladimír Čunát
457460a86d Merge #16997: path64: remove the abandoned package 2016-07-17 21:05:31 +02:00
Vladimír Čunát
d167bedb67 Merge #16970: webkitgtk24x: 2.4.9 -> 2.4.11 2016-07-17 20:23:45 +02:00
Tomas Hlavaty
800a379cb3 unittest-cpp: init at 1.6.1 2016-07-17 18:58:58 +02:00
Franz Pletz
727eb19a81 jenkins: 2.3 -> 2.13 2016-07-17 17:15:24 +02:00
José Romildo Malaquias
65881a7338 java-cup: 10k -> 11b-20160615 2016-07-17 09:32:26 -03:00
Thomas Tuegel
6dc6ae0ebe qt55.qtlocation: don't try to wrap missing module 2016-07-17 06:58:15 -05:00
Vladimír Čunát
bf6759839a Merge #17023: bring back ncurses5 to fix GHC bootstrapping 2016-07-17 13:41:19 +02:00
Joachim Fasting
ce103cae38
cppcheck: 1.73 -> 1.74 2016-07-17 11:52:13 +02:00
Vladimír Čunát
15cd7af522 Merge #16968: fltk: darwin compatibility 2016-07-17 10:43:50 +02:00
Vladimír Čunát
33476f3303 Merge #17014: qt3: fix build with multiple outputs 2016-07-17 10:36:26 +02:00
Kovacsics Robert (NixOS)
f4c34a8345 tclx: init at 8.4.1 2016-07-16 21:49:58 +01:00
Tuomas Tynkkynen
8ee0e105c9 ghc: Make various binary GHCs use ncurses5
Fixes #17008: GHC bootstrapping broken by ncurses update.
2016-07-16 23:47:28 +03:00
Tuomas Tynkkynen
b0cc1cd729 ncurses: Add explicit 'ncurses5' and 'ncurses6' attrs
Also reinstate the gcc5 patch to make it build on Linux.
2016-07-16 23:47:28 +03:00
Thomas Tuegel
343415e02e qt55.qtbase: fix setup hook and QMake hook 2016-07-16 15:02:19 -05:00
Frederik Rietdijk
097d75d502 Merge pull request #17005 from rzetterberg/libui
libui: init at 3.1a
2016-07-16 18:23:22 +02:00
Kranium Gikos Mendoza
5d8005b1ef qt3: fix build after multiple-outputs change
also updated source tarball path
2016-07-16 23:39:03 +08:00
Thomas Tuegel
78e7f44488 qt5.makeQtWrapper: do not inherit Qt search paths 2016-07-16 10:14:50 -05:00
Thomas Tuegel
766ea7c4ca qt55.qtbase: update setup hook 2016-07-16 10:14:45 -05:00
Thomas Tuegel
d19dc420d2 qt56.qtbase: don't use propagatedUserEnvPkgs
Fixes #15498.
2016-07-16 10:14:44 -05:00
Peter Simons
3bfe30a042 haskell: update our Hackage database to the latest version 2016-07-16 13:34:06 +02:00
Joachim F
ed50ef318b Merge pull request #15848 from matthewbauer/packagekit
Add in PackageKit
2016-07-16 13:29:08 +02:00
Frederik Rietdijk
fe17c7a002 Merge pull request #16643 from devhell/mediainfo
{lib}mediainfo{-gui}: 0.7.86 -> 0.7.87
2016-07-16 12:55:54 +02:00
Frederik Rietdijk
e60d5a72e3 Merge pull request #17000 from womfoo/fix/guile-sdl
guile-sdl: fix after multiple-outputs change
2016-07-16 12:48:07 +02:00
Nikolay Amiantov
d936272b79 Merge branch 'master' into staging 2016-07-16 13:36:27 +03:00
Lancelot SIX
b360982b50 libgpg-error: 1.23 -> 1.24 2016-07-16 11:53:50 +02:00
Lancelot SIX
02949b4880 libassuan: 2.4.2 -> 2.4.3 2016-07-16 11:53:50 +02:00
Lancelot SIX
d75c43e15c libgcrypt: 1.7.1 -> 1.7.2
See http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00006.html
for release announcement
2016-07-16 11:53:50 +02:00
Richard Zetterberg
6c0cfd3be3 libui: init at 3.1a 2016-07-16 11:06:21 +02:00
Gabriel Ebner
f63ead3e5d Merge pull request #16977 from markus1189/scalafmt
scalafmt: 0.2.5 -> 0.2.11
2016-07-16 07:57:19 +02:00
Kranium Gikos Mendoza
1c7cb20fb1 guile-sdl: fix after multiple-outputs change 2016-07-16 12:06:51 +08:00
Alexey Shmalko
3172c2a455
path64: remove
The project seem to be inactive since 2010 (http://www.path64.org/). The
repository is also unavailable now.

Found at https://github.com/NixOS/nixpkgs/issues/15558.
2016-07-16 03:16:44 +03:00
Thomas Tuegel
bc685f8a7c Merge pull request #16993 from acowley/octave-darwin
octave: add arpack, libwebp, and darwin compat
2016-07-15 18:18:22 -05:00
Rok Garbas
4ea1b3824a elm-format: disable tests (one failing), reported upstream 2016-07-16 00:39:55 +02:00
Rok Garbas
0362eaf3ec elm-format: 0.3.1 -> 0.4.0 2016-07-16 00:36:28 +02:00
Rok Garbas
bed7aba2f0 elm: 0.17 -> 0.17.1 2016-07-16 00:11:41 +02:00
Anthony Cowley
73ec6bea2c octave: add arpack, libwebp, and darwin compat
This follows on from PR #16965 for qrupdate and PR #16968 for fltk.

WIth these, the added explicit dependencies on arpack (to support
the octave `eigs` function) and `libwebp`, and not pulling X11 things,
octave works properly on darwin.
2016-07-15 17:17:35 -04:00
obadz
cfc0a5415b Revert "fontconfig: fix etc priority"
This reverts commit 1e53d4a777.

Closes #16983

cc @vcunat @ericsagnes @dezgeg
2016-07-15 20:44:21 +02:00
Peter Simons
1b0e82d6ff Merge pull request #16974 from khumba/hoppy+qtah-maintainer
hoppy, qtah: add myself as maintainer
2016-07-15 20:27:22 +02:00
Bjørn Forsman
8c2d888401 jenkins: move $out/{lib => webapps}/jenkins.war
As pointed out by @danbst, the tomcat NixOS module expects packages
listed in services.tomcat.webapps to either be direct .war file paths or
have .war files inside a "webapps" directory.

Commit 4075c10a59
("jenkins: move .war file from $out to $out/lib/jenkins.war") broke
jenkins + tomcat. Fix it by moving jenkins.war to $out/webapps/.
2016-07-15 17:18:44 +02:00
Peter Simons
9fc0347c93 Merge pull request #16262 from basvandijk/fix-inline-c-cpp-darwin
inline-c-cpp: fix build on darwin
2016-07-15 16:21:46 +02:00
Bjørn Forsman
4075c10a59 jenkins: move .war file from $out to $out/lib/jenkins.war
Fixes #14137, also known as:

  $ nix-shell -p jenkins
  bash: source: /nix/store/ln1yw6c2v8bb2cjqfr1z5aqcssw054wa-jenkins-2.3:
  cannot execute binary file
  [nix-shell exited with error]

The problem is that jenkins.war is not installed inside the directory
$out, but rather _as the file_ $out. Fix it by moving the file to
$out/lib/jenkins.war.

While at it, move buildCommand so that the "meta" section is at the end
of the expression (standard style), and quote shell variables.
2016-07-15 15:12:52 +02:00
Christian Richter
a4c965ef1b webkitgtk24x: 2.4.9 -> 2.4.11 2016-07-15 14:15:13 +02:00
Alexei Robyn
c30d4e07c5 libvirt: revert to full systemd dependency
Fixes issue with virt-manager failing to list 'USB Host Devices' and
'PCI Host Devices' with the error "Connection does not support host
device enumeration".
2016-07-15 12:47:26 +02:00
Markus Hauck
3d4a32835e scalafmt: 0.2.5 -> 0.2.11 2016-07-15 10:44:04 +02:00
John Ericson
bed2a14afa makeRustPlatform: Remove self argument 2016-07-15 10:13:21 +02:00
Bryan Gardiner
5e685121e4
hoppy, qtah: add myself as maintainer 2016-07-14 23:07:53 -07:00
Anthony Cowley
fbf41c6c7f fltk: darwin compatibility 2016-07-14 16:14:09 -04:00
Peter Simons
6af0f57f91 haskell-binary: update to latest version 2016-07-14 22:13:48 +02:00
Peter Simons
d477991c48 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v2.0-4-gb156b94 using the following inputs:

  - Hackage: 5bb0a1b20f
  - LTS Haskell: a5a99cf176
  - Stackage Nightly: 3664752ea8
2016-07-14 22:13:09 +02:00
Arseniy Seroka
c1a600e8df Merge pull request #16936 from andrewrk/glfw
glfw: 3.1.2 -> 3.2
2016-07-14 22:20:41 +04:00
Arseniy Seroka
5a9a71fb2c Merge pull request #16957 from holidaycheck/galen-2.3.0
galen: 2.2.4 -> 2.3.0
2016-07-14 22:19:58 +04:00
Arseniy Seroka
aa138041f7 Merge pull request #16960 from womfoo/bump/urweb-20160621
urweb: 20151220 -> 20160621
2016-07-14 22:19:12 +04:00
Kranium Gikos Mendoza
2c169f83e7 urweb: 20151220 -> 20160621 2016-07-14 23:14:15 +08:00
Sander van der Burg
c3ffae4777 nodejs: implement a darwin-specific fix that properly refers to tr1/type_traits 2016-07-14 12:57:17 +00:00
Vladimír Čunát
1b5ac05845 Merge branch 'staging'
Includes security fixes in gd and libarchive.
2016-07-14 15:51:28 +02:00
Gabriel Ebner
40d5284cc2 rustfmt: add meta.platforms 2016-07-14 12:10:09 +02:00
Gabriel Ebner
457a428813 rustracer: add meta.platforms 2016-07-14 12:10:09 +02:00
Mathias Schreck
8e4248a95d galen: 2.2.4 -> 2.3.0 2016-07-14 10:52:13 +02:00
Gabriel Ebner
6c7d179509 tokei: add meta.platforms 2016-07-14 10:21:46 +02:00
Gabriel Ebner
aab727fd77 tokei: init at 3.0.0 2016-07-14 10:19:20 +02:00
Andrew Kelley
37fc141da3 glfw: 3.1.2 -> 3.2 2016-07-13 17:47:20 -07:00
Moritz Ulrich
c1bcfd7405 Merge pull request #16920 from the-kenny/rust-1.10.0
rust: 1.9.0 -> 1.10.0
2016-07-13 23:56:55 +02:00
Vladimír Čunát
19a4935c55 gnutls: fix up yet again
Noticed on: https://github.com/NixOS/nixpkgs/commit/7d94f57309a4#commitcomment-18221038
Hopefully OK finally, evaluation tested on x86_64-{linux,darwin}.
Apparently I'm trying to contribute in situations I'd better be relaxing
already.
2016-07-13 22:39:30 +02:00
Moritz Ulrich
8c45378cde rustc: 1.9.0 -> 1.10.0, cargo: 0.10.0 -> 0.11.0 2016-07-13 20:08:05 +02:00
Alexey Lebedeff
54a15fb2e4 erlang: 18.3 -> 18.3.4 (#16244)
Minor OTP releases (and their manpages) are not available for dowload at
http://erlang.org/download
But e.g.:
- 18.3.1 contains an important fix for mnesia
- 18.3.1-18.3.4 has a lot of SSL/TLS fixes

So we have to fetch from GitHub and build everything ourselves.

Also replace explicit path patching with upstream patches:
- https://github.com/erlang/otp/pull/1023
- https://github.com/erlang/otp/pull/1103 - with this patch it's now
  possible to build erlang in sandboxed mode
2016-07-13 19:41:55 +02:00
Vladimír Čunát
f56a319e3e ncurses: revert to 5.9 on Darwin (only)
I don't want to investigate why it won't compile.
http://hydra.nixos.org/build/37537876/nixlog/1/raw
2016-07-12 22:00:11 +02:00
Vladimír Čunát
40785f0dac Merge branch 'master' into staging
Hydra nixpkgs: ?compare=1282763
2016-07-12 22:00:10 +02:00
joachifm
03a7fa9104 Merge pull request #16840 from womfoo/bump/leatherman-0.7.5-facter-3.1.8
Bump leatherman: 0.7.0 -> 0.7.5 and sole dependency facter 3.1.6 -> 3.1.8
2016-07-12 16:20:51 +02:00
joachifm
ecb5a56b4e Merge pull request #16300 from schneefux/gopkg-minify
minify: init at v2.0.0
2016-07-12 16:20:28 +02:00
Arseniy Seroka
356e9c04da Merge pull request #16771 from mimadrid/init/universal-ctags-2016-07-06
universal-ctags: init at 2016-07-06
2016-07-12 17:56:30 +04:00
Eric Bailey
9d58f894cd lfe: init at 1.1.1 (#16865)
This is a first pass at adding an LFE package.

N.B. man pages are ignored for now.
2016-07-12 13:48:33 +02:00
Renzo Carbonara
103ae01173 zoom-us: init at 2.0.52458.0531 (#15607) 2016-07-12 13:37:11 +02:00
Martin Gammelsæter
6c77af6f60 mypy-lang: Add missing lxml dependency 2016-07-12 11:22:24 +02:00
Tim Steinbach
a0009e1ae5 kotlin: 1.0.2 -> 1.0.3 2016-07-11 23:14:30 +00:00
Nikolay Amiantov
36725623f9 liboauth: propagate inputs wanted by pkgconfig 2016-07-12 00:56:10 +03:00
Martin Gammelsæter
811cf56f5f mypy-lang: init at 0.4.2 2016-07-11 19:35:00 +02:00
Daiderd Jordan
bc39354269 elixir: 1.3.0 -> 1.3.1 2016-07-11 18:06:54 +02:00
Adolfo E. García
b25d21955e libqrencode: init at 3.4.4
* libqrencode: init at 3.4.4
* libqrencode: add maintainer

#16861
2016-07-11 17:46:30 +02:00
Eelco Dolstra
05bdc0c89f Remove unnecessary references to gcc5
These cause an unnecessary rebuild of gcc.
2016-07-11 10:46:34 +02:00
Ram Kromberg
ec5ec31411 pngpp: init at 0.2.9 (#16782) 2016-07-10 23:20:03 +02:00
Frederik Rietdijk
f04b018111 python 3.4.4 -> 3.4.5 2016-07-10 19:16:56 +02:00
Frederik Rietdijk
52bc8d203f python 3.5.1 -> 3.5.2 2016-07-10 19:05:12 +02:00
Kranium Gikos Mendoza
00f35e6653 leatherman: 0.7.0 -> 0.7.5 2016-07-10 23:36:03 +08:00
Danny Arnold
42c91dd1d8 flow: 0.22.1 -> 0.28.0 (#16827) 2016-07-10 14:02:21 +02:00
schneefux
4c17bed84c minify: init at v2.0.0 2016-07-10 12:06:01 +02:00
Franz Pletz
ba2eec97b5 sqlite: 3.12.2 -> 3.13.0 2016-07-10 10:50:38 +02:00
Franz Pletz
844748a9c9 libarchive: 3.1.2 -> 3.2.1 (security)
Fixes at least:

  * CVE-2016-4300
  * CVE-2016-4302
  * CVE-2016-4809
  * CVE-2016-5844
2016-07-10 10:50:38 +02:00
Franz Pletz
9c9abc4c94 plib: add patch to fix CVE-2011-4620 2016-07-10 10:47:12 +02:00
Franz Pletz
77f2fff41d libusbmuxd, libimobiledevice: Fix CVE-2016-5104 2016-07-10 10:46:22 +02:00
Franz Pletz
69db5f5ad7 mbedtls: 1.3.16 -> 2.3.0 2016-07-10 10:26:14 +02:00
Tuomas Tynkkynen
f9654a88e7 spidermonkey: Disable tests on ARM
Some tests fail and cause kernel spam of this sort:

[ 6607.906159] Alignment trap: not handling instruction f4430a1f at [<0021e500>]
[ 6607.913308] Unhandled fault: alignment exception (0x811) at 0x003a15ec
[ 6607.919864] pgd = e8b88000
[ 6607.922601] [003a15ec] *pgd=fb185835
2016-07-10 03:03:51 +03:00
Tuomas Tynkkynen
2ed3f7a020 webrtc-audio-processing: Fix ARM breakage 2016-07-10 01:35:00 +03:00
Franz Pletz
7e9c1a30b3 xercesc: 3.1.3 -> 3.1.4 (security)
Fixes CVE-2016-4463.
2016-07-09 23:28:58 +02:00
Vladimír Čunát
9f629280c6 gst-*: maintenance 1.8.1 -> 1.8.2
For now I left *-vaapi out, as the jump would be larger,
simple update isn't enough, and it's unreferenced in nixpkgs.
2016-07-09 19:19:41 +02:00
Vladimír Čunát
310bdf6ecf libgphoto2: fix build with updated libjpeg(-turbo)
... via a patch from Debian.
2016-07-09 19:18:05 +02:00
Vladimír Čunát
b1a07467d2 gd: security 2.2.1 -> 2.2.2
CVE-2015-8874, CVE-2016-5767
2016-07-09 17:17:38 +02:00
Vladimír Čunát
b7c59b7e16 at-spi2-core: bugfix 2.20.1 -> 2.20.2 2016-07-09 16:50:14 +02:00
Vladimír Čunát
d2dab39bfa ncurses: 5.9 -> 6.0
Upstream claims it's API-compatible with 5.*
It no longer installed *.pc until I passed pkgconfig executable;
without those things were breaking, even our library symlinking.
2016-07-09 16:50:14 +02:00
Vladimír Čunát
ae154ae8ef libpng: improve multi-output handling 2016-07-09 16:50:14 +02:00
Vladimír Čunát
b993903ce8 libpng: 1.6.21 -> 1.6.23 2016-07-09 16:50:13 +02:00
Vladimír Čunát
1eb4e1ab73 orc: bug-fix 0.4.24 -> 0.4.25 2016-07-09 16:50:13 +02:00
Eric Sagnes
1e53d4a777 fontconfig: fix etc priority 2016-07-09 16:50:13 +02:00
Vladimír Čunát
9d3228f99d gnumake42: bugfix 4.2 -> 4.2.1 2016-07-09 16:50:12 +02:00
Vladimír Čunát
95a9fa0ba0 Merge branch 'master' into staging 2016-07-09 16:49:48 +02:00
Rahul Gopinath
70ef8a10eb gmp: 6.1.0 -> 6.1.1 2016-07-09 16:47:54 +02:00
Rahul Gopinath
2dca0444fa gettext: 0.19.7 -> 0.19.8 2016-07-09 16:47:53 +02:00
Rahul Gopinath
cf5ebca53e texinfo: 6.0 -> 6.1 2016-07-09 16:47:53 +02:00
Vladimír Čunát
3b2627586d Merge #16448: gnumake: optionally build with guile
Fixed up nested lists within the merge.
2016-07-09 16:36:49 +02:00
Tobias Geerinckx-Rice
03f4690acb Merge pull request #16813 from RamKromberg/fix/libxcomp
libxcomp: update libpng dependency from 1.2 to 1.6 branch
2016-07-09 15:36:50 +02:00
Vladimír Čunát
7d94f57309 gnutls: fixup evaluation after 5148c6c5c0
Noticed on: https://github.com/NixOS/nixpkgs/commit/5148c6c5c0#commitcomment-18184261
2016-07-09 15:15:42 +02:00
Ram Kromberg
66500f64db libxcomp: update libpng dependency from 1.2 to 1.6 branch 2016-07-09 16:15:30 +03:00
Vladimír Čunát
cd04b83605 ffmpeg_3: 3.0.2 -> 3.1.1 2016-07-09 11:43:25 +02:00
Vladimír Čunát
4e09623b6f libjpeg(-turbo): 1.4.2 -> 1.5.0 2016-07-09 11:42:35 +02:00
Vladimír Čunát
5148c6c5c0 gnutls: fix on Darwin
nettools is only used during checkPhase, and we don't do that on Darwin
anyway. Close #16783; we don't change hashes on Linux contrary to the PR.
2016-07-09 11:34:02 +02:00
Vladimír Čunát
b732af00bb pythonPackages.breathe: init at 4.2.0
It seems to work OK, but I'm not good at packaging python stuff.
2016-07-08 14:54:44 +02:00
Ram Kromberg
56791034f6 libpng: 1.2.55 > 1.2.56 CVE-2015-8540 (#16793) 2016-07-08 10:55:00 +02:00
Joachim Fasting
a54eb3a49a Merge pull request #16791 from rasendubi/ycmd
ycmd: claim mainteinership
2016-07-08 02:34:36 +02:00
Tuomas Tynkkynen
21253ac835 lcov: 1.10 -> 1.12; maintain 2016-07-08 03:27:07 +03:00
Alexey Shmalko
41a8dc7f0b
ycmd: claim mainteinership
I've added the package originally.
2016-07-08 02:40:33 +03:00
Joachim Fasting
386d4821b4 Merge pull request #16765 from rasendubi/io
io: clean up
2016-07-07 23:51:44 +02:00
Sander van der Burg
92ef67b57c androidsdk: fix rpath that includes 32-bit zlib 2016-07-07 16:23:25 +00:00
Peter Simons
8436458865 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v2.0-2-g0bc3d6d using the following inputs:

  - Hackage: d6d8323227
  - LTS Haskell: 52eeaf4edc
  - Stackage Nightly: 64dfa6aa2e
2016-07-07 17:18:35 +02:00
Matthias Beyer
7f4d52e27e Build libjack2 for supercollider with same GCC
Also remove trailing whitespace
2016-07-07 16:07:47 +02:00
vbgl
a2ac3683ce camlzip: 1.05 -> 1.06 (#16443) 2016-07-07 15:29:13 +02:00
Alexey Shmalko
4010167803
io: clean up 2016-07-07 13:45:29 +03:00
mimadrid
2b7458144f
universal-ctags: init at 2016-07-06 2016-07-07 12:09:18 +02:00
Rok Garbas
fe2468b88c pypi2nix: 1.1.0 -> 1.2.0 2016-07-07 02:11:23 +02:00
Joachim Fasting
0f7f6ac0c7
opendylan: fix build
--with-gc required path to libraries, not headers.

Also: remove unused parameter & set meta.platforms = linux.
2016-07-06 15:18:23 +02:00
Joachim Fasting
09e1b26c79
mps: 1.114.0 -> 1.115.0, fix build
See https://hydra.nixos.org/build/37204553/log/raw
2016-07-06 15:18:23 +02:00
Carles Pagès
48385c38fb Merge pull request #16698 from womfoo/bump/libyamlcpp-0.5.3
libyamlcpp: 0.5.1 -> 0.5.3
2016-07-06 12:50:19 +02:00
Tuomas Tynkkynen
6d16ececdd Merge remote-tracking branch 'upstream/staging' into master 2016-07-06 01:19:01 +03:00
Tuomas Tynkkynen
30e08502fa Merge pull request #16734 from vrthra/wxsqlite3
wxsqliteplus: init at 0.3.6
2016-07-06 01:00:37 +03:00
Peter Simons
6a6b8fa36f cabal2nix: update to version 2.0 from Hackage
I've realized that publishing updates to Hackage is far easier than
publishing updates in Nixpkgs, and since all Hackage updates show up in
Nix automatically I've decided to go back to publishing cabal2nix on
Hackage again.

Unfortunately, this means that I'll have to change the version numbering
scheme to comply with the expectations of the Haskell PVP (which is used
by Stackage), so the new version 2.0 looks like a downgrade to Nix,
which used to have version 20160406. :-(

If in doubt, run "nix-env -u --always" to force the update. I am sorry
about the inconvenience.
2016-07-05 23:45:41 +02:00
Peter Simons
a828d79a8a hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v2.0-2-g0bc3d6d using the following inputs:

  - Hackage: fcabbcc70b
  - LTS Haskell: 52eeaf4edc
  - Stackage Nightly: ff50bc1a46
2016-07-05 23:45:41 +02:00
Matthew Bauer
dedfc00204 appstream-glib: 0.3.6 -> 0.5.11
- needed for gnome-software to build
2016-07-05 20:26:59 +00:00
Rahul Gopinath
881ba7309c wxsqliteplus: init at 0.3.6 2016-07-05 13:15:04 -07:00
Tuomas Tynkkynen
2cf8cb7f46 Merge remote-tracking branch 'upstream/master' into staging 2016-07-05 13:34:36 +03:00
Arseniy Seroka
aea9c778be Merge pull request #16678 from womfoo/bump/aspellDicts-en-2016.06.26-0
aspellDicts.en: 7.1-0 -> 2016.06.26-0
2016-07-05 13:05:13 +03:00
Rahul Gopinath
86e2cd9066 wxsqlite3: init at 3.3.1 2016-07-05 00:55:22 -07:00
Simon Vandel Sillesen
ac74268012 pulseaudio: 8.0 -> 9.0
This also updates webrtc-audio-processing from 0.1 -> 0.3 as mentionened
in [1].

Release notes can be seen in [1].

[1]: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/9.0/
2016-07-05 08:30:00 +02:00
James Cook
c51ac275b8 Merge pull request #16715 from vrthra/gnurl
gnurl: 7.35 -> 7.48
2016-07-05 02:59:04 +00:00
Rahul Gopinath
01d9081cc3 gnurl: enable additional functionalities 2016-07-04 19:30:04 -07:00
Tuomas Tynkkynen
a08cc3287d Merge pull request #16693 from vrthra/gdbm
gdbm: 1.11 -> 1.12
2016-07-05 04:04:26 +03:00
Rahul Gopinath
3919afbc62 gnurl: 7.35 -> 7.48 2016-07-04 17:51:33 -07:00