Commit Graph

3642 Commits

Author SHA1 Message Date
Tuomas Tynkkynen
9d5ba6ba68 treewide: Make explicit that 'dev' output of libusb1 is used 2016-05-19 10:00:47 +02:00
Tuomas Tynkkynen
47c45e2041 treewide: Make explicit that 'dev' output of gmp is used 2016-05-19 10:00:36 +02:00
Tuomas Tynkkynen
8bbc3fe801 treewide: Make explicit that 'dev' output of expat is used 2016-05-19 10:00:30 +02:00
Tuomas Tynkkynen
e28e010b36 treewide: Make explicit that 'dev' output of curl is used 2016-05-19 10:00:29 +02:00
Roger Qiu
c02bc80d86 garcosim: Added tracefilegen and tracefilesim 2016-05-19 18:00:09 +10:00
Moritz Ulrich
29644950d4 rr: Only build native architecture.
rr wants to build itself with 32+64bit support on 64bit systems, but
this fails in recent NixOS versions as it can't find libstdc++.so.6 at
runtime.

This patch disables 32bit builds on 64bit. To debug 32bit binaries,
pkgsi686Linux.rr can be used.
2016-05-18 12:56:48 +02:00
Bjørn Forsman
314b1fbf0c saleae-logic: 1.1.15 -> 1.2.9
Changelog:
http://support.saleae.com/hc/en-us/articles/210245593-Saleae-Logic-Beta-Software-Changelog

(Yes, the changelog title contains the word 'beta', but as of version
1.2.9 the beta branding is removed from the software as the beta branch
was merged to master.)

This software update is required for newer logic analysers (e.g. Logic
Pro 8). (The original Logic is still supported, although it's difficult
to find info about it on their website.)

v1.2.9 grew new dependencies: libxcb, zlib, pciutils, xkeyboardconfig.

The LD_PRELOAD library hack, used to divert writes from
$out/Settings/settings.xml to $HOME/.saleae-logic-settings.xml, has been
updated. The new software writes more paths
($out/{Settings,Errors,Databases,Calibration}) and uses a few extra
library calls to access those paths
(open,openat,stat,access,unlink,...). So instead of single file
redirect, the library now redirects accesses to all those directories,
mirrored in $HOME/.saleae-logic/. (Existing
$HOME/.saleae-logic-settings.xml files will be automatically migrated to
$HOME/.saleae-logic/Settings/settings.xml.)
2016-05-17 14:55:17 +02:00
Domen Kožar
b49bf121b8 rename iElectric to domenkozar to match GitHub 2016-05-17 13:00:47 +01:00
Franz Pletz
e98a0bc9e0 Merge pull request #15476 from matthiasbeyer/update-unmaintained
Update unmaintained packages
2016-05-16 23:45:11 +02:00
Peter Simons
8e462995ba Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
Tobias Geerinckx-Rice
2159ea5e4c
include-what-you-use: 0.5 -> 0.6
* Added mappings for Qt 5.4.
* Added better analysis of uses in macros.
* Added --no_comments switch to suppress why-comments.
* Fixed bug with global namespace qualifier on friend declarations.
* Fixed bug in fix_includes.py generating invalid diff output.
2016-05-16 20:27:31 +02:00
Matthias Beyer
3583e2a24d complexity: 1.3 -> 1.10 2016-05-16 16:12:19 +02:00
Vladimír Čunát
e5d40c6fa3 Merge branch 'staging'
Hydra is only half-finished, but we'd better get secure glibc fast.
2016-05-16 10:15:28 +02:00
Michael Raskin
ff0c5fa7aa SlimerJS: 0.9.6.2015.08.20 -> 0.10.0 (git->release) 2016-05-15 23:49:44 +02:00
Pascal Wittmann
49cf9b902a help2man: 1.47.3 -> 1.47.4 2016-05-15 12:56:08 +02:00
robbinch
db7bf64e31 haskellPackages.tinc: 20160419 -> 20160511 (#15457) 2016-05-15 00:28:59 +02:00
Brandon Kase
ea018f8339 racerd: init at 0.1.1
Needed for Rust YouCompleteMe support
2016-05-14 01:28:08 -07:00
Joachim Fasting
3f0518ac4d Merge pull request #15378 from aneeshusa/add-lib-output-for-ccacheStdenv
ccacheStdenv: inherit lib output from wrapped gcc
2016-05-14 06:25:34 +02:00
Benjamin Staffin
f17fc4ed1c Merge pull request #15426 from zimbatm/packer-0.10.1
packer: 0.8.6 -> 0.10.1
2016-05-13 12:18:05 -04:00
Franz Pletz
4a3a92d5c8 jenkins: 1.653 -> 2.3 2016-05-13 17:45:39 +02:00
zimbatm
3aa2992bc1 packer: 0.8.6 -> 0.10.1 2016-05-13 09:39:08 +01:00
Vladimír Čunát
3e387c3e00 Merge branch 'staging'
Darwin isn't in a perfect state, in particular its bootstrap tools won't
build which will block nixpkgs channel. But on the whole it seems
acceptable.
2016-05-13 10:14:53 +02:00
Pascal Wittmann
cfd899c00f checkstyle: 6.17 -> 6.18 2016-05-12 20:41:30 +02:00
Thomas Tuegel
1ac8374e95 Merge branch 'ats2' 2016-05-12 10:23:12 -05:00
Thomas Tuegel
8c525431c8 postiats-utilities: init at 2.0.1 2016-05-12 07:37:53 -05:00
Vladimír Čunát
6c2fbfbd77 Merge branch 'master' into staging 2016-05-12 04:53:38 +02:00
Bjørn Forsman
300e495101 sigrok: update whole suite to latest (2016-01)
Release announcement, 2016-01-30:
https://www.sigrok.org/blog/major-sigrok-releases-libsigrok-libsigrokdecode-sigrok-cli-pulseview

I first tried updating the projects in separate commits. But later I
found cyclic dependencies, that would break git bisect, so I ended up
squashing the commits:

* libsigrok: 0.3.0 -> 0.4.0
  Enable building libsigrokcxx.so, the C++ bindings for libsigrok, by
  adding doxygen, glibmm and python as build deps. This is needed for
  Pulseview >= 0.3.0. Also update the firmware (sigrok-firmware-fx2lafw)
  while at it.

* libsigrokdecode: 0.3.0 -> 0.4.0

* sigrok-cli: 0.5.0 -> 0.6.0

* pulseview: 0.2.0 -> 0.3.0
  New dependency: glibmm (due to libsigrokcxx.pc from libsigrok).

Note that collectd is incompatible with the new libsigrok release, so
I let it use the old one (0.3.0).
2016-05-11 22:23:29 +02:00
Aneesh Agrawal
f4a2ea2203 ccacheStdenv: inherit lib output from wrapped gcc 2016-05-11 00:45:41 -04:00
Tomasz Czyż
92cb6add9f usb-modeswitch-data: init at 20160112 2016-05-10 21:59:37 +01:00
Tomasz Czyż
79c06a0ad9 usb_modeswitch: 2.2.1 -> 2.3.0 2016-05-10 21:58:31 +01:00
Joachim Fasting
f1184b8910 Merge pull request #15346 from ktosiek/dfeet-bump
d-feet: 0.3.10 -> 0.3.11
2016-05-10 09:10:59 +02:00
Tomasz Kontusz
0ac224345c d-feet: 0.3.10 -> 0.3.11 2016-05-10 06:00:35 +02:00
Tobias Geerinckx-Rice
ad0a9f5f52
autogen: fix borked source URL and hash 2016-05-10 01:59:14 +02:00
Tobias Geerinckx-Rice
a40c1c21f1
autogen: 5.18.6 -> 5.18.7 2016-05-10 01:22:53 +02:00
Markus Hauck
40dae1aba8 scalafmt: init at 0.2.3 2016-05-09 19:57:42 +02:00
Vladimír Čunát
65a9fa8cdc Merge branch 'master' into staging 2016-05-08 21:24:48 +02:00
Tobias Geerinckx-Rice
9f64457f10
yodl: 3.08.00 -> 3.08.01 2016-05-08 19:42:49 +02:00
Tobias Geerinckx-Rice
70a02d64bc
kcov: meta.{homePage -> homepage} 2016-05-08 00:45:06 +02:00
Rok Garbas
9cd896367a pypi2nix: new release 2016-05-07 05:04:25 +02:00
Thomas Tuegel
b70d728ed7 cmake: use single output
Fixes #15184. Install everything, including documentation, into one
output, increasing package size by 10%. Otherwise, the help commands for
CMake do not work. This is a good trade because CMake should be a
build-only dependency. The only reason the docs should ever make it to
runtime is if the user has actually installed CMake, in which case
there's a pretty good chance they want the docs, too.
2016-05-06 16:26:40 -05:00
Tim Steinbach
a17c90dcd1
gradle: 2.12 -> 2.13 2016-05-06 10:52:25 -04:00
Joachim Fasting
30f86c8299 Merge pull request #15166 from NixOS/pkgs/redis_dump/add
redis-dump: init at 0.3.5
2016-05-05 18:11:34 +02:00
Vladimír Čunát
1dc36904d8 Merge #14920: windows improvements, mainly mingw 2016-05-05 08:30:19 +02:00
Vladimír Čunát
75f1cc61b8 Merge #14982: gnum4: disable tests 2016-05-05 08:29:36 +02:00
vbgl
2c021bdbba ocaml-oasis: 0.4.5 -> 0.4.6 (#15209) 2016-05-04 19:12:20 +02:00
Robin Gloster
9820cb1bf2 use dontBuild instead of hacks
changes:
 * buildPhase = "true"
 * buildPhase = ":"
2016-05-04 10:11:04 +00:00
Tuomas Tynkkynen
aadaa91379 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/applications/networking/browsers/vivaldi/default.nix
	pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
vbgl
a95df7d800 Merge pull request #15106 from vbgl/camlp5-6.16
camlp5: 6.14 -> 6.16
2016-05-03 12:56:16 +02:00
Tobias Geerinckx-Rice
49fd7d9d08
autoconf-archive: 2015.09.25 -> 2016.03.20 2016-05-03 04:21:44 +02:00
Jaka Hudoklin
097a05a5b1 redis-dump: init at 0.3.5 2016-05-02 17:31:30 +02:00
Tobias Geerinckx-Rice
e8c6b47ee3
yodl: 3.07.01 -> 3.08.00 2016-05-02 16:33:53 +02:00
Joachim Fasting
e1197f6896 Merge pull request #15082 from namore/init_rake
rake: init at 11.1.1
2016-05-02 03:20:51 +02:00
Joachim Fasting
0ad1c9788a Merge pull request #15133 from bobvanderlinden/fix-nwjs-popcorntime
nwjs: use correct nwEnv and rpath
2016-05-01 22:36:50 +02:00
Joachim Fasting
979de54175 Merge pull request #15122 from Ralith/rtags
rtags: 9fed420 -> 233543d
2016-05-01 22:11:43 +02:00
Bob van der Linden
3ba689ee2e nwjs: use correct nwEnv and rpath
This is related to changes in fontconfig, pango, dbus and stdc++.
2016-05-01 19:39:56 +02:00
Arseniy Seroka
41efe6535d Merge pull request #15099 from phunehehe/casperjs
Casperjs: refactor and update
2016-05-01 19:35:14 +03:00
Vincent Laporte
3a6c85da65 camlp5: 6.14 -> 6.16 2016-05-01 16:10:10 +02:00
Benjamin Saunders
0cef15181b rtags: 9fed420 -> git-2016-04-29 2016-05-01 00:03:07 -07:00
Nikolay Amiantov
87ebab128a replace ${stdenv.cc.cc}/lib occurences 2016-05-01 00:13:23 +03:00
Joachim Fasting
aaae243b2b
imatix_gsl: fix build
See https://hydra.nixos.org/build/35004296/log/raw

Also fix some formatting issues.
2016-04-30 20:31:43 +02:00
Hoang Xuan Phu
d950d6b786 casperjs: test needs fontconfig 2016-04-30 18:26:09 +08:00
Hoang Xuan Phu
bb7e3c6753 casperjs: update to phantomjs2 2016-04-30 18:26:08 +08:00
Hoang Xuan Phu
52ec8e2ce4 casperjs: update to 1.1.1 2016-04-30 18:26:08 +08:00
Hoang Xuan Phu
60e8d9dfab casperjs: refactor a bit 2016-04-30 18:26:08 +08:00
Pascal Wittmann
586d1f67ce yodl: 3.06.00 -> 3.07.01 2016-04-30 10:42:35 +02:00
Tobias Geerinckx-Rice
fe9c463622
lemon: 1.0 -> 1.69 2016-04-29 21:42:35 +02:00
Roman Naumann
61c8af996f rake: init at 11.1.1 2016-04-29 15:45:11 +02:00
Nathan Moos
6dac18a8be imatix_gsl: init at 4.1 2016-04-28 18:26:10 -04:00
Tuomas Tynkkynen
4ff8f377af Merge remote-tracking branch 'upstream/master' into staging 2016-04-28 00:13:53 +03:00
Emery Hemingway
ae59f6426a autoconf: peg version 2.64 2016-04-27 11:51:20 +02:00
Frederik Rietdijk
d5e6a4494a Python: use PyPI mirror (#15001)
* mirrors: add pypi

* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Joachim Fasting
2dbfe512db Merge pull request #14858 from ericbmerritt/elixir-support
Elixir support
2016-04-25 23:04:14 +02:00
Allen Nelson
bb9fa90dca gnum4: disable tests 2016-04-25 11:48:47 -05:00
Allen Nelson
b48e1dd601 lsof: stop configure script from searching /usr paths 2016-04-25 11:14:22 -05:00
Eric Merritt
cd27abe751 rebar3: refactor
cleanup up the code quite a bit in the bootstrapper
2016-04-25 08:34:55 -07:00
Nikolay Amiantov
5f19542581 Merge commit 'refs/pull/14694/head' of git://github.com/NixOS/nixpkgs into staging 2016-04-25 18:02:23 +03:00
Vladimír Čunát
1c9234fd6c foswiki, egypt, wml: fix build 2016-04-25 16:22:52 +02:00
Nikolay Amiantov
96a5c34bc5 cmake2_8: use get(Output) functions 2016-04-25 13:24:40 +03:00
Nikolay Amiantov
5ff40ddedf add get* helper functions and mass-replace manual outputs search with them 2016-04-25 13:24:39 +03:00
Peter Simons
cf4a69e2ec haskell-tinc: move the tool into the haskellPackages hierarchy like all other Haskell packages 2016-04-24 20:13:27 +02:00
robbinch
bd9d37e675 tinc-haskell: Rename package name to avoid conflict (#14952) 2016-04-24 18:32:16 +02:00
Franz Pletz
d1d4bd9a9d avrdude: 6.1 -> 6.3 2016-04-24 17:41:08 +02:00
Eric Merritt
b26ecaf3ca hex2nix: 0.0.3 -> 0.0.5 2016-04-23 19:03:30 -07:00
Eric Merritt
658a49b81d rebar3: 3.0.0-beta.4 -> 3.1.0 2016-04-23 19:03:30 -07:00
Eric Merritt
383626b9d7 move rebar3-nix-bootstrap to rebar3
This moves rebar3-nix-bootstrap from its own repository to rebar3. Its a
single file and this vastly reduces the complexity of making changes.
2016-04-23 19:03:29 -07:00
Eric Merritt
8d3d0a1ca9 relx-exe: init at 3.18.0
This adds an executable version of the relx library to the system.
2016-04-23 19:03:29 -07:00
Eric Merritt
be5da0449e beam-support: update registry to latest '59b836d' 2016-04-23 19:03:28 -07:00
Eric Merritt
8dbcb4e35e beamPackages: Add support for Mix and Erlang.mk 2016-04-23 19:03:24 -07:00
Tadas Barzdzius
a49ffbb196 cargo: add libiconv to buildInputs to fix darwin build 2016-04-23 23:08:02 +03:00
Peter Simons
c604efecfc Merge pull request #14873 from robbinch/pkg-tinc-haskell
tinc-haskell: init at 20160419
2016-04-22 17:08:42 +02:00
Vladimír Čunát
e9379f7416 Merge branch 'staging'
This includes a fix to closure-size regression that moved
share/doc/*/ to share/doc/
2016-04-22 16:49:09 +02:00
Nikolay Amiantov
253b84a1eb vscode, electron, atom: run fixup phases 2016-04-22 17:44:30 +03:00
Nikolay Amiantov
6185f74531 atom, electron, vscode: split dependencies to atomEnv
fixes #14890
2016-04-22 16:10:51 +02:00
Nikolay Amiantov
b2426adf1c Merge pull request #14870 from retrry/rust-updates
Rust Updates
2016-04-22 14:29:14 +04:00
Robbin C
f1492bf44c tinc-haskell: init at 20160419 2016-04-21 23:08:42 +08:00
Nikolay Amiantov
f3e8653647 valkyrie: move to qmake4Hook 2016-04-20 18:55:54 +03:00
Thomas Tuegel
491f7f017c cmake: set LIBDIR and INCLUDEDIR for multiple outputs 2016-04-20 10:01:06 -05:00
Tadas Barzdzius
357a251bfb rustfmt: 2016-03-22 -> 0.4.0 2016-04-20 12:43:00 +03:00
Tadas Barzdzius
7d661a4ab4 cargo: 0.8.0 -> 0.9.0. Enable Darwin 2016-04-20 12:42:37 +03:00
Brandon Edens
1d8e7cd4c9 kconfig-frontends: init 3.12.0.0 2016-04-19 21:17:47 -07:00
Joachim Fasting
b42bff4630 Merge pull request #14625 from utdemir/master
selenium-server-standalone: 2.45.0 -> 2.53.0
2016-04-19 13:48:06 +02:00
Utku Demir
cde425fcd4 Add correct libstdc++.so path to chromedriver
It was probably broken after the closure-size merge
2016-04-19 12:08:58 +03:00
Utku Demir
ffac939edc selenium-server-standalone: 2.45.0 -> 2.53.0
Also remove `patchPhase`, since the relevant executable
does not exist anymore on the new archive.
2016-04-19 11:36:17 +03:00
Tobias Geerinckx-Rice
038b18496c
ccache: 3.2.4 -> 3.2.5 2016-04-17 18:25:07 +02:00
Mathieu Boespflug
6c9c59067b gradle: fix attribute name for gcc libs path.
PR #14326 fixed gradle so that its native code library could find
libstdc++.so.6, but this fix is inoperative now, because this library
is in `"${stdenv.cc.cc.lib}/lib"` now, rather than
`"${stdenv.cc.cc}/lib"`.
2016-04-17 01:09:24 +02:00
Tuomas Tynkkynen
8a66effde2 Merge remote-tracking branch 'upstream/master' into staging 2016-04-15 22:46:41 +03:00
Joachim Fasting
be2bb668ec
cppcheck: 1.72 -> 1.73
ChangeLog at https://sourceforge.net/p/cppcheck/news/2016/04/cppcheck-173/
2016-04-15 17:43:50 +02:00
Joachim Fasting
7b9b6d27d3
cppcheck: split man output 2016-04-15 17:41:41 +02:00
Frederik Rietdijk
aedf601bba Merge pull request #14687 from makefu/devpi-client-fix
devpi-client: add missing python libraries
2016-04-14 14:25:21 +02:00
joachifm
19e425fa0c Merge pull request #14447 from mucaho/vscode_unfree
vscode: switch to unfree, binary package
2016-04-14 14:16:43 +02:00
makefu
776ff2e735 devpi-client: add missing python libraries 2016-04-14 14:06:32 +02:00
Tobias Geerinckx-Rice
994c9b7487
flexcpp: 2.04.00 -> 2.05.00 2016-04-14 02:37:53 +02:00
Nikolay Amiantov
52637e22cd cmake: add all glibc outputs to system prefix 2016-04-14 01:03:23 +03:00
Nikolay Amiantov
d528c7d8f5 cmake-2_8: fix for multiple outputs 2016-04-14 01:03:23 +03:00
Nikolay Amiantov
8b7ebaffeb replace makeSearchPath tree-wise to take care of possible multiple outputs 2016-04-13 22:09:41 +03:00
Michael Raskin
238cb743bc scons: 2.4.1 -> 2.5.0 2016-04-13 14:47:04 +02:00
Vladimír Čunát
39ebb01d6e Merge branch 'staging', containing closure-size #7701 2016-04-13 09:25:28 +02:00
Tuomas Tynkkynen
ba59be833b sunxi-tools: Don't build on darwin
http://hydra.nixos.org/build/34390183/nixlog/1/raw

While at it, use fetchFromGitHub.
2016-04-13 04:06:15 +03:00
Tim Steinbach
7c2deb94bf chromedriver: 2.14 -> 2.21 2016-04-12 11:07:56 -04:00
zimbatm
c8484b95be Merge pull request #14600 from nckx/update/gup
Update gup and rename gfxmonk -> timbertson
2016-04-12 12:08:43 +01:00
Peter Simons
4fe298f248 Merge pull request #14603 from obadz/haste-fix
haskellPackages.haste-compiler: fix build issue in #14581
2016-04-12 10:01:27 +02:00
Franz Pletz
ef37c57e4e dfu-util: 0.8 -> 0.9 2016-04-12 04:28:50 +02:00
obadz
c3860bf008 haskellPackages.haste-compiler: fix build issue in #14581 2016-04-11 17:21:18 +01:00
Tobias Geerinckx-Rice
57ef1712e3
Substite new GitHub username ‘timbertson’ for ‘gfxmonk’ 2016-04-11 16:35:18 +02:00
obadz
7f2163fc97 haskellPackages.haste-compiler: fix so that it now builds and runs
Required adding:
haskellPackages.haste-Cabal, and
haskellPackages.haste-cabal-install
2016-04-11 15:24:56 +01:00
Tobias Geerinckx-Rice
613cef6240
gup: 0.5.4 -> 0.5.5; use fetchFromGitHub 2016-04-11 16:21:12 +02:00
obadz
e8b3532d26 xqilla: init at 2.3.3 2016-04-11 13:57:19 +01:00
Vladimír Čunát
30f14243c3 Merge branch 'master' into closure-size
Comparison to master evaluations on Hydra:
  - 1255515 for nixos
  - 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Vladimír Čunát
0f5dff43b7 doxygen: fix finding libiconv after #13856
The changed the build system to cmake, and it somehow won't find the
includes. I'm lazy to investigate details ATM.
2016-04-08 13:49:26 +02:00
joachifm
df3a139dc4 Merge pull request #14439 from zimbatm/travis-1.8.2
travis: init at 1.8.2
2016-04-08 00:39:51 +02:00
Vladimír Čunát
d1df28f8e5 Merge 'staging' into closure-size
This is mainly to get the update of bootstrap tools.
Otherwise there were mysterious segfaults:
https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
2016-04-07 14:40:51 +02:00
Peter Simons
3110ba445f cabal2nix: update to version 20160406 2016-04-07 07:53:57 +02:00
Domen Kožar
b77df197f5 phantomjs2: 2.0.0 -> 2.1.1 (fix build)
(cherry picked from commit 94036474c2)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-04-06 12:30:06 +01:00
Tuomas Tynkkynen
6b42f9f4be Merge commit 'bde820' from staging
http://hydra.nixos.org/eval/1252653 - only ~9400 packages to go at the
time of writing this.
2016-04-06 01:18:28 +03:00
Tim Steinbach
54d93ab15a liquibase: init at 3.4.2 2016-04-05 10:44:24 -04:00
mucaho
dc2a4e2097 electron: abstract out atom-env 2016-04-04 17:34:07 +01:00
zimbatm
dd0994e919 travis: init at 1.8.2 2016-04-04 14:24:45 +01:00
joachifm
a703bd49a9 Merge pull request #14418 from mucaho/vscode
Add visual studio code editor
2016-04-03 19:07:08 +00:00
mucaho
7b06260c1c electron: make it compatible with vscode
Use patchelf instead of wrapProgram to inject lookup path of shared
libraries.
Allow the nix expression to be called with optional version argument.
2016-04-03 16:04:46 +01:00
joachifm
8c6f5ecf8f Merge pull request #14259 from anderspapitto/master
distcc: add libiberty as a buildInput
2016-04-02 23:10:27 +00:00
Anders Papitto
c8865465cc distcc: add libiberty as a buildInput 2016-04-02 13:56:55 -07:00
Eric Bailey
b11d8590d0 rebar3-nix-bootstrap: correct homepage URL
s/erl-nix/erlang-nix/
2016-04-02 15:45:06 -05:00
Aaron Son
bbfad5111a gradle: Fix gradle-2.12 on Linux to find libstdc++.so reference in native library. 2016-04-01 14:33:23 -07:00
Mathias Schreck
5c21ca886e galen: 2.2.3 -> 2.2.4 2016-04-01 12:51:17 +02:00
Vladimír Čunát
ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Nikolay Amiantov
5199176b65 Merge branch 'master' into staging 2016-03-31 15:46:52 +03:00
Domen Kožar
253af9a0a4 Merge pull request #14319 from grahamc/jenkins
jenkins: copy .war to $out, fixes #14137
2016-03-30 18:19:07 +01:00
Graham Christensen
0b8dd57694 jenkins: copy .war to $out, fixes #14137 2016-03-30 11:47:05 -05:00
Luca Bruno
18918507f2 oprofile: depend on libiberty_static 2016-03-30 17:51:20 +02:00
Vladimír Čunát
a26357eefe Merge recent staging (with binaries on Hydra) 2016-03-30 10:41:02 +02:00