Commit graph

87162 commits

Author SHA1 Message Date
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
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
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
Tim Steinbach 3563be8dd6 gradle: 2.14 -> 2.14.1 2016-07-19 15:10:54 +00:00
Bjørn Forsman 78eac466b0 nixos/ddclient: add warning about password being world readable
Closes #16885.
2016-07-19 16:51:42 +02:00
Damien Cassou 92a1422874 Merge pull request #17105 from DamienCassou/update-pharo-vm-2016-07-16
pharo-vm5: 2016.05.04 ⇒ 2016.07.16
2016-07-19 16:42:47 +02:00
Damien Cassou fe46fa9d17 pharo-vm5: 2016.05.04 ⇒ 2016.07.16 2016-07-19 16:40:31 +02:00
Rob Vermaas 48c32dc0b7 nixops: update to 1.4
(cherry picked from commit 9909d31602f6242259bcf7d31e88107fa5f1fb5f)
2016-07-19 14:33:52 +00:00
Frederik Rietdijk dd5cf80590 pythonPackages.ghp-import: disable tests 2016-07-19 16:22:46 +02:00
Dan Peebles e0476c2512 pythonPackages.moto: add checkPhase, but leave it turned off
Someday we'll turn it on, but the side-effecting tests aren't going to
work on Hydra right now.
2016-07-19 10:12:51 -04:00
Frederik Rietdijk 9dae8a7e45 pythonPackages.python-etcd: init at 0.4.3 2016-07-19 16:01:28 +02:00
Frederik Rietdijk 332a3e9073 pythonPackages.etcd: init at 2.0.8 2016-07-19 16:01:28 +02:00
Bjørn Forsman 2173e6b49a lighttpd: 1.4.39 -> 1.4.40
Major bug-fix release; hundreds of issues resolved in issue tracker.

https://www.lighttpd.net/2016/7/16/1.4.40/
2016-07-19 15:55:22 +02:00
Dan Peebles 848bf3099f pythonPackages.moto: init at 0.4.25 2016-07-19 09:45:28 -04:00
Graham Christensen 6e2d4c91ef Merge pull request #17098 from magnetophon/x42-plugins
x42-plugins: 2015-07-02 -> 20160619
2016-07-19 13:37:51 +00:00
Frederik Rietdijk bae6ad8efa uzbl: fix build
See also #16740.
2016-07-19 15:06:42 +02:00
Josef Kemetmueller 93dfdf0a0c armadillo: correct dependencies
- Remove unused dependencies atlas/blas
- Add hdf5/superlu dependency (As superlu needs openblasCompat, we also use it here.)
- Add support for darwin
- Make use of OpenBLAS-LAPACK in armadillo

OpenBLAS (confusingly) contains LAPACK already by default, so we simply use OpenBLAS when searching for LAPACK.
The better solution would be for armadillo to use cmake built in FindBLAS/FindLAPACK which both would find OpenBLAS.
2016-07-19 12:37:08 +00:00
Josef Kemetmueller f3dc4d9ec3 superlu: init at 5.2.1 2016-07-19 12:37:08 +00:00
Peter Simons c0b5213aad haskell-hfsevents: remove obsolete override
cabal2nix generates correct build instructions now.
Fixes https://github.com/NixOS/nixpkgs/pull/17046.
2016-07-19 14:20:53 +02:00
Peter Simons 450fa8d9a0 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v2.0-11-gcec8f95 using the following inputs:

  - Hackage: 19ec8f3a6d
  - LTS Haskell: a5a99cf176
  - Stackage Nightly: bf146896f3
2016-07-19 14:20:40 +02:00
Alexey Shmalko 34b5d283cd gcc-arm-embedded: update license
According to https://launchpad.net/gcc-arm-embedded:
> Licence:
> Simplified BSD Licence, GNU GPL v2, GNU GPL v3, GNU LGPL v2.1, GNU
> LGPL v3, MIT / X / Expat Licence
2016-07-19 14:12:51 +02:00
Alexey Shmalko 486445169f gcc-arm-embedded: change default 4.9 -> 5.4 2016-07-19 14:12:51 +02:00
Alexey Shmalko d0de634449 gcc-arm-embedded: 5.2 -> 5.4 2016-07-19 14:12:51 +02:00