Franz Pletz
2e3066e206
Merge pull request #17120 from ip1981/add/pkgs/perl-Monitoring-Plugin
...
Add Monitoring::Plugin
2016-07-20 12:48:09 +02:00
Peter Hoeg
c5222b9d55
syncthing: 0.13.10 -> 0.14.0 ( #17110 )
2016-07-20 12:46:22 +02:00
Lluís Batlle i Rossell
13fc6e56fe
Adding intel-gpu-tools to xorg.
2016-07-20 12:33:24 +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
Eelco Dolstra
1681718e2f
google-fonts: Turn into a fixed-output derivation
...
Also remove the executable bit from some fonts, and don't build on
Hydra because this package is huge.
2016-07-20 11:55:46 +02:00
Joachim Fasting
55120ac4cb
grsecurity: 4.6.4-201607112205 -> 4.6.4-201607192040
2016-07-20 10:17:35 +02:00
Joachim Fasting
c93ffb95bc
grsecurity: enable support for setting pax flags via xattrs
...
While useless for binaries within the Nix store, user xattrs are a convenient
alternative for setting PaX flags to executables outside of the store.
To use disable secure memory protections for a non-store file foo, do
$ setfattr -n user.pax.flags -v em foo
2016-07-20 10:17:11 +02:00
Joachim F
33932304e1
Merge pull request #17093 from Ralith/qt5ct
...
qt5ct: init at 0.24
2016-07-20 09:08:27 +02:00
Igor Pashev
f0fcbb072e
perl-Monitoring-Plugin: init at 0.39
2016-07-20 09:48:49 +03:00
Igor Pashev
33ef911d3d
perl-Math-Calc-Units: init at 1.07
2016-07-20 09:48:25 +03:00
Benjamin Saunders
fcfec7507b
qt5ct: init at 0.24
2016-07-19 21:49:20 -07:00
Benjamin Saunders
54b037720d
purple-hangouts-hg: init at 2016-07-17
2016-07-19 21:45:48 -07:00
Graham Christensen
fdd84fd86d
Merge pull request #17117 from cransom/aws-shell-0.1.1
...
aws_shell: 0.1.0 -> 0.1.1
2016-07-20 03:19:01 +00:00
Graham Christensen
098aee0cd7
Merge pull request #17035 from phanimahesh/alpine
...
alpine:configure: allow using passfile
2016-07-20 02:27:23 +00: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
Tuomas Tynkkynen
322faf9219
platforms.nix: Switch ARMv7 to vfpv3-d16
...
Make ARMv7 compatible with non-NEON chips, changing to the same float ABI
that Debian and Arch Linux use. This is apparently required for the
binaries to work on Scaleway, for instance.
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
cd645c417a
release-cross.nix: Build the bootstrap tools for ARM
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
ee1a647bc2
release-cross.nix: Remove bunch of packages that don't build
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
d0e25d815c
release-cross.nix: Drop any platforms not having a single working build
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
3d50989651
make-bootstrap-tools{,-cross}.nix: Create deterministic tars
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
53c039b96a
make-bootstrap-tools-cross.nix: Support 'dist' target
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
5cbb6ac151
make-bootstrap-tools-cross.nix: More syncs from the non-cross version
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
954e54f563
make-bootstrap-tools-cross.nix: Reference correct outputs
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
0968641eda
make-bootstrap-tools-cross.nix: Use busybox with musl
...
Do this because I cannot figure out how to refer to `glibc.static`
inside busybox when cross building in a manner that works.
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
171c7f0e63
make-bootstrap-tools-cross.nix: Have more consistency with platforms.nix
...
E.g. we had `arch = "arm"` in the former and `arch = "armv6"` in the
latter. Try to have some more consistency.
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
9f0dc294da
make-bootstrap-tools-cross.nix: Add/fix some .so dependencies
...
- cloog, ppl, cloogppl aren't used by recent GCCs. Kill references to them.
- Use correct versions of isl, as the current GCC depends
on non-default versions of them.
- Also clarify isl dynamic libraries are needed in cross
builds, but not in native builds
- Since aeb3d8c
(bzip2: fix cross build on mingw by using autoconf patch),
it seems that the bzip2 binary depends on libbz2 when cross compiling.
So copy libbz2 into the bootstrap tarball as well.
- Curl isn't used in the bootstrap tools since e6f61b4cf3
.
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
953249db34
platforms.nix: kirkwood_defconfig is gone, use multi_v5_defconfig
...
kirkwood_defconfig was removed in 3.17, and our kernel headers are based
on 4.4. Make this change to allow the armv5tel bootstrap tarball
to build again (I can't test it, though).
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
2fefa331e7
busybox: Fix cross build with musl
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
8d62f62a78
stdenv: Remove unpack-bootstrap-tools-arm.sh
...
This file was using the 'double patchelf' hack, which hasn't been needed
for a while, after the original patchelf bug was fixed:
65a4dc6aa9
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
584b667efc
ddrescue: lzip is a nativeBuildInput
2016-07-20 02:38:10 +03:00
Dmytro Rets
2311673aa9
pythonPackages.jenkinsapi: init at 0.2.32
2016-07-20 01:33:04 +02:00
Dan Peebles
b3adffcd56
pythonPackages.pychef: init at 0.3.0
2016-07-19 18:17:50 -04:00
Dan Peebles
cfa10cd20b
pythonPackages.timeout-decorator: init at 0.3.2
2016-07-19 18:16:51 -04:00
Dan Peebles
7ac4d7702e
pythonPackages.credstash: init at 1.11.0
2016-07-19 18:15:38 -04:00
Dan Peebles
b5f22e070a
pythonPackages.hvac: init at 0.2.15
2016-07-19 18:13:33 -04:00
mimadrid
4ddaf12dc6
vifm: 0.8.1 -> 0.8.2
2016-07-19 23:15:08 +02:00
Casey Ransom
db8e69dea9
aws_shell: 0.1.0 -> 0.1.1
...
This also fixes https://github.com/awslabs/aws-shell/issues/118
2016-07-19 16:57:02 -04: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
Graham Christensen
46655e4524
Merge pull request #17085 from j1r1k/gfxtablet-1.4
...
gfxtablet: git-2013-10-21 -> 1.4
2016-07-19 19:23:47 +00:00
Jiri Marsicek
4a86f9a44f
gfxtablet: git-2013-10-21 -> 1.4
2016-07-19 20:47:00 +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