3945 Commits

Author SHA1 Message Date
Pascal Wittmann
ccaa568071 intel-gpu-tools: 1.13 -> 1.14 2016-03-17 21:45:53 +01:00
Christoph Hrdinka
d8f2e6aa71 backblaze-b2: 0.3.10 -> 0.4.4 2016-03-17 19:30:04 +01:00
Peter Simons
5af4afb36b Merge pull request #13856 from jraygauthier/jrg/update_doxygen_from_186_to_1811
doxygen: 1.8.6 -> 1.8.11
2016-03-17 19:15:28 +01:00
Joachim Fasting
e524debaf0 indent: delete redundant preBuild
Builds fine for me without it.  Also use https homepage url.
2016-03-17 14:18:30 +01:00
Tim Steinbach
aa4af87501 gradle: 2.11 -> 2.12 2016-03-16 18:55:11 +00:00
Pascal Wittmann
d0a1a8bf47 checkstyle: 6.16 -> 6.16.1 2016-03-16 18:10:01 +01:00
Allan Espinosa
d53c4be32e jenkins: 1.652 -> 1.653 2016-03-15 15:19:48 -05:00
Arseniy Seroka
f29c07b464 Merge pull request #13914 from kamilchm/heroku
heroku: FIX for node not found  https://github.com/NixOS/nixpkgs/issu…
2016-03-15 22:44:29 +03:00
Kamil Chmielewski
918ed0b834 heroku: FIX for node not found https://github.com/NixOS/nixpkgs/issues/10298 2016-03-15 14:07:33 +01:00
Robin Gloster
3f45f0948d Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-15 01:44:24 +00:00
zimbatm
9504992e1d Merge pull request #13897 from nbp/fix-ocaml-pkgs-platform
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-14 19:25:40 +00:00
Graham Christensen
b76f557887 g-wrap: Upstream sha256 changed 2016-03-14 10:50:42 -05:00
Raymond Gauthier
aef5836e3c doxygen: 1.8.6 -> 1.8.11
As per upstream change, now uses cmake.

Tested proper function of both `doxygen` and `doxygen_gui`.
2016-03-14 10:20:48 -04:00
Vincent Laporte
456d16ff4b verasco: init at 1.3 2016-03-14 12:06:18 +01:00
Nicolas B. Pierron
72c6f8a140 Ensure that we can evaluate the platform attribute of ocaml packages. 2016-03-13 19:08:26 +00:00
Eric Merritt
98b4d19a0b cuter: init at 0.1 2016-03-12 13:45:00 -08:00
Joachim Fasting
93efa92367 cppcheck: move build-time dependencies to nativeBuildInputs 2016-03-12 19:06:57 +01:00
Nikolay Amiantov
2a288ad435 spin: add gcc to path 2016-03-12 14:13:42 +03:00
Markus Hauck
7b09191563 jo: init at 1.0 2016-03-11 19:33:13 +01:00
Eelco Dolstra
2af1cb3aa6 Merge remote-tracking branch 'origin/binutils-2.26' into staging
This still breaks a few packages, but nothing really major:

  http://hydra.nixos.org/eval/1241850?filter=x86_64-linux&compare=1237919&full=#tabs-now-fail
2016-03-11 11:58:49 +01:00
Matt Whiteley
b48a917c97 chefdk: 0.10.0 -> 0.11.2 2016-03-10 17:19:30 -08:00
Domen Kožar
1c3dbe2431 Merge pull request #13786 from aespinosa/jenkins-1.652
jenkins: 1.650 -> 1.652
2016-03-09 10:55:50 +00:00
Allan Espinosa
6cab1cd62b jenkins: 1.650 -> 1.652 2016-03-09 01:34:40 -06:00
Arseniy Seroka
14390da605 Merge pull request #13758 from gilligan/galen-2.2.3
galen: 2.2.1 -> 2.2.3
2016-03-08 22:27:07 +03:00
Thomas Tuegel
da972b6cc4 ncurses: move runtime utilities to $out
All the programs provided by ncurses were being installed to the $dev
output, but several of them are intended for runtime use, e.g. to
operate on the running terminal. These user-facing programs are moved to
the $bin output.

Several packages referred to "${ncurses}/bin" or "${ncurses.dev}/bin" at
runtime; these paths are also updated to refer to "${ncurses.bin}/bin".
2016-03-08 11:35:24 -06:00
Peter Simons
588a237e9e cabal2nix: update to version 20160308 2016-03-08 17:55:04 +01:00
Mathias Schreck
f1d9be699d galen: 2.2.1 -> 2.2.3 2016-03-08 14:39:55 +01:00
Vladimír Čunát
09af15654f Merge master into closure-size
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Eric Sagnes
ef9febe5ff sqlitebrowser: 3.7.0 -> 3.8.0 2016-03-08 10:29:56 +09:00
Franz Pletz
e9fc4e7db6 Merge remote-tracking branch 'origin/master' into hardened-stdenv 2016-03-07 22:08:27 +01:00
Tuomas Tynkkynen
ad47355786 Merge remote-tracking branch 'upstream/master' into staging 2016-03-06 11:48:57 +02:00
Joachim Fasting
757a1f7fe9 cppcheck: 1.69 -> 1.72
Also add myself to the list of maintainers
2016-03-05 19:09:02 +01:00
Franz Pletz
cb3d27df93 Merge remote-tracking branch 'origin/master' into hardened-stdenv 2016-03-05 18:55:30 +01:00
Franz Pletz
aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
Frederik Rietdijk
36506df7fe Merge pull request #13448 from lancelotsix/use_recent_sqlalchemy_as_default
pythonPackages.sqlalchemy: follows upstream, use "sqlalchemy7" for lecagy
2016-03-05 11:07:50 -05:00
Nikolay Amiantov
1e51364dd5 spin: 6.4.3 -> 6.4.5 2016-03-04 14:46:46 +03:00
Robin Gloster
fed49425c5 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-03 16:11:55 +00:00
Gabriel Ebner
de24ea40f8 sbt: 0.13.9 -> 0.13.11 2016-03-03 16:09:00 +01:00
Peter Simons
17d1cd2efa Merge pull request #11898 from aboseley/flex-cross-notests
flex: disable tests when cross compiling
2016-03-02 21:13:40 +01:00
Robin Gloster
33f7d0b3f6 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-01 22:46:39 +00:00
Robin Gloster
d47857c3d9 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-01 21:09:17 +00:00
Tobias Pflug
32e751d616 sauce-connect: fix hashes and phases 2016-03-01 21:47:41 +01:00
Allan Espinosa
ac687200e3 nexus: init at 2.12.0-01 2016-03-01 10:25:00 -06:00
Pascal Wittmann
931fa7433d checkstyle: 6.15 -> 6.16 2016-02-29 23:35:32 +01:00
Eelco Dolstra
89742e6b05 binutils: Apply upstream bug fix
This broke syslinux: http://hydra.nixos.org/build/32430411/nixlog/89/raw
2016-02-29 15:33:57 +01:00
Eelco Dolstra
d255a8980a patchelf: Use 0.9 release tarball 2016-02-29 11:35:59 +01:00
Tim Cuthbertson
70df5bf9ea gup: 0.5.3 -> 0.5.4 2016-02-29 20:15:19 +11:00
Robin Gloster
3b4765c9e5 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-02-28 16:32:57 +00:00
zimbatm
3344f02b3b Merge pull request #13485 from zimbatm/cide-0.9.0
cide: 0.8.1 -> 0.9.0
2016-02-28 12:51:41 +00:00
zimbatm
c08f18df63 cide: 0.8.1 -> 0.9.0 2016-02-28 12:49:20 +00:00