Commit graph

215141 commits

Author SHA1 Message Date
worldofpeace e809f3d67e
Merge pull request #81303 from arcnmx/elinks-openssl
elinks: build with openssl 1.1
2020-02-29 00:05:38 +00:00
Raphael Das Gupta 41aef772bb
josm: 15806 -> 15937 2020-02-28 23:29:49 +01:00
Maximilian Bosch 096691a787
cargo-crev: 0.16.0 -> 0.16.1 2020-02-28 22:46:27 +01:00
Maximilian Bosch 8b74820736
cargo-deb: 1.23.1 -> 1.23.2 2020-02-28 22:46:06 +01:00
Daniel Schaefer 4dfb636e25
Merge pull request #68795 from minijackson/carla-fix-67923
Carla: properly wrap plugin programs
2020-02-28 22:14:48 +01:00
Tim Steinbach 2bbdd94868
oh-my-zsh: 2020-02-26 -> 2020-02-28 2020-02-28 15:33:12 -05:00
Tim Steinbach b4af096c4c
linux: 5.5.6 -> 5.5.7 2020-02-28 15:31:15 -05:00
Tim Steinbach fc8e5c65ca
linux: 5.4.22 -> 5.4.23 2020-02-28 15:30:05 -05:00
Vincent Laporte 5c274c6c05 ocamlPackages.core_profiler: remove at 0.11.0
This package is broken with glibc ≥ 2.28
2020-02-28 21:24:26 +01:00
Vincent Laporte 9095ca22bc ocamlPackages.ocaml_plugin: remove at 0.11.0
This package is broken with glibc ≥ 2.28
2020-02-28 21:24:26 +01:00
Vincent Laporte fe0ebdf825 ocamlPackages.conduit_p4: remove at 0.10.0 2020-02-28 21:24:26 +01:00
Vincent Laporte 305dc2a199 ocamlPackages.cohttp_p4: remove at 0.19.3 2020-02-28 21:24:26 +01:00
Vincent Laporte fca7f386db trv: remove at 0.1.3 2020-02-28 21:24:26 +01:00
Domen Kožar 00bd957225
Merge pull request #81318 from ggreif/haskell-updates
ghc-8.8.3: really use ld.gold (port #80466)
2020-02-28 21:23:20 +01:00
Michael Weiss ad0c620a08
html-proofer: Update the dependencies (security, CVE-2020-7595)
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1992
2020-02-28 21:21:17 +01:00
Michael Weiss 9b0defc765
jekyll: Update the dependencies (security, CVE-2020-7595)
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1992
2020-02-28 21:21:16 +01:00
Michael Weiss a0d61c0135
gollum: Update the dependencies (security, CVE-2020-7595)
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1992
2020-02-28 21:21:16 +01:00
Gabor Greif ff6aeefb91 ghc-8.8.3: really use ld.gold (port #80466) 2020-02-28 21:17:10 +01:00
Michael Weiss 18938fb2a5
wallutils: 5.8.3 -> 5.9.0 2020-02-28 21:13:17 +01:00
Michael Weiss f6281d4480
android-studio: 3.6.0.21 -> 3.6.1.0 2020-02-28 21:05:12 +01:00
Michael Weiss 4f50bee7c0
androidStudioPackages.{dev,canary}: 4.0.0.10 -> 4.1.0.1 2020-02-28 21:05:12 +01:00
Maximilian Bosch 20c393aaec
findomain: 1.4.0 -> 1.4.1 2020-02-28 20:58:36 +01:00
Matthieu Coudron 05b6836816 torchPackages, torch-repl: remove
See https://github.com/NixOS/nixpkgs/issues/71888
and https://github.com/NixOS/nixpkgs/issues/56398

To sump up, development has moved on to other technologies than lua:
https://github.com/torch/torch7#development-status
and the current packages are broken anyway.
2020-02-28 20:56:42 +01:00
Maximilian Bosch ee32de777a
Merge pull request #81243 from bhipple/u/rust-cargo-bitwarden_rs
bitwarden_rs: upgrade cargo fetcher and cargoSha256
2020-02-28 20:44:56 +01:00
Peter Simons df2176f7f3
Merge pull request #79819 from NixOS/haskell-updates
Update Haskell package set to LTS 15.1 (plus other fixes)
2020-02-28 20:43:50 +01:00
Peter Simons e81ec2fa82 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-20-g1d0459f from Hackage revision
3ff0be5c9e.
2020-02-28 20:42:31 +01:00
Peter Simons b5bf60e40c haskell-MissingH: add jailbreak to fix the build with ghc-8.8.x 2020-02-28 20:42:31 +01:00
Peter Simons dcf76c729a all-cabal-hashes: update to Hackage at 2020-02-28T12:23:03Z 2020-02-28 20:42:31 +01:00
Peter Simons 0dbc457393 spago: build is broken in lts-15.x
Ping @cdepillabout.
2020-02-28 20:42:30 +01:00
Michael Alan Dorman ef891b8a46 MissingH: use a version appropriate to our compiler
If you actually look at the changelog for 1.4.2.1, you'll see that it
mentions that it was only intended for ghc-7.0.4, which is why it has
a dependency on an inconveniently old version of `unix`, which
is *also* hidden behind a flag, so that we can't jailbreak it (per
https://github.com/peti/jailbreak-cabal/issues/15).

So the right thing to do would appear to me to be to override our
default version to 1.4.2.0, until such time as the maintainer makes a
newer release.

`ConfigFile` was collateral damage, so unmark it broken, as well as
`MissingH` itself.
2020-02-28 20:42:30 +01:00
Michael Alan Dorman df8a0d64b5 json: remove obsolete patches that break the build
The patchs in question fail to apply against the current versoin, and
thus the package fails to build; `hasktags` is then collateral damage.

Remove reference to the patch and make sure neither package will be
marked broken going forward.
2020-02-28 20:42:30 +01:00
Peter Simons 219776992d git-annex: apply patch to fix the build with ghc-8.8.x
Unfortunately, we cannot compile git-annex with S3 support in an
LTS-15.x environment, because the 'aws' library hasn't updated to
version 3.x of the 'network' library [1]. I tried whether it's
possible to build git-annex with an older version of network, but
the amount of overrides we'd have to configure to accomplish that
got out of hand quickly. So I disabled aws support [2]. If you
need S3 support in git-annex, please help upstream to update
'aws' so that it builds with recent versions of 'network'.

[1] https://github.com/aristidb/aws/issues/264
[2] 1d0459f40e
2020-02-28 20:42:29 +01:00
Peter Simons 188587edf6 haskell-feed: disable test suite to fix the build
Upstream ships a messed up tarball that lacks the proper test files.
2020-02-28 20:42:29 +01:00
Peter Simons 045f95d9b9 git-annex: update sha256 hash for version 8.20200226 2020-02-28 20:42:29 +01:00
Peter Simons 482b910b72 haskell-streamly-bytestring: drop obsolete override 2020-02-28 20:42:28 +01:00
Peter Simons c9b2100e0b hackage2nix: stick to older hackage-security version to make cabal-install happy 2020-02-28 20:42:28 +01:00
Peter Simons 7ecd6958b9 hackage2nix: update list of broken builds to fix evaluation 2020-02-28 20:42:28 +01:00
Peter Simons 111a1b868e haskell-ormolu: update override 2020-02-28 20:42:28 +01:00
Peter Simons 78a2350f2c haskell-construct: drop obsolete overrides 2020-02-28 20:42:27 +01:00
Peter Simons 73af2522be haskell-ChasingBottoms: jailbreak to fix build with ghc-8.10.x 2020-02-28 20:42:27 +01:00
Peter Simons 1299f72e8b haskell-spacecookie & matterhorn: clean up overrides 2020-02-28 20:42:27 +01:00
Peter Simons 9347a3e5be ghc-8.10.x: add overrides to fix regex-* packages 2020-02-28 20:42:26 +01:00
Peter Simons ba190861e8 haskell-relude: avoid test suite failure when building with ghc-8.8.x 2020-02-28 20:42:26 +01:00
Peter Simons 95f15e7b31 haskell-polyparse: the latest version works with ghc-8.8.x 2020-02-28 20:42:26 +01:00
Justin Humm 5fb67fc448 haskellPackages.hakyll-contrib-hyphenation: jailbreak
Latest upstream commit is from 2015 [0], so I guess it's the easiest to
jailbreak it (as it builds that way).

[0] https://bitbucket.org/rvlm/hakyll-contrib-hyphenation/src/master/
2020-02-28 20:42:25 +01:00
Gabor Greif c8554c0574 ghc: add 8.8.3
https://mail.haskell.org/pipermail/ghc-devs/2020-February/018643.html
2020-02-28 20:42:25 +01:00
Domen Kožar 21ded2d667 servant-server: fix build 2020-02-28 20:42:25 +01:00
Domen Kožar 16b8ab5329 haskellPackages.crpytonite: fix build 2020-02-28 20:42:24 +01:00
Peter Simons 7e5690c088 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-19-g1b9b3ef from Hackage revision
f2eea06cf2.
2020-02-28 20:42:15 +01:00
Peter Simons 49640dda72 hackage2nix: let's try to compile everything to see what works 2020-02-28 20:31:26 +01:00