Commit graph

42788 commits

Author SHA1 Message Date
Will Dietz bb7e9e46a0
Merge pull request #57970 from dtzWill/update/llvm8
llvmPackages_8: rc5 -> 8.0.0 release!
2019-03-20 23:56:46 -05:00
Will Dietz 0a97ce5f56 llvm-polly/clang-polly: use latest llvm 2019-03-20 23:37:16 -05:00
Alyssa Ross 0cd7f32a4c
Merge pull request #54627 from FlorianFranzen/waybar
waybar: init at 0.4.0
2019-03-20 23:38:04 +00:00
Carles Pagès d918001898 duckmarines: fix build
Actually updated to 1.0c. Prevent hydra from building it.
2019-03-20 23:05:37 +01:00
Graham Christensen 5c9b1c3a48
Merge pull request #57927 from justinwoo/purescript-binary
purescript: fix purescript derivation using easy-purescript-nix
2019-03-20 11:48:04 -05:00
Will Dietz eb62028ed4 llvmPackages_8: add top-level attributes 2019-03-20 09:58:38 -05:00
Graham Christensen fb39447028
purescript: inline properties used from pkgs
Co-Authored-By: justinwoo <moomoowoo@gmail.com>
2019-03-20 15:50:16 +02:00
Dmitry Kalinkin 399061d3e4 pythonPackages.fastparquet: init at 0.2.1 (#56027) 2019-03-20 12:45:58 +01:00
justinwoo ee1e16453f purescript: inline referenced derivation 2019-03-20 10:20:05 +02:00
justinwoo 0810c406b7 purescript: fix purescript derivation using easy-purescript-nix
For the past couple of years, there has continued to be problems with having the PureScript compiler on nixpkgs building from Haskell packages it is not built against in its actual development and release. We have seen this issue come up multiple times here on nixpkgs, but this also causes numerous issues to be filed against the PureScript compiler repository. One example of an exchange that has occurred multiple times in the past: https://github.com/NixOS/nixpkgs/issues/53597 https://github.com/purescript/purescript/issues/3571. As noted, the PureScript compiler is not on Stackage because it is not meant to be used as a library, and it does not update itself to the latest LTS and cut releases to match LTS releases.

Instead, I have begun maintaining my own derivation for the PureScript compiler (among other tools) in a small project here: https://github.com/justinwoo/easy-purescript-nix. Within are other reference and derivations for other tools commonly used in the PureScript ecosystem, updated to their respective newest releases. These derivations use the same releases that other Linux and OSX users use, along with the standard application of patchELF to provide for runtime dependencies such as zlib, gmp, and ncurses5. These derivations are now used by a variety of NixOS, non-NixOS Linux, and OSX users.

This commit then consumes the easy-purescript-nix derivation for the PureScript compiler and provides it in all-packages for consumption.
2019-03-20 00:36:55 +02:00
Daiderd Jordan 373488e6f4
Merge pull request #57868 from Kaali/coreaudio-sox
Add CoreAudio to sox on macOS
2019-03-19 19:11:13 +01:00
Jörg Thalheim 5e888d1854
Merge pull request #57896 from dotlambda/asyncio-remove
python.pkgs.asyncio: remove
2019-03-19 10:55:37 +00:00
Robert Schütz 180c68d88a
python.pkgs.cairocffi: make withXcffib work again (#57855) 2019-03-19 10:20:05 +01:00
Robert Schütz a4a61777e8 python.pkgs.asyncio: remove
> This version is only relevant for Python 3.3,
> which does not include asyncio in its stdlib.
We don't ship 3.3 anymore.
2019-03-19 10:11:23 +01:00
Cedric Cellier 913e33897c ocaml-syslog: init at 1.5 2019-03-19 09:31:12 +01:00
Aleksey Kladov c5c886f091 jumpapp: init at 1.0 (#57893) 2019-03-19 10:20:21 +02:00
Dmitry Kalinkin 631ec69639
Merge pull request #57048 from 0x4A6F/master-tayga
tayga: init at 0.9.2
2019-03-18 21:28:43 -04:00
aszlig 7c3311d152
lastwatch: Remove no longer maintained package
I no longer use nor do I maintain this package upstream and with the
current version of pylast moving to Python 3, this package is hereby
obsolete as I'm not willing to port this to Python 3.

Signed-off-by: aszlig <aszlig@nix.build>
2019-03-19 02:14:11 +01:00
aszlig 12efcc2dee
Merge overlayfs fix, LTS kernel bump and test
In Linux 4.19 there has been a major rework of the overlayfs
implementation and it now opens files in lowerdir with O_NOATIME, which
in turn caused issues in our VM tests because the process owner of QEMU
doesn't match the file owner of the lowerdir.

The crux here is that 9p propagates the O_NOATIME flag to the host and
the guest kernel has no way of verifying whether that flag will lead to
any problems beforehand.

There is ongoing work to possibly fix this in the kernel, but it will
take a while until there is a working patch and consensus.

So in order to bring our default kernel back to 4.19 and of course make
it possible to run newer kernels in VM tests, I'm merging a small QEMU
patch as an interim solution, which we can drop once we have a working
fix in the next round of stable kernels.

Now we already had Linux 4.19 set as the default kernel, but that was
subsequently reverted in 048c36ccaa
because the patch we have used was the revert of the commit I bisected a
while ago.

This patch broke overlayfs in other ways, so I'm also merging in a VM
test by @bachp, which only tests whether overlayfs is working, just to
be on the safe side that something like this won't happen in the future.

Even though this change could be considered a moderate mass-rebuild at
least for GNU/Linux, I'm merging this to master, mainly to give us some
time to get it into the current 19.03 release branch (and subsequent
testing window) once we got no new breaking builds from Hydra.

Cc: @samueldr, @lheckemann

Fixes: https://github.com/NixOS/nixpkgs/issues/54509
Fixes: https://github.com/NixOS/nixpkgs/issues/48828
Merges: https://github.com/NixOS/nixpkgs/pull/57641
Merges: https://github.com/NixOS/nixpkgs/pull/54508
2019-03-19 00:15:51 +01:00
Michael Raskin 92a950cc8d
Merge pull request #57776 from lilyball/ffsend
ffsend: init at 0.2.36
2019-03-18 19:44:03 +00:00
Väinö Järvelä 3cc74c3a7c Add CoreAudio to sox on macOS
Otherwise no audio devices are available for recording and playback on
macOS.
2019-03-18 20:17:40 +02:00
0x4A6F 2c330e1382
tayga: init at 0.9.2 2019-03-18 17:42:41 +00:00
Robert Schütz 8ec6905aae
Merge pull request #57745 from dotlambda/csvkit-no-library
csvkit: move out of pythonPackages
2019-03-18 15:49:47 +01:00
aszlig 9a395a45aa
linuxPackages: 4.14 -> 4.19
This reverts commit 048c36ccaa.

With the patch applied for fixing the overlayfs bug in QEMU, there
really shouldn't stand anything in our way to use 4.19 as the default
kernel.

Signed-off-by: aszlig <aszlig@nix.build>
2019-03-18 13:53:51 +01:00
Jörg Thalheim 63279e2ce2
Merge pull request #57834 from balsoft/kanshi-init
kanshi: init at 2019-02-02
2019-03-18 09:59:18 +00:00
Florian Franzen b76e608ecc waybar: init at 0.4.0 2019-03-18 09:56:26 +01:00
Peter Hoeg 7691d57cd2
Merge pull request #57777 from peterhoeg/p/broadlink-cli
broadlink-cli: init at 0.9
2019-03-18 11:31:42 +08:00
Peter Hoeg 017f0e8043
Merge pull request #56334 from peterhoeg/u/shairplay
shairplay: 2016-01-01 -> 2018-08-24 and add avahi-compat convenience derivation
2019-03-18 11:29:38 +08:00
Peter Hoeg e913308b11
Merge pull request #55870 from peterhoeg/f/zm
zoneminder: add some of the missing ONVIF dependencies
2019-03-18 11:29:04 +08:00
Lily Ballard 11cdd00138 ffsend: init at 0.2.36 2019-03-17 18:52:25 -07:00
Александр Бантьев 0958787ca4 kanshi: init at 2019-02-02 2019-03-18 00:47:38 +03:00
Robert Schütz 5e39aa231a csvkit: move out of pythonPackages
From https://csvkit.readthedocs.io/en/1.0.3/index.html:
> csvkit is a suite of *command-line tools* for [...]
2019-03-17 16:11:14 +01:00
Timo Kaufmann 11c3040ec9
Merge pull request #57798 from timokau/spotify-improvements
Spotify improvements
2019-03-17 15:01:27 +00:00
Timo Kaufmann 4be712b9e1 spotify: update ffmpeg version
Needed for spotify 1.1.x. The update itself is blocked on alsa issues:
https://community.spotify.com/t5/Desktop-Linux/spotify-client-1-1-0-98-78-gb45d2a6b-10-from-Ubuntu-package/td-p/4675676
https://community.spotify.com/t5/Desktop-Linux/1-0-98-1-1-0-Crash-when-using-ALSA/td-p/4680398
2019-03-17 15:31:06 +01:00
Will Dietz e37f63daaf
Merge pull request #57540 from dtzWill/update/sqlite-replication-and-dqlite
dqlite,sqlite-replication,lxd: updates!
2019-03-17 00:48:18 -05:00
Peter Hoeg 9bc372ee04 broadlink-cli: init at 0.9 2019-03-17 13:21:41 +08:00
Ryan Mulligan 5d5c24be36
Merge pull request #57576 from marsam/init-odyssey
odyssey: init at 2019-03-12
2019-03-16 20:00:07 -07:00
linarcx c3e17e7d76 jcal: init at 0.4.1 2019-03-17 00:42:40 +03:30
Peter Simons 93e4a90502 ghc: switch our default compiler to version 8.6.4
Also, drop obsolete 8.6.x minor releases 8.6.1, 8.6.2, and 8.6.3.

(cherry picked from commit 7fde42b8ebddbd673342b98d9d7c892a0c521583)
2019-03-16 20:30:58 +01:00
Vladyslav M 33e9fa2367
Merge pull request #56622 from marsam/init-shadowsocks-rust
shadowsocks-rust: init at 1.7.0
2019-03-16 17:43:27 +02:00
Ryan Mulligan 96e4072057
Merge pull request #57662 from CrazedProgrammer/wf-recorder
wf-recorder: init at unstable-2019-03-12
2019-03-16 08:40:39 -07:00
Mario Rodas fef17b195a
odyssey: init at 2019-03-12 2019-03-16 07:59:32 -05:00
Mario Rodas 3039cfcfde
shadowsocks-rust: init at 1.7.0 2019-03-16 07:35:08 -05:00
CrazedProgrammer bc9d5b7bef wf-recorder: init at unstable-2019-03-12 2019-03-16 08:52:50 +01:00
Maximilian Bosch 4929ee7421
activator: remove attribute name
Back in 2017 I removed the `activator` package (see 25a3563102)
as it reached its end of life. Almost 2 years later everyone
shouldn't reference to this (not evaluating) path anymore
and hence can be removed.
2019-03-16 02:05:24 +01:00
Terje Larsen 44fcb4aa13
pythonPackages.google-auth-oauthlib: init at 0.2.0
Fix #57022
2019-03-15 22:26:53 +01:00
Robert Schütz 614e30a30a xlsx2csv: use python3 and toPythonApplication 2019-03-15 18:06:58 +01:00
Robert Schütz d50fe701af
Merge pull request #55711 from smaret/aplpy
pythonPackages.aplpy: init at 2.0.3
2019-03-15 16:36:03 +01:00
Silvan Mosberger b81e42ec79
Merge pull request #57510 from rixed/junkie
junkie: init at 2.8.0
2019-03-15 16:31:27 +01:00
Sébastien Maret 16fbffa6df
pythonPackages.aplpy: init at 2.0.3 2019-03-15 14:42:01 +01:00