Frederik Rietdijk
55357de67a
Merge remote-tracking branch 'upstream/master' into HEAD
2017-07-28 19:37:36 +02:00
Eelco Dolstra
cc9bfd2cf8
elfutils: Respect $NIX_DEBUG_INFO_DIRS
...
This makes eu-stack and eu-addr2line do the right thing in a
nix-shell (if the appropriate debug outputs are present).
2017-07-28 16:38:26 +02:00
Eelco Dolstra
340bd1ed2e
elfutils: 0.168 -> 0.169
2017-07-28 16:38:26 +02:00
Eelco Dolstra
5c5b71df5e
Add a setup hook to fill NIX_DEBUG_INFO_DIRS
...
This setup hook is propagated by gdb. Thus, a typical use is:
$ nix-shell -p gdb nix nix.debug sqlite.debug ...
and gdb will be able find the debug symbols of nix etc. automatically.
2017-07-28 16:38:26 +02:00
Eelco Dolstra
5b09152898
gdb: Look for .build-id files in NIX_DEBUG_INFO_DIRS
...
This allows us to provide a setup hook that makes debug outputs
findable by gdb.
2017-07-28 16:38:22 +02:00
John Ericson
9be40841ea
Merge remote-tracking branch 'upstream/master' into staging-base
...
Conflicts:
pkgs/build-support/cc-wrapper/default.nix
pkgs/build-support/gcc-wrapper-old/builder.sh
pkgs/build-support/trivial-builders.nix
pkgs/desktops/kde-4.14/kde-package/default.nix
pkgs/development/compilers/openjdk-darwin/8.nix
pkgs/development/compilers/openjdk-darwin/default.nix
pkgs/development/compilers/openjdk/7.nix
pkgs/development/compilers/openjdk/8.nix
pkgs/development/compilers/oraclejdk/jdk-linux-base.nix
pkgs/development/compilers/zulu/default.nix
pkgs/development/haskell-modules/generic-builder.nix
pkgs/misc/misc.nix
pkgs/stdenv/generic/builder.sh
pkgs/stdenv/generic/setup.sh
2017-07-26 13:46:04 -04:00
Graham Christensen
69c2c997e0
Merge pull request #27072 from ElvishJerricco/swig-3.0.12
...
Swig 3.0.10 -> 3.0.12
2017-07-25 22:57:28 -04:00
Bas van Dijk
662cf644bc
hydra: 2017-06-22 -> 2017-07-24
...
hydra-2017-06-22 fails to build because of the nixUnstable upgrade.
hydra-2017-07-24 builds successfully.
2017-07-24 23:22:08 +02:00
Thomas Tuegel
6a004bf9c8
Merge branch 'master' into bugfix/staging/stdenv
2017-07-21 20:36:34 -05:00
Daniel Peebles
bd2e91e3a2
Merge pull request #27318 from copumpkin/darwin-high-sierra
...
Support High Sierra on Darwin
2017-07-18 17:06:06 -04:00
Tuomas Tynkkynen
27e503f00c
strace: 4.17 -> 4.18
2017-07-18 13:41:07 +03:00
Jörg Thalheim
f1b45f7d41
lttng-ust: add missing python dependency
2017-07-16 09:07:10 +01:00
Benno Fünfstück
dc696e2800
Merge pull request #26096 from ambrop72/teensy-fix
...
teensy-loader-cli: Update to latest git.
2017-07-15 20:22:34 +02:00
Dan Peebles
0419452113
Fix Darwin stdenv to work on 10.13
...
The main changes are in libSystem, which lost the coretls component in 10.13
and some hardening changes that quietly crash any program that uses %n in
a non-constant format string, so we've needed to patch a lot of programs that
use gnulib.
2017-07-11 21:56:38 -04:00
Will Dietz
ceff05aa4f
linuxkit: init at 2017-07-08
2017-07-08 09:25:01 -05:00
Will Dietz
0b6a504283
moby: init at 2017-07-06
2017-07-08 09:25:01 -05:00
Michael Raskin
8dee8d5f5c
Merge pull request #26584 from pjones/pjones/blackmagic
...
blackmagic init at 1.6.1
2017-07-05 23:35:16 +02:00
Peter Jones
e33c7fa4c1
blackmagic init at 1.6.1
2017-07-05 08:45:40 -07:00
Vladimír Čunát
5328aac7be
Merge branch 'staging'
...
Comparison looks OK; I'll try some fixes on master directly.
http://hydra.nixos.org/eval/1372577?compare=1372497
2017-07-05 08:55:26 +02:00
Will Dietz
050ee80ddb
csmith: init at 2.3.0, pull in Sys::CPU as dependency.
2017-07-03 14:39:56 -05:00
Vladimír Čunát
d1a89ae9d7
Merge branch 'master' into staging
2017-07-03 09:48:58 +02:00
Will Fancher
c16297654e
Swig 3.0.10 -> 3.0.12
2017-07-02 20:13:21 -04:00
Joachim Fasting
80c2c58671
gede: 2.0.3 -> 2.0.4
2017-07-01 21:41:40 +02:00
Joachim Fasting
0040dbaf69
gede: add ctags and gdb to path via wrapper
2017-07-01 21:41:35 +02:00
Joachim Fasting
4f320d30a4
gede: fix sandboxed build
...
build.py relies on /usr/bin/env; invoke python directly instead to
sidestep the issue.
2017-07-01 21:41:33 +02:00
Joachim Fasting
6e36e7f209
gede: replace build.patch with inline sed call
...
The patch file is much larger than the logical change made.
2017-07-01 21:41:27 +02:00
Jörg Thalheim
36b1d11188
ccache: 3.2.5 -> 3.3.4
2017-07-01 18:45:06 +01:00
Pascal Wittmann
cdf0c53ac7
yodl: 3.08.02 -> 4.01.00
2017-07-01 10:10:23 +02:00
Vladimír Čunát
ddf864f8aa
Merge branch 'master' into staging
...
Mass rebuilds from master (>7k on x86_64-linux).
2017-06-30 18:16:58 +02:00
John Ericson
95c8277701
misc pkgs: Remove unneeded *Platform == *Platform comparisons
...
PR #26007 used these to avoid causing a mass rebuild. Now that we know
things work, we do that to clean up.
2017-06-30 10:09:31 -04:00
John Ericson
16be434b0b
Merge accepted cross compilation PRs into staging
2017-06-28 23:17:21 -04:00
John Ericson
e1faeb574a
Merge pull request #26884 from obsidiansystems/purge-stdenv-cross
...
Purge stdenv cross
2017-06-28 21:39:16 -04:00
hsloan
9cd606467f
libtool2: Don't use stdenv ? cross
2017-06-28 19:43:03 -04:00
TANIGUCHI Kohei
f48e400133
fswatch: 1.5.0 -> 1.9.3
2017-06-27 20:24:30 +09:00
David McFarland
bf517c1c16
pkgconfig: fix cygwin build
2017-06-26 09:33:35 -03:00
David McFarland
18125e6f50
help2man: help wrapper find libintl on cygwin
2017-06-26 09:26:10 -03:00
Bas van Dijk
35e5719fe9
elasticsearch: 5.4.0 -> 5.4.2
2017-06-26 08:47:28 +02:00
Jörg Thalheim
09704d35f2
Merge pull request #26762 from dtzWill/update/creduce
...
creduce: 2.6.0 -> 2.7.0, now uses LLVM 4
2017-06-24 19:59:30 +01:00
Jörg Thalheim
dc6e5dce2d
lttng-tools: 2.9.3 -> 2.9.5
2017-06-24 10:26:53 +01:00
Jörg Thalheim
088ab901c5
lttng-ust: 2.9.0 -> 2.9.1
2017-06-24 10:26:31 +01:00
John Ericson
afd2bdbad2
Merge pull request #26007 from obsidiansystems/cc-wrapper-prefix
...
Get rid of gcc-cross-wrapper
2017-06-23 11:22:34 -04:00
John Ericson
af8d1a4ace
binutils: Fix build != host == target
2017-06-22 17:53:54 -04:00
Domen Kožar
05f94c8c13
hydra: 2017-06-21 -> 2017-06-22
2017-06-22 16:48:43 +02:00
Will Dietz
1e9a9ba149
creduce: 2.6.0 -> 2.7.0, now uses LLVM 4
2017-06-22 07:47:53 -05:00
Jörg Thalheim
f12006bd96
hound: 20160919 -> 20170324
2017-06-22 10:03:10 +01:00
Domen Kožar
be4a4ef701
hydra: 2017-04-26 -> 2017-06-21
2017-06-21 15:30:02 +02:00
Franz Pletz
22fbdc9032
uhd: 3.10.1 -> 3.10.1.1
2017-06-20 03:56:42 +02:00
Pascal Wittmann
3628ce4d67
intel-gpu-tools: 1.18 -> 1.19
2017-06-14 20:15:07 +02:00
Bas van Dijk
2444eab485
ELK: update kibana and the elastic beats to 5.4 ( #26252 )
...
* Add kibana5 and logstash5
* Upgrade the elastic beats to 5.4
* Make sure all elastic products use the same version
(see elk5Version)
* Add a test for the ELK stack
2017-06-13 22:36:08 +02:00
Will Dietz
d645223306
elfkickers: fix typo in enableParallelBuilding.
...
Thanks @bjornfor for spotting this!
2017-06-13 07:01:17 -05:00