John Ericson
d7bddc27b2
treewide: Try to avoid depending on binutils directly
...
One should depend on
- `stdenv.cc.bintools`: for executables at build time
- `libbfd` or `libiberty`: for those libraries
- `targetPackages.cc.bintools`: for exectuables at *run* time
- `binutils`: only for specifically GNU Binutils's executables, regardless of
the host platform, at run time.
2017-11-13 00:47:48 -05:00
John Ericson
f72bffb4c4
eztrace: Misc cleanups
...
- Use nativeBuildInputs
- Use libraries opcodes and bfd, rather than all of binutils
2017-11-13 00:47:48 -05:00
John Ericson
de28bd4832
bfd, opcodes: Init separate derivations for binutils libraries
...
On most distros, these are just built and distributed as part of
binutils. We don't use binutils across the board, however, but rather
switch between binutils and a cctools-binutils mashup, and change the
outputs on binutils too. This creates a combinatorial conditional soup
which is hard to maintain.
My hope is to lower the the state space. While my patch isn't the most
maintainable, they make downstream packages become more maintainable to
compensate. The additional derivations themselves are completely
platform-agnostic, always they always supports all possible target
platforms, and always yield "out" and "dev" outputs. That, in turn,
allows downstream packages to not worry about a dependency
shape-shifting under them.
In fact, the actual binutils package can avoid needing multiple outputs
now that these serve the requisite libraries, so that also can become
simpler on all platforms, too, removing the original wart this PR
circumnavigates for now. Actually changing the binutils package to
leverage is a mass rebuild, however, so I'll leave that for a separate
PR.
I do hope to upstream something like my patch too, but until then I'll
make myself maintainer of these derivations
2017-11-13 00:47:37 -05:00
Pascal Wittmann
f63c21569f
Fix homepage links (see #30636 )
2017-11-11 17:36:48 +01:00
Michael Raskin
84f8ba819e
luarocks: 2.4.2 -> 2.4.3
2017-11-11 15:31:42 +01:00
Vladimír Čunát
cbfb586151
Merge security fixes adapted from #31437
2017-11-11 13:33:25 +01:00
Pascal Wittmann
24e87b49b6
Change many homepage urls from http to https #30636
2017-11-10 22:13:46 +01:00
Pascal Wittmann
6651bc1c36
icmake: 9.02.02 -> 9.02.03
2017-11-10 21:44:45 +01:00
Nikolay Amiantov
c69d90b888
bazel: fix lost dependencies
...
Fixes #31249
2017-11-10 22:34:42 +03:00
Nikolay Amiantov
6bdee9c730
bazel: add Nix hacks
...
Those are needed to build Bazel packages in Nix.
2017-11-10 22:34:42 +03:00
James Earl Douglas
5d038f7d10
jenkins: 2.88 -> 2.89
2017-11-09 09:44:43 -07:00
Andreas Rammhold
8312eaf11c
radare2: 2.0.0 -> 2.0.1 (+ fix for CVE-2017-15385)
2017-11-09 12:48:21 +01:00
Ruben Maher
1425d4436c
flow: 0.58.0 -> 0.59.0
2017-11-09 10:43:25 +10:30
Thomas Tuegel
094d088135
Merge pull request #31357 from ttuegel/qt-5-tmp
...
Qt 5: revert 5.9.2; remove build temporary directory
2017-11-08 16:06:38 -06:00
John Ericson
0101856765
Merge pull request #30549 from obsidiansystems/bintools
...
treewide: Introduce stdenv.cc.bintools
2017-11-08 14:20:48 -05:00
Joerg Thalheim
81154d929a
dbench: fix compilation with glibc 2.6
...
stdint is needed for intptr_t
2017-11-08 12:39:07 +00:00
Samuel Leathers
3641da1ef1
Merge pull request #31114 from jraygauthier/jrg/python_selenium_update
...
selenium: 2.52.0 -> 3.6.0
2017-11-07 13:17:02 -05:00
Tim Steinbach
5b84cdfd3c
Merge pull request #31362 from earldouglas/jenkins-2.88
...
jenkins: 2.87 -> 2.88
2017-11-07 16:02:29 +00:00
Vladimír Čunát
6ffafc78fb
Merge branch 'staging'
...
Main change: glibc: 2.25-x -> 2.26-y, containing security fixes,
and various features and deprecations. Unfortunately, some of the
latter still cause (transitively) a couple hundred newly failing jobs.
I'm not delaying anymore, so that we have the security fix on master.
I mainly patched gcc, llvm and icu, but I can't fix everything...
2017-11-07 16:00:35 +01:00
James Earl Douglas
0e5014def9
jenkins: add earldouglas as a maintainer
2017-11-07 07:56:37 -07:00
James Earl Douglas
c7e3555d8b
jenkins: 2.87 -> 2.88
2017-11-07 07:56:14 -07:00
Thomas Tuegel
a8538307e5
Merge branch 'master' into qt-5-tmp
2017-11-07 07:33:47 -06:00
Thomas Tuegel
2522a72caf
phantomjs2: remove obsolete RPATH hack
2017-11-07 07:18:49 -06:00
Samuel Leathers
ada3bce8f5
Merge pull request #31345 from acowley/rtags-2.15
...
rtags: 2.12 -> 2.15
2017-11-07 03:09:11 -05:00
Samuel Leathers
4b95930322
Merge pull request #31321 from pbogdan/update-dfeet
...
dfeet: 0.3.11 -> 0.3.12
2017-11-07 02:41:25 -05:00
Vladimír Čunát
9aa37b159b
Merge branch 'master' into staging
2017-11-07 06:41:23 +01:00
Peter Hoeg
376516f335
Merge pull request #31120 from peterhoeg/f/sqlite
...
sqlitebrowser: 3.10.0 -> 3.10.1 and make it work with Qt 5.9
2017-11-07 10:28:47 +08:00
Anthony Cowley
37fc1fcd45
rtags: 2.12 -> 2.15
2017-11-06 20:57:56 -05:00
Vladimír Čunát
3562c2cfa7
flex: add notes about the glibc-2.26 patch
2017-11-06 19:25:14 +01:00
Vladimír Čunát
6535f0bca6
flex: fix with glibc-2.26
...
It caused segfaults, e.g. when building doxygen.
2017-11-06 19:20:21 +01:00
Piotr Bogdan
217257c835
dfeet: 0.3.11 -> 0.3.12
2017-11-06 14:40:12 +00:00
Vladimír Čunát
1d9a8e2289
Merge branch 'master' into staging
2017-11-06 13:24:06 +01:00
Vaibhav Sagar
eece8755d1
ihaskell: re-enable
2017-11-06 09:58:28 +01:00
Vincent Laporte
a1449ea180
omake: 0.10.2 -> 0.10.3
2017-11-06 06:47:48 +00:00
Orivej Desh
6e4fb7d0cb
Merge pull request #30038 from jbaum98/splint-darwin
...
splint: Add darwin support
2017-11-06 06:31:18 +00:00
Jake Waksbaum
03bcadd40c
splint: Add darwin support
2017-11-06 06:30:02 +00:00
Orivej Desh
ad0c2d5a79
Merge pull request #31056 from purefn/master
...
make sure which and curl are available in the PATH for sbt-extras
2017-11-06 06:21:09 +00:00
Richard Wallace
29c182f2b2
sbt-extras: make sure which and curl are available in the PATH
2017-11-06 06:20:34 +00:00
Peter Hoeg
dd18e063ef
sqlitebrowser: 3.10.0 -> 3.10.1 and make it work with Qt 5.9
2017-11-06 13:07:52 +08:00
Peter Hoeg
9b9dacb5fe
Merge pull request #31224 from peterhoeg/u/tds
...
freetds: 0.91 -> 1.00.70
2017-11-06 12:28:53 +08:00
Peter Hoeg
762f2ea4b0
sqsh: fix build with new freetds
2017-11-06 12:26:03 +08:00
John Ericson
70d91badf5
treewide: Depend on stdenv.cc.bintools instead of binutils directly
...
One should do this when needed executables at build time. It is more
honest and cross-friendly than refering to binutils directly.
2017-11-05 17:10:53 -05:00
Austin Seipp
5ccd5cded4
icestorm: 2017.10.16 -> 2017.11.05
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-11-05 12:49:38 -06:00
Orivej Desh
2fb0edd085
git-series: fix build after "source" name change
2017-11-05 18:43:30 +00:00
Michal 'BlessJah' Marzuchowski
6b7321c42c
gotools: 20160519 -> 20170807
2017-11-04 01:22:40 +01:00
Tim Steinbach
a5847e8378
Merge pull request #31185 from pbogdan/kafkacat-fix-build
...
kafkacat: fix sandboxed build
2017-11-03 17:38:49 -04:00
Jörg Thalheim
8dc6338542
Merge pull request #31183 from frontsideair/yarn-1.3.2
...
yarn: 1.2.1 -> 1.3.2
2017-11-03 19:56:20 +00:00
c0bw3b
525380b472
treewide: abandon Google Code homepages
2017-11-03 18:52:28 +00:00
Piotr Bogdan
d83cfdc77f
kafkacat: fix sandboxed build
2017-11-03 13:04:47 +00:00
Fatih Altinok
10169cc356
yarn: 1.2.1 -> 1.3.2
2017-11-03 15:48:31 +03:00