Commit Graph

53170 Commits

Author SHA1 Message Date
Shea Levy
cd41cad074 haskell.compiler.ghc861: Apply fix to abi-hash with backpack.
See https://phabricator.haskell.org/D5123.
2018-09-12 10:31:10 +02:00
Shea Levy
e6e56bbe32 ghc: Apply fix to abi-hash with backpack.
See https://phabricator.haskell.org/D5123.
2018-09-12 10:31:10 +02:00
Peter Simons
838b4fe552 haskell-Cabal: keep a copy of the 2.2.x version around in the package set 2018-09-12 10:31:09 +02:00
(cdep)illabout
da86e4255b haskellPackages.termonad: Add dontCheck and remove from dont-distribute-packages.
The doctests for termonad fail to build only with nix.  When building
without nix, the doctests run correctly:

https://github.com/cdepillabout/termonad/issues/15

This PR disables the tests for termonad, as well as removing it from
dont-distribute-packages.
2018-09-12 10:31:09 +02:00
Peter Simons
1c5d7ad52e cabal2nix: fix (and clean up)override for hpack dependency 2018-09-12 10:31:09 +02:00
Peter Simons
11930854a2 haskell-yaml: drop obsolete override 2018-09-12 10:31:08 +02:00
Peter Simons
1b1cb6305c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11-9-gb3613cb from Hackage revision
3869e8d541.
2018-09-12 10:31:03 +02:00
Peter Simons
3c1af12544 LTS Haskell 12.9 2018-09-12 10:30:20 +02:00
Alexander Biehl
88ce4f5e8a More conservative SCC tagging for Haskell libraries
`all-functions` corresponds to `-fprof-auto` which places an SCC on every binding. It is well known that SCCs hinder GHC from doing its optimization magic and really slows down profiled code to a point where the profiling reports are completely skewed towards things that were completely optimized away in production settings. Concretely this shows up with things like lenses which do not carry runtime overhead when properly simplified.

`exported-functions` corresponds to GHCs `-fprof-auto-exported` which doesn't put SCCs on `INLINE`d code and in turn doesn't influence simplification of this basic but important stuff.
2018-09-12 10:30:20 +02:00
Alex Biehl
f8a158c346 Haskell builder: Use $abi/$libname as --libsubdir 2018-09-12 10:30:20 +02:00
Jörg Thalheim
1696eb4c52
Merge pull request #46563 from Mic92/pyls
python-language-server: 0.19.0 -> 0.21.2
2018-09-12 09:07:42 +01:00
Jörg Thalheim
63668d33b2 python-language-server: 0.19.0 -> 0.21.2 2018-09-12 09:03:08 +01:00
Jörg Thalheim
e4393102e6 python-jsonrpc-server: init at 0.0.1 2018-09-12 09:03:08 +01:00
Luke Clifton
5dc1796a6f vaultenv: 0.5.3 -> 0.8.0 2018-09-12 11:44:22 +08:00
Maximilian Bosch
a25dcb6607 python3Packages.pyowm: fix python3 build (#46549)
See https://hydra.nixos.org/build/80714323

Version 2.9 requires `geojson==2.x'. To allow 2.4, the constraint
required some patching using `substituteInPlace'.

Addresses #45960
2018-09-12 01:23:36 +02:00
Ryan Mulligan
8d4248a4cb
Merge pull request #44657 from costrouc/costrouc/dask-distributed
pythonPackages.distributed: 1.15.1 -> 1.22.1
2018-09-11 16:05:58 -07:00
John Ericson
67a1f508ff
Merge pull request #46544 from obsidiansystems/glibc-configureFlags-cleanup
glibc: Use lib.enableFeature and friends
2018-09-11 17:50:37 -04:00
R. RyanTM
a1bd1839e1 appstream-glib: 0.7.10 -> 0.7.12 (#46297)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/appstream-glib/versions
2018-09-11 23:37:16 +02:00
Maximilian Bosch
46d1166b80 pants: fix build (#46545)
See https://hydra.nixos.org/build/80727495

`pants' works with requests==2.19 to build successfully and `nixpkgs' currently uses `requests==2.19.1`.
Patching the version constraint in `setup.py' accordingly fixes the problem.

Addresses #45960
2018-09-11 23:22:17 +02:00
John Ericson
d7e3dbef66 glibc: Use lib.enableFeature and friends 2018-09-11 17:14:55 -04:00
Chris Ostrouchov
027b9beb58 fixup! merge: fixing changes with nixpkgs since pull-request 2018-09-11 17:14:12 -04:00
Christopher Ostrouchov
dac171dd5d
merge: fixing changes with nixpkgs since pull-request
- pytest-timeout: no longer requires patch
 - joblib: was improperly merged with the github merge tool (never
   using again)
2018-09-11 14:24:59 -04:00
adisbladis
7df273e71d
Merge pull request #46507 from marsam/feature/update-nodejs
nodejs: 6.14.3 -> 6.14.4
2018-09-11 23:36:52 +08:00
Thomas Tuegel
ba06e28cbc
Merge pull request #46383 from samueldr/zhf/qtwebkits
qt5.qtwebkit: Fixes modules src being subtly broken.
2018-09-11 10:00:10 -05:00
Domen Kožar
e8621a45a2
dep2nix: fix eval (no IFD) 2018-09-11 12:56:14 +01:00
Domen Kožar
35df0f7f0c
dep2nix: 0.0.1 -> 0.0.2 2018-09-11 12:47:16 +01:00
Sarah Brofeldt
575f2cc3bd
Merge pull request #46508 from kalbasit/nixpkgs_update-bazel
bazel: 0.16.0 -> 0.16.1
2018-09-11 11:26:57 +02:00
Sarah Brofeldt
969ca5a956
Merge pull request #46492 from oscarvarto/master
ammonite: 1.1.2 -> 1.2.0
2018-09-11 11:26:09 +02:00
xeji
f201f8c3fd
pythonPackages.pytestflakes: fix build (#46500)
- disable a failing test case that looks broken
- remove pytestcache depencency that was dropped upstream
2018-09-11 11:15:03 +02:00
Bas van Dijk
d05a8bb410
Merge pull request #44424 from dhess/callCaball2nixWithOption
haskell-modules: add callCabal2nixWithOptions.
2018-09-11 09:00:03 +02:00
R. RyanTM
a33df7750e log4cplus: 1.2.0 -> 2.0.2 (#46233)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
log4cplus
2018-09-11 08:56:15 +02:00
Wael M. Nasreddine
d24f81b825
bazel: 0.16.0 -> 0.16.1 2018-09-10 21:34:41 -07:00
Mario Rodas
bfdfb73ff1 nodejs-6_x: 6.14.3 -> 6.14.4 2018-09-10 22:28:20 -05:00
Mario Rodas
36b5ffa40b nodejs: use https for downloading 2018-09-10 22:28:05 -05:00
Matthew Bauer
579e206bdb
Merge pull request #45323 from leenaars/ydiff
ydiff: init at 1.1
2018-09-10 15:09:42 -05:00
Matthew Bauer
375d3ac2c9
Merge pull request #46000 from cryptix/add/ScuttlebotAndGitSSB
scuttlebot and git-ssb: init at 11.4.3 and 2.3.6
2018-09-10 14:56:27 -05:00
Matthew Bauer
bcee562e69
Merge pull request #46222 from qolii/libuv_disableATestOnAarch32
libuv: Disable temperamental shutdown_close_pipe test on Aarch32.
2018-09-10 14:51:30 -05:00
Daiderd Jordan
189b861638
Merge pull request #46422 from LnL7/darwin-bullet
bullet: fix darwin build
2018-09-10 21:34:03 +02:00
Oscar Vargas Torres
08b8923774 ammonite: 1.1.2 -> 1.2.0 2018-09-10 13:32:33 -05:00
zimbatm
404b224529
govendor: init at 1.0.9 (#46485) 2018-09-10 17:47:58 +01:00
Jörg Thalheim
2d4dcefd9e
Merge pull request #46465 from uri-canva/bazel-jdk10
bazel: add bazel_jdk10 variant
2018-09-10 16:27:01 +01:00
Jörg Thalheim
d5e854b646
Merge pull request #46001 from uskudnik/add-hcloud-autocomplete-support
hcloud: Add autocomplete support for bash and zsh
2018-09-10 15:18:49 +01:00
Uri Baghin
d1818ad6b1 bazel: add bazel_jdk10 variant 2018-09-10 23:33:21 +10:00
Jörg Thalheim
f38e8c0e96
Merge pull request #46450 from dtzWill/fix/spidermonkey-musl-jemalloc
spidermonkey_52: don't use jemalloc w/musl
2018-09-10 13:34:44 +01:00
Jörg Thalheim
e7187212c3
Merge pull request #46479 from arianvp/master
safe-money: Fix dependencies for safe-money-*
2018-09-10 13:13:49 +01:00
Arian van Putten
02feb90d4e safe-money: Fix dependencies for safe-money-*
They all depend on safe-money-0.7, but hackage2nix made them incorrectly
depend on safe-money-0.6

We should be able to remove this 'hack' as soon as the new Stackage LTS
comes out, as safe-money-0.7 will then be the default version.
2018-09-10 13:41:57 +02:00
Maximilian Bosch
080b2fdd8c
openbsm: fix linux build
See https://hydra.nixos.org/build/80705916

To fix the linux build the patch `bsm-add-audit_token_to_pid.patch`
mustn't be applied during Linux builds, only for Darwin as it's an
Apple-only fix.

The compiler failure occurred because `audit_token_t` is part of
`<mach/mach.h>` which is not available on Linux.

Addresses #45960
2018-09-10 13:00:00 +02:00
Timo Kaufmann
2b6144d1ad
Merge pull request #46368 from Ma27/fix-mahotas
pythonPackages.mahotas: fix build, move expression
2018-09-10 11:56:50 +02:00
Maximilian Bosch
ee897b64ff
pythonPackages.mahotas: fix build, move expression
See https://hydra.nixos.org/build/80828287

Moves `mahotas` out of `python-packages.nix` into its own file and fixes
broken test cases by skipping them using nosetest's `@nottest`
annotation.

These tests broke from time to time in a sandbox and are therefore
considered impure.

Addresses #45960
2018-09-10 11:32:58 +02:00
R. RyanTM
1700698691 lttng-ust: 2.10.1 -> 2.10.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lttng-ust
2018-09-10 07:57:54 +02:00