Commit graph

48966 commits

Author SHA1 Message Date
Peter Simons e7abee1939 hackage2nix: disable failing builds on Hydra 2018-05-23 18:21:12 +02:00
Yegor Timoshenko e28a586f94
sqlite{,-analyzer}: use the same src (#40945) 2018-05-23 19:06:46 +03:00
Matthew Justin Bauer 895fef2b19 clang3.4: still needs libedit
https://hydra.nixos.org/build/72965931/nixlog/1
(cherry picked from commit 2d90138b3b)
2018-05-23 11:46:40 -04:00
John Ericson ee9dc37e04
Merge pull request #40933 from obsidiansystems/linux-to-darwin
stdenv, binutils: Build cctools targeting macOS on Linux without pointless rebuilds
2018-05-23 11:37:43 -04:00
Jörg Thalheim 273c882f53
Merge pull request #39214 from seppeljordan/add-nix-prefetch-github
Add nix-prefetch-github
2018-05-23 16:33:03 +01:00
Justin Wood be7b42f49f elixir: 1.6.4 -> 1.6.5 2018-05-23 11:27:41 -04:00
Lancelot SIX b86aa55408 pythonPackages.pylibconfig2: 0.2.4 -> 0.2.5 (#40985) 2018-05-23 17:25:44 +02:00
Will Dietz 4bf6889876 strace: fix libunwind detection by fixing use of lib.optional (#40994) 2018-05-23 17:15:05 +02:00
Jörg Thalheim d6b9e625d5
Merge pull request #40977 from Mic92/radare2
radare2: 2.5.0 -> 2.6.0
2018-05-23 16:12:35 +01:00
Matthew Bauer 9416f29800 llvm: remove libedit from clang
clang should never need libedit. From what I understand this is only
needed by LLDB.

https://github.com/llvm-mirror/clang/search?q=libedit
(cherry picked from commit 9ee69c27c9)
2018-05-23 11:09:12 -04:00
Matthew Bauer d417ada9a6 clang: only link if LLVMgold exists
buildEnv now errors with broken symlinks. Lots of things like this
still exist.

Discussion in #39038.

(cherry picked from commit 7b73c7f49a)
2018-05-23 11:09:05 -04:00
Jörg Thalheim e87bfe08b6 radare2: 2.5.0 -> 2.6.0 2018-05-23 15:45:56 +01:00
Moritz Angermann fe1eec9e24 ghc 8.4.2, head: Drop libiconv on windows.
nixpkgs#37012 and  nixpkgs#37707 introduces the setup-hooks for libiconv, which inject `-liconv` into the `NIX_LDFLAGS`. This breaks horribly on windows where the linker end up having no idea how to linke `-liconv`. The configure.ac file specifically ignores libiconv on windows.
2018-05-23 10:41:17 -04:00
John Ericson c7458ded5c ghc 8.4.2, head: Adjust enableShared enableTerminfo for windows 2018-05-23 10:41:17 -04:00
Moritz Angermann 10b76a4cab ghc: paxmark all unwraped executables across the board
Shell glob works even as the exact set of executable (filenames) varries
beween configuations. Need to skip non ELFs (e.g. shell scripts),
however.
2018-05-23 10:41:15 -04:00
John Ericson 1978115c3b ghc: Handle flavors better 2018-05-23 10:27:42 -04:00
John Ericson 9ce15ea60c ghc: Normalize derivations 2018-05-23 10:27:42 -04:00
Moritz Angermann 63e5b3ce71 used stdenv.targetPlatform.isDarwin and not stdenv.isDarwin. 2018-05-23 10:27:42 -04:00
Moritz Angermann 87afa66a63 haskell infra: Adds buildFlags logic 2018-05-23 10:27:42 -04:00
Moritz Angermann affeb0cb80 haskell generic builder: Do the links dance only if shared is enabled. 2018-05-23 10:27:41 -04:00
Moritz Angermann a4d5dbd45d haskell generic builder: Disable static libs on Windows because no -staticlib
The reason why this does not work is not that we can't built static
objects, we can, but we can't use `-staticlib` on GHC on windows.
`-staticlib` rolls all dependencies into a combined archive. While this
would work on windows if we used gnu ar and MRI script, GHC can't rely
on GNU ar, and as such has a quick archive concatenation module for GNU
and BSD archives only.
2018-05-23 10:27:41 -04:00
Moritz Angermann 38fbdcc726 haskell generic builder: Use setup package database for setup-depends
Adapted from b69f420121 by @Ericson2314
2018-05-23 10:27:41 -04:00
John Ericson e1b9419dec haskell generic builder: setupHaskellDepends should be `nativeBuildInputs
This is because they are just for Setup.hs, so they are just used at build time
and completely isolated from the normal components' dependencies.

This was previous implemented in 8a8f0408cd, but
reverted in e69c7f5641 because it broken
setup-depends non-cross in haskell shell environments (custom Setup.hs in cross
shell environments has never worked). This version adds a special native
exception to avoid that breakage.
2018-05-23 10:27:39 -04:00
John Ericson 513cd3de0e haskell-generic-builder: Add extra framework dirs
Just like with the other `--extra-*` flags, cc/ld-wrapper already handles
this, but we need to make Cabal aware so that the haskell builds have
the correct metadata.
2018-05-23 10:26:57 -04:00
John Ericson 3394c96655 haskell generic-builder: Tiny changes that preserve hases
These bring us closer to staging at no cost
2018-05-23 10:23:06 -04:00
John Ericson 446cb32ea1 haskell generic-builder: Remove merge conflict
I forgot this in 17316643fd
2018-05-23 10:11:03 -04:00
John Ericson 4ffa8b6125 binutils: Do not needless redownload sources cascading more rebuilds
Unfortunately this is a crude hack that we use the same binutils source
everywhere in the bootstrap chain.
2018-05-23 10:06:08 -04:00
John Ericson c641a74bd6 Merge remote-tracking branch 'upstream/master' into ios-mini-staging 2018-05-23 09:45:25 -04:00
John Ericson 18742471af Merge remote-tracking branch 'upstream/master' into staging
Use newer vagrant from master
2018-05-23 09:40:37 -04:00
Lancelot SIX 8733a3b932
pythonPackages.django: 1.11.12 -> 1.11.13
See https://docs.djangoproject.com/en/1.11/releases/1.11.13/ for release
information
2018-05-23 15:24:32 +02:00
John Ericson 5f1ec8e6d9
Merge pull request #40961 from obsidiansystems/hash-preserving-llvm-cleanup
llvm, top-level: Baby steps towards cross support
2018-05-23 09:15:00 -04:00
Yegor Timoshenko c9d18a235c
Merge pull request #40972 from aneeshusa/update-vagrant-to-2.1.1
vagrant: 2.0.2 -> 2.1.1
2018-05-23 14:50:35 +03:00
Peter Simons 8f96324584 haskell-lambdabot-core: apply patch from @int-e to fix GHC 8.4.x build 2018-05-23 12:24:31 +02:00
Jörg Thalheim 454edcd6c0 radare2: add myself as maintainer 2018-05-23 10:36:26 +01:00
Jörg Thalheim fe2b50badb radare2: add myself as maintainer 2018-05-23 10:33:07 +01:00
Yegor Timoshenko 3210c69c36
Merge pull request #40970 from r-ryantm/auto-update/folly
folly: 2018.04.23.00 -> 2018.05.21.00
2018-05-23 12:07:53 +03:00
Vincent Laporte cc2ac8a39e ocamlPackages.imagelib: init at 20171028 (#40910) 2018-05-23 10:33:26 +02:00
xeji 4aa04d185c
Merge pull request #40228 from ThomasMader/dlang-update
dmd,dtools,dub: 2.079.0 -> 2.079.1 and wrap ldc2 binary with $CC
2018-05-23 10:25:39 +02:00
Peter Simons 5db3a9df5e
Revert "ghc, haskell infra: #40642 direct to master" 2018-05-23 09:36:16 +02:00
Aneesh Agrawal cde4ea79f8 vagrant: 2.0.2 -> 2.1.1 2018-05-23 00:22:39 -07:00
R. RyanTM 23dce527d8 folly: 2018.04.23.00 -> 2018.05.21.00
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/folly/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2018.05.21.00 with grep in /nix/store/n4qdpjqixmlcly3al00c5a2ivp6lh74f-folly-2018.05.21.00
- directory tree listing: https://gist.github.com/80adf61ca8bb6b1020e7b48cae590a9c
- du listing: https://gist.github.com/dc5d5cb97ea76a087a50b733c659ebe5
2018-05-22 23:59:15 -07:00
John Ericson acc9843691 llvm: Starting to fix Clang wrapping and stdenv building for cross 2018-05-23 00:42:47 -04:00
John Ericson 25e866a7fe treewide: Less {cc,bintools}-wrapper eta expansion
Also makes the LLVM ones more correct
2018-05-23 00:27:30 -04:00
John Ericson 07d73c4ab0 clangSelf, clangWrapSelf, llvmPackagesSelf: Remove this unused thing
It's old old LLVM built with new LLVM. How useless.
2018-05-23 00:27:30 -04:00
Matthew Justin Bauer 75ae4c5a19
Merge pull request #40904 from matthewbauer/freeciv-on-darwin
Freeciv: enable on darwin
2018-05-22 22:37:11 -05:00
Jan Tojnar c2361d632d
rust-cbindgen: init at 0.6.0 2018-05-23 02:11:00 +02:00
Yegor Timoshenko eaf1c07836
Merge pull request #40626 from dtzWill/update/sqlite-2.23.1
sqlite: 3.22.0 -> 3.23.1
2018-05-23 01:27:20 +03:00
Will Dietz d8b96d5730 nghttp2: 1.31.0 -> 1.32.0
1.31.1 has security fix for CVE-2018-1000168:

https://nghttp2.org/blog/2018/04/12/nghttp2-v1-31-1/
2018-05-22 17:27:11 -05:00
Tuomas Tynkkynen aedc169d7f serf: Simplify 2018-05-23 01:14:51 +03:00
Tuomas Tynkkynen 20c2fd73ca apr-util: Fixup apu-1-config
apu-1-config --ldflags is giving broken output on the fixed-output
dependencies. This broke serf build since db was split to multiple
outputs.

https://nix-cache.s3.amazonaws.com/log/q35s5jba6p6dpdqlfn9qgy5w0hpa506v-serf-1.3.9.drv
2018-05-23 01:14:51 +03:00
worldofpeace b9bdd7d4a3 pythonPackages.asyncssh: init at 1.13.0 (#40527) 2018-05-23 00:09:33 +02:00
Yegor Timoshenko 2e7897ab6e
Merge pull request #36462 from dtzWill/update/nghttp2-1.31.0
nghttp2: 1.24.0 -> 1.31.0
2018-05-23 00:59:58 +03:00
Yegor Timoshenko 5580765158 sqlite{,-analyzer}: add archiveVersion function 2018-05-23 00:49:11 +03:00
Will Dietz b7fe62d532 bloaty: 2017-10-05 -> 2018-05-22
* add zlib dep (cmake tries to find it, provide it JIC)
* no need to populate with path to c++filt, handled internally now
* continue to copy ourselves, new install target isn't ready yet
2018-05-22 16:23:20 -05:00
Yegor Timoshenko 25ec13a4f0 sqlite: with stdenv.lib, add downloadPage, add version attribute 2018-05-22 23:44:28 +03:00
Yegor Timoshenko 57200f58f4 sqlite3_analyzer: assert, rename to sqlite-analyzer, clean up 2018-05-22 23:43:04 +03:00
Vincent Laporte 042790832e coqPackages.tlc: 20171206 -> 20180316 (#40927) 2018-05-22 20:55:57 +02:00
Sebastian Jordan aca3198c70 nix-prefetch-github: init -> 1.3 2018-05-22 20:55:07 +02:00
Peter Simons 0e35858252
Merge pull request #40929 from obsidiansystems/cross-ghc-for-master
ghc, haskell infra: #40642 direct to master
2018-05-22 20:37:45 +02:00
Jan Tojnar 405cb86037
meson: 0.45.1 → 0.46.1 2018-05-22 20:31:17 +02:00
John Ericson 7ee4dc3b13 Merge remote-tracking branch 'obsidian/cross-ghc-for-master' into ios-mini-staging 2018-05-22 14:08:42 -04:00
John Ericson 2e903444d0 Merge branch 'binutils-always-patch' into ios-mini-staging 2018-05-22 13:37:32 -04:00
John Ericson 75638e2de9
Merge pull request #40930 from obsidiansystems/binutils-always-patch
binutils: Always apply Aarch64 patch
2018-05-22 13:31:53 -04:00
Vincent Laporte 571a1e19e9 coqPackages.iris: init at 3.1.0 (#40909) 2018-05-22 19:26:32 +02:00
Benjamin Hipple a7ab884128 poppler: 0.64.0 -> 0.65.0 (#40786) 2018-05-22 18:22:42 +02:00
R. RyanTM 61a7b056fe libidn2: 2.0.4 -> 2.0.5 (#40852)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libidn2/versions.

These checks were done:

- built on NixOS
- /nix/store/lqhvipkml1hdjrc7x44a9qx6ib3h7fk4-libidn2-2.0.5-bin/bin/idn2 passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.0.5 with grep in /nix/store/lqhvipkml1hdjrc7x44a9qx6ib3h7fk4-libidn2-2.0.5-bin
- directory tree listing: https://gist.github.com/e275c93b988cd78a7716800d30d6d315
- du listing: https://gist.github.com/d80481a1635867ebfce278bd1e58d900
2018-05-22 18:20:53 +02:00
Josef Kemetmüller 23a83fbf86 librdf_redland: Enable darwin build 2018-05-22 18:19:28 +03:00
Josef Kemetmüller 79476b5883 librdf_redland: Fix db dependency
This fixes a regression introduced in 4b06383.

[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin"]
2018-05-22 18:19:28 +03:00
Josef Kemetmüller 1bf30c9223 librdf_rasqal: Enable darwin build 2018-05-22 18:19:28 +03:00
Josef Kemetmüller 3d4ef86766 librdf_raptor2: Enable darwin build 2018-05-22 18:19:28 +03:00
Josef Kemetmüller 020957716e heimdal: Fix darwin build 2018-05-22 18:19:28 +03:00
Josef Kemetmüller 9a100e3e31 heimdal: Fix db include
[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin"]
2018-05-22 18:19:28 +03:00
Josef Kemetmüller 7c8705256c aprutil: fix db dependency
This fixes a regression introduced in 4b06383.

[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin", also patch .la file]
2018-05-22 18:19:27 +03:00
Josef Kemetmüller a28c4a5396 perlPackages.BerkeleyDB: fix db dependency
This fixes a regression introduced in 4b06383.

[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin"]
2018-05-22 17:49:04 +03:00
Tuomas Tynkkynen 0fd461d5b5 db: Use more conventional outputs, also split bin 2018-05-22 17:49:04 +03:00
Tuomas Tynkkynen f9feacfc7c Merge remote-tracking branch 'upstream/master' into staging 2018-05-22 17:48:29 +03:00
Robin Gloster 72f293aa50
python3Packages.pyairvisual: init at 1.0.0 2018-05-22 14:29:57 +02:00
xeji c29d2fde74
Merge pull request #40873 from peterhoeg/u/vala
vala: 0.36, 0.38 and 0.40 update point releases
2018-05-22 12:54:04 +02:00
Robert Schütz bb28b3e80f pythonPackages.pyhomematic: 0.1.42 -> 0.1.43 2018-05-22 12:09:46 +02:00
Lancelot SIX 05db1a11a9 pythonPackages.timeout-decorator: 0.3.2 -> 0.4.0 (#40914) 2018-05-22 11:40:26 +02:00
Andrea Bedini 561a1f177a pythonPackages.docker: 3.2.1 -> 3.3.0 (#40857) 2018-05-22 11:00:37 +02:00
Peter Simons 07a045922d
Merge pull request #40710 from ElvishJerricco/overrideCabal-getHaskellBuildInputs
Make getHaskellBuildInputs / shellFor work with overrideCabal (Fixes #40266)
2018-05-22 10:37:26 +02:00
xeji 5093abc8f1
Merge pull request #40900 from flokli/oracle-fixes
oracle-instantclient: simplify a lot, use autoPatchelfHook
2018-05-22 10:36:12 +02:00
Moritz Angermann 4b2eceaa35 ghc: fix dylib load command limits in compiler version 8.x
See https://phabricator.haskell.org/D4714 for the full details.
This will be part of ghc 8.6.

Closes https://github.com/NixOS/nixpkgs/pull/40877.
2018-05-22 10:32:17 +02:00
Peter Simons e9d991a938 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-13-gd8bc043 from Hackage revision
a5d0811a16.
2018-05-22 10:32:09 +02:00
Peter Simons 3e2a3b4f12 hackage2nix: keep haddock-library 1.5.x around 2018-05-22 10:31:39 +02:00
Frederik Rietdijk 9f87abded9
Merge pull request #40885 from plapadoo/pyogg-init
pyogg: init at 0.6.2a1
2018-05-22 10:28:20 +02:00
Philipp Middendorf 131228c29d pyogg: init at 0.6.2a1 2018-05-22 09:26:26 +02:00
Peter Hoeg 015052f484 vala: drop 0.23 2018-05-22 12:02:12 +08:00
Peter Hoeg 9689754805 vala: 0.36, 0.38 and 0.40 point upgrades 2018-05-22 12:01:57 +08:00
Yegor Timoshenko c68996f147
Merge pull request #40869 from r-ryantm/auto-update/apache-maven
maven: 3.5.2 -> 3.5.3
2018-05-22 05:52:40 +03:00
Tim Steinbach 888e22cbd9
ammonite: 1.1.0 -> 1.1.2 2018-05-21 21:37:26 -04:00
Florian Klink 9770699ebd oracle-instantclient: disable building on hydra
we requireFile, so hydra can't build it anyways.
2018-05-22 03:35:05 +02:00
Florian Klink fe56ad70f0 oracle-instantclient: simplify, use autoPatchelfHook
Split `buildCommand`, provide `unpackCmd` and add `installPhase`.

Use autoPatchelfHook, we can get rid of all the manual hacking around
with patchelf.

Use install to install to $out
2018-05-22 03:34:55 +02:00
Matthew Bauer 9b8b29f175 gtk2: fix GNOME bug #557780
URL: https://gitlab.gnome.org/GNOME/gtk/issues/303

This patch will fix the assertion generated at startup for freeciv on
macOS. Conditionally applied on Darwin.

Gdk:ERROR:gdkimage-quartz.c:250:_gdk_image_new_for_depth: assertion failed: (depth == 24 || depth == 32)
2018-05-21 19:57:01 -05:00
Matthew Bauer dadb35fdb3 nvidia-texture-tools: support darwin 2018-05-21 19:55:37 -05:00
Matthew Bauer f2dc19703a spidermonkey_38: add darwin support 2018-05-21 19:55:37 -05:00
Matthew Bauer 50c158dee8 enet: supports darwin 2018-05-21 19:55:37 -05:00
Matthew Bauer 3dc8328b1f sfml: support darwin 2018-05-21 19:55:37 -05:00
John Ericson afc439d57b binutils: Always apply Aarch64 patch
Otherwise various things which depend on `--enable-targets=all`
lib{bfd,opcodes}...like LLVM.
2018-05-21 20:30:25 -04:00