Commit Graph

47861 Commits

Author SHA1 Message Date
aszlig
a3502ba765
gn: Add libc++ and libc++abi from third_party
On GNU/Linux the build references these files, so let's fetch them from
the Chromium repository. I haven't checked whether they are heavily
patched or whether we can use the version from LLVM, but when looking at
the changes, they do seem to divert a bit from upstream LLVM.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @matthewbauer, @stesie
2018-04-25 15:01:41 +02:00
aszlig
ac61ae50b7
gn: Switch to fetchzip for apple_apsl directory
The tarball from upstream seems to be generated on the fly, so the
output is not deterministic and using fetchzip makes this more reliable
as we have a recursively hashed output path without any of the
non-determinisms in tarballs.

Unfortunately, the build still fails on NixOS systems, because we need a
few more stuff in the build tree.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @matthewbauer, @stesie
2018-04-25 15:01:38 +02:00
Rodney Lorrimar
ca7d983999 buildkite-agent3: init at 3.0.1 (#39471)
New stable release. Version 2.6 is kept for backwards compatibility.

https://github.com/buildkite/agent/releases/tag/v3.0.0
https://github.com/buildkite/agent/releases/tag/v3.0.1
2018-04-25 13:47:26 +01:00
Peter Simons
1d0a71879d haskell-brick: update override for ghc 8.4.x 2018-04-25 11:43:57 +02:00
Peter Simons
33e046271a haskell-vector-sized: update override 2018-04-25 11:43:56 +02:00
Peter Simons
7724ead286 haskell-{hlint,hoogle}: drop obsolete overrides 2018-04-25 11:43:56 +02:00
Peter Simons
a49dca6821 haskell-monad-logger: drop obsolete override 2018-04-25 11:43:56 +02:00
Peter Simons
46cce6ef99 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-6-g7882850 from Hackage revision
5dcdcbfee8.
2018-04-25 11:43:49 +02:00
Peter Simons
c60a874ef5 LTS Haskell 11.6 2018-04-25 11:28:16 +02:00
Frederik Rietdijk
304c3ebc6d
Merge pull request #39285 from florianjacob/synapse
matrix-synapse: 0.27.2 -> 0.27.4
2018-04-25 07:41:29 +02:00
Frederik Rietdijk
fbd169ae5f
Merge pull request #39158 from catern/dataclass
pythonPackages.dataclasses: init at 0.5
2018-04-25 07:39:29 +02:00
Matthew Justin Bauer
d71d7c913e
Merge pull request #39465 from matthewbauer/work
Various work on broken packages
2018-04-25 00:30:32 -05:00
Matthew Bauer
22fb762e1a live555: add aarch64-linux entry
Fixes eval
2018-04-25 00:10:08 -05:00
Matthew Bauer
ec632b745f qtwebengine: rewrite
Fixes #39334
and Fixes #36729

Also, Fixes #36932 (hopefully it's still building)

(This might be able to be able to be cherry-picked to 18.03 but be
careful - chromium is extremely touchy. Probably best to wait for it
to be built successfully on Hydra a few times.)
2018-04-24 23:57:46 -05:00
adisbladis
656f69bea5
buildbot-plugins.wsgi-dashboards: Remove maintainer akazakov
Missing from maintainers file
2018-04-25 12:11:43 +08:00
Matthew Bauer
b87cb29d1b glibmm: 2.54.1 → 2.56.0
Noticed this was out of date.
2018-04-24 23:00:27 -05:00
Matthew Bauer
7587f9804f glibmm: fix High Sierra segfault 2018-04-24 22:58:45 -05:00
Matthew Bauer
04e13de94f gn: fix Darwin build 2018-04-24 20:54:36 -05:00
adisbladis
d5121536b8
kreport: 3.0.2 -> 3.1.0 2018-04-25 09:40:25 +08:00
adisbladis
8945e6b105
kproperty: 3.0.2 -> 3.1.0 2018-04-25 09:40:24 +08:00
adisbladis
a2f617f49f
qcachegrind: Remove qt 5.10 build fix patch, now applied upstream 2018-04-25 09:35:51 +08:00
Bastian Köcher
b933157f44
kholidays: Move from kde_applications to kde_frameworks 2018-04-25 09:35:48 +08:00
Peter Hoeg
45f1205bab
Merge pull request #39304 from peterhoeg/f/ha
home-assistant: add a few knobs and make config YAML
2018-04-25 01:35:12 +00:00
Matthew Bauer
734b13a817 gst-plugins: fix on Darwin 2018-04-24 18:35:54 -05:00
Timo Kaufmann
b75b5cdc79 pythonPackages.entrypoints: Fix buildInputs (#39449) 2018-04-25 00:23:44 +01:00
Matthew Justin Bauer
a8fc951404
Merge pull request #39451 from r-ryantm/auto-update/appstream-glib
appstream-glib: 0.7.7 -> 0.7.8
2018-04-24 18:15:19 -05:00
R. RyanTM
b5bfd8a173 appstream-glib: 0.7.7 -> 0.7.8
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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.7.8 with grep in /nix/store/52vkj80m85n3jhzbqhw5abxdrqqac2yk-appstream-glib-0.7.8
- directory tree listing: https://gist.github.com/c3d5906e2b4ff1a38510f114a6c58819
2018-04-24 15:35:46 -07:00
Will Dietz
7139c65c88
Merge pull request #39441 from dtzWill/fix/libgl-tls-musl
mesa, libglvnd, xorg: disable tls w/musl
2018-04-24 17:17:23 -05:00
Will Dietz
64c2e058e6 mesa, libglvnd, xorg: disable tls w/musl 2018-04-24 17:16:22 -05:00
Will Dietz
c3ab285ce2 glibc: use local copy of patch to fix w/musl
fetchpatch doesn't work with bootstrap fetchurl,
so just use local file like we do for other glibc patches.
2018-04-24 16:57:57 -05:00
Michael Raskin
d3d41b51f1
Merge pull request #39421 from r-ryantm/auto-update/librem
librem: 0.5.2 -> 0.5.3
2018-04-24 21:31:09 +00:00
Matthew Bauer
00bf115047 schroedinger: add Darwin patch 2018-04-24 15:16:12 -05:00
Matthew Bauer
9c406d2ac8 libdvdnav: supports Darwin 2018-04-24 15:09:07 -05:00
Matthew Bauer
db6cc56239 libmtp: supports darwin 2018-04-24 15:08:12 -05:00
Matthew Bauer
dad3714ec1 live555: supports darwin 2018-04-24 15:06:15 -05:00
Jan Tojnar
ddc48afcca
python3.pkgs.pyatspi: 2.18.0 → 2.26.0 2018-04-24 21:53:11 +02:00
Jan Tojnar
d48e9ff92a
liblouis: mark as broken 2018-04-24 21:53:11 +02:00
R. RyanTM
78a2238c50 librem: 0.5.2 -> 0.5.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.5.3 with grep in /nix/store/x20d9fh0yfyzm28p3sghxq01c3f2wrmw-librem-0.5.3
- directory tree listing: https://gist.github.com/b80b5c5f4dc93169cf0cfc46f4306e73
2018-04-24 11:54:42 -07:00
R. RyanTM
daea65c8e2 libre: 0.5.7 -> 0.5.8
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.5.8 with grep in /nix/store/rqyqr2gb6pxqqah435xznnqwr9zi0xi2-libre-0.5.8
- directory tree listing: https://gist.github.com/a84247052706f314827aca34a1869d10
2018-04-24 11:51:25 -07:00
Spencer Baugh
2dbde855eb pythonPackages.dataclasses: init at 0.5 2018-04-24 18:04:54 +00:00
Pascal Wittmann
d3a5a921fb
Merge pull request #39368 from flokli/sqldeveloper-desktopitem
sqldeveloper: add desktop item
2018-04-24 18:02:33 +02:00
Matthew Justin Bauer
7ebb6212a2
Merge pull request #38805 from timokau/zn_poly-init
zn_poly: init at 0.9
2018-04-24 09:28:27 -05:00
Jan Tojnar
1643713bf3
libhttpseverywhere: 0.8.2 → 0.8.3 2018-04-24 13:30:57 +02:00
Peter Simons
94295e3cee R: update CRAN and BIOC package sets 2018-04-24 09:19:38 +02:00
Robert Schütz
a0a1e5e105
Merge pull request #39381 from timokau/glpk-gmp
glpk: Add gmp support
2018-04-24 09:10:39 +02:00
Michael Raskin
473fe34144
Merge pull request #39391 from timokau/ecl-boehmgc
ecl: Use boehmgc
2018-04-24 06:07:15 +00:00
Robert Schütz
f2ad8b295c
Merge pull request #38802 from timokau/rankdwidth-init
rankwidth: init at 0.7
2018-04-24 01:01:17 +02:00
Robert Schütz
7a82fcfefa python.pkgs.faulthandler: 3.0 -> 3.1 2018-04-24 00:55:30 +02:00
Robert Schütz
1aaab715e4
Merge pull request #39195 from teto/vdirsyncer
[RDY] Vdirsyncer update
2018-04-24 00:52:41 +02:00
Daiderd Jordan
f220f1874b
Merge pull request #39393 from LnL7/oniguruma-darwin
oniguruma: remove darwin install_name patch
2018-04-24 00:47:20 +02:00