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
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
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
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
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
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
Vincent Laporte
042790832e
coqPackages.tlc: 20171206 -> 20180316 ( #40927 )
2018-05-22 20:55:57 +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
Vincent Laporte
571a1e19e9
coqPackages.iris: init at 3.1.0 ( #40909 )
2018-05-22 19:26:32 +02: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
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
R. RyanTM
0106dfcbeb
rust-bindgen: 0.36.1 -> 0.37.0 ( #40833 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/rust-bindgen/versions .
These checks were done:
- built on NixOS
- /nix/store/y7lbrcpy05c1br43257fj056p6vf269l-rust-bindgen-0.37.0/bin/bindgen passed the binary check.
- Warning: no invocation of /nix/store/y7lbrcpy05c1br43257fj056p6vf269l-rust-bindgen-0.37.0/bin/.bindgen-wrapped had a zero exit code or showed the expected version
- 1 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 0.37.0 with grep in /nix/store/y7lbrcpy05c1br43257fj056p6vf269l-rust-bindgen-0.37.0
- directory tree listing: https://gist.github.com/dab90e1565932370211bc1cb47b526d9
- du listing: https://gist.github.com/1ea884a58cb25990e712703124f8a6da
2018-05-22 02:07:27 +02:00
Florian Klink
82eaa5ba37
oracle-instantclient: add flokli as maintainer
2018-05-22 01:29:00 +02:00