Commit Graph

153462 Commits

Author SHA1 Message Date
Andreas Rammhold
f5c63cbb54
Merge pull request #57018 from andir/davix
davix: 0.6.4 -> 0.7.2
2019-03-18 18:54:03 +01:00
Tor Hedin Brønner
4a75888544 meld: fix checkPhase
Needs some more inputs after checkInputs went native.

(cherry picked from commit 99fac0a967e76ef85303f16a051208627995703b)
2019-03-18 18:52:42 +01:00
Jörg Thalheim
d9fc44e721
Merge pull request #57821 from illegalprime/fix/highlight-cross
highlight: use $CXX instead of c++ to build
2019-03-18 17:49:48 +00:00
Will Dietz
7785df3b90
Merge pull request #57495 from r-ryantm/auto-update/udisks
udisks: 2.8.1 -> 2.8.2
2019-03-18 12:49:29 -05:00
Will Dietz
3ff71fcc8b
Merge pull request #57784 from dtzWill/fix/ghc-musl-strdup
ghc{822,863}Binary: fix to work w/musl again, __strdup -> strdup
2019-03-18 12:44:08 -05:00
0x4A6F
2c330e1382
tayga: init at 0.9.2 2019-03-18 17:42:41 +00:00
Daniel Frank
9d95c9d78f PuTTY: 0.70 -> 0.71 2019-03-18 18:24:45 +01:00
Andreas Rammhold
94d9400b4d
firefox-esr-60: 60.5.2esr -> 60.6.0.esr 2019-03-18 17:27:29 +01:00
Sarah Brofeldt
379ff387f4 pythonPackages.secretstorage: 3.1.0 -> 3.1.1 (#57857) 2019-03-18 17:25:07 +01:00
Andreas Rammhold
a1cd934ba3
firefox-bin: 65.0.2 -> 66.0 2019-03-18 17:18:46 +01:00
Andreas Rammhold
dafe9c3cb0
firefox: 65.0.2 -> 66.0 2019-03-18 17:18:44 +01:00
Andreas Rammhold
d64d42f12d
firefox: support building firefox 66 (and 60.6+) 2019-03-18 17:18:42 +01:00
Andreas Rammhold
b6fff67587
rust-cbindgen: add andir (myself) as maintainer 2019-03-18 17:18:40 +01:00
Andreas Rammhold
f10d6564ea
rust-cbindgen: 0.6.7 -> 0.8.0 2019-03-18 17:18:38 +01:00
Robert Schütz
8f115c02a5 bonfire: use pytest_3
Otherwise, tests fail with
> Failed: [pytest] section in setup.cfg files is no longer supported, change to [tool:pytest] instead.
2019-03-18 16:56:54 +01:00
Sarah Brofeldt
1222e289b5
Merge pull request #57284 from srhb/jl-monadfail-patch
jl: Patch to work with MonadFail GHC 8.6 change
2019-03-18 16:48:53 +01:00
Will Dietz
f9b1a1955b python3Packages.PyChromecast: 2.5.2 -> 3.0.0 (#57843) 2019-03-18 16:09:51 +01:00
Robert Schütz
72e0be2fb7 python3.pkgs.pycaption: fix build 2019-03-18 16:08:49 +01:00
Robert Schütz
ea7885fd7a python.pkgs.mysqlclient: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182
fixes https://github.com/NixOS/nixpkgs/issues/57263
2019-03-18 15:57:11 +01: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
worldofpeace
c94f6f22d8
Merge pull request #57840 from worldofpeace/colord/bump
colord: 1.4.2 -> 1.4.4
2019-03-18 09:25:37 -04:00
Robert Schütz
9b202b6f3d abcm2ps: 8.14.3 -> 8.14.4 2019-03-18 14:03:26 +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
aszlig
4c1ddb3a57
qemu: Apply interim fix for overlayfs + O_NOATIME
Our VM tests and everything related to our virtualisation infrastructure
is currently broken if used with kernel 4.19 or later.

The reason for this is that since 4.19, overlayfs uses the O_NOATIME
flag when opening files in lowerdir and this doesn't play nice with the
way we pass the Nix store to our QEMU guests.

On a NixOS system, paths in the Nix store are typically owned by root
but the QEMU process is usually run by an ordinary user. Using O_NOATIME
on a file where you're not the owner (or superuser) will return with
EPERM (Operation not permitted).

This is exactly what happens in our VM tests, because we're using
overlayfs in the guests to allow writes to the store.

Another implication of this is that the default kernel version for NixOS
19.03 has been reverted to Linux 4.14.

Work on getting this upstream is still ongoing and the patch I posted
previously was incomplete, needs rework and also some more review from
upstream maintainers - in summary: This will take a while.

So instead of rushing in a kernel patch to nixpkgs, which will affect
all users of overlayfs, not just NixOS VM tests, I opted to patch QEMU
for now to ignore the O_NOATIME flag in 9p.

I think this is also the least impacting change, because even if you
care about whether access times are written or not, you get the same
behaviour as with Linux 4.19 in conjunction with QEMU.

Signed-off-by: aszlig <aszlig@nix.build>
Fixes: https://github.com/NixOS/nixpkgs/issues/54509
2019-03-18 13:34:30 +01:00
worldofpeace
5c106fe8ec colord: 1.4.2 -> 1.4.4
* multiple outputs
* enable all docs
* installed tests

https://github.com/hughsie/colord/blob/1.4.3/NEWS
https://github.com/hughsie/colord/blob/1.4.4/NEWS
2019-03-18 08:05:42 -04:00
Jörg Thalheim
b16f32acd4
Merge pull request #57822 from illegalprime/nmap-optional-lua
nmap: lua scripting support is optional
2019-03-18 10:10:31 +00: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
Vincent Laporte
f23e6ec166 coqPackages.contribs.containers: enable for Coq 8.9 2019-03-18 10:25:58 +01:00
Florian Franzen
b76e608ecc waybar: init at 0.4.0 2019-03-18 09:56:26 +01:00
Vincent Laporte
2923bd5d06 coqPackages.coq-simple-io: 0.2 -> 1.0.0
coqPackages.QuickChick: 1.0.2 -> 20190311
2019-03-18 09:52:01 +01:00
Александр Бантьев
bcc8494e2c kanshi: init at 2019-02-02 2019-03-18 11:38:30 +03:00
Will Dietz
93e3eecdb3 ghc*Binary: use $OBJCOPY when invoking objcopy (touchup musl fix) 2019-03-18 02:00:39 -05:00
Vincent Laporte
9af5a9a595
dune: 1.6.2 -> 1.8.2 2019-03-18 04:43:01 +00:00
Vincent Laporte
ff43f0a7b5 ocamlPackages.ocp-index: 1.1.8 -> 1.1.9 2019-03-18 05:39:11 +01:00
Peter Hoeg
b0a571b54a
Merge pull request #55105 from peterhoeg/u/mpw
mpw: point upgrade and minor cleanups
2019-03-18 12:26:33 +08:00
Peter Hoeg
31e4f1dbf6 mpw: point upgrade and minor cleanups 2019-03-18 11:56:58 +08: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
Will Dietz
d3760f1c7a udisks2: touchup and adjust deps for new version 2019-03-17 22:13:51 -05:00
Domen Kožar
4c6be1f00c
cachix: use synced, upstream haskell packages 2019-03-18 10:11:27 +07:00
Lily Ballard
11cdd00138 ffsend: init at 0.2.36 2019-03-17 18:52:25 -07:00
Ryan Mulligan
d4559c372d
Merge pull request #57466 from r-ryantm/auto-update/python3.7-xcffib
python37Packages.xcffib: 0.6.0 -> 0.7.0
2019-03-17 18:01:57 -07:00
Robert Hensing
b3c0c2e989
Merge pull request #57829 from roberth/vscode-haskell
vscode-extensions.{language-haskell,hie-server}: init
2019-03-18 01:33:09 +01:00
José Luis Lafuente
c5c31ef91a clojure: 1.10.411 -> 1.10.442 (#57788) 2019-03-18 00:13:11 +01:00
José Romildo Malaquias
b76f320c7e zuki-themes 3.30-1 -> 3.32-1 (#57802) 2019-03-18 00:10:35 +01:00
Robert Hensing
a45031aa73 ngrok-2: 2.2.8 -> 2.3.18 2019-03-17 23:57:44 +01:00
José Romildo Malaquias
a8eb2d9df4 plano-theme: 3.30-3 -> 3.32-1 (#57801) 2019-03-17 23:23:06 +01:00
José Romildo Malaquias
711a57d502 emacs-all-the-icons-fonts: 3.1.1 -> 3.2.0 (#57644) 2019-03-17 23:20:54 +01:00
Troels Henriksen
27f7cf2cad futhark: only wrap the 'futhark' executable
Newer versions of Futhark only care about this executable, and the
others are thin wrappers that will go away in a future version.
2019-03-17 22:51:20 +01:00
Александр Бантьев
0958787ca4 kanshi: init at 2019-02-02 2019-03-18 00:47:38 +03:00
worldofpeace
d630716229 pythonPackages.rabbitypy: nitpicks 2019-03-17 17:46:39 -04:00
Josef Kemetmüller
2016b37495 pythonPackages.rabbitpy: Fix build 2019-03-17 17:44:36 -04:00
Robert Hensing
340e21473f vscode-extensions.alanz.vscode-hie-server: init at 0.0.25 2019-03-17 21:01:26 +01:00
Robert Hensing
2864f5a967 vscode-extensions.justusadam.language-haskell: init at 2.5.0 2019-03-17 21:01:23 +01:00
Vladyslav M
1a2c78b420
Merge pull request #57828 from marsam/update-lsd
lsd: 0.13.0 -> 0.14.0
2019-03-17 21:48:16 +02:00
Ryan Mulligan
3669ef0976
Merge pull request #57311 from r-ryantm/auto-update/lxtask
lxtask: 0.1.8 -> 0.1.9
2019-03-17 12:28:15 -07:00
Michael Eden
6a4364fdf1 devmem2: use $CC instead of cc to build 2019-03-17 20:23:45 +01:00
Vladyslav M
078687526e miniflux: 2.0.14 -> 2.0.15 using buildGoModule (#57813) 2019-03-17 12:21:17 -07:00
Mario Rodas
949f811576
lsd: 0.13.0 -> 0.14.0 2019-03-17 14:20:03 -05:00
Artemis Tosini
2f6da091ce factorio: experimental 0.17.12 → 0.17.14 (#57763) 2019-03-17 13:49:31 -04:00
markuskowa
2451207304
Merge pull request #57206 from r-ryantm/auto-update/armadillo
armadillo: 9.200.7 -> 9.200.8
2019-03-17 18:27:07 +01:00
gnidorah
9586811030 adlplug: 1.0.0-beta.5 -> 1.0.0 (#57744) 2019-03-17 13:21:31 -04:00
Silvan Mosberger
1784621e0c
Merge pull request #57731 from ar1a/obs-23
obs-studio: 22.0.3 -> 23.0.2
2019-03-17 17:42:36 +01:00
Jan Tojnar
a92a1ae908
firefox-esr-52: remove updateScript
This is dead package so let’s remove the updateScript which does not evaluate anyway.
2019-03-17 17:39:20 +01:00
Silvan Mosberger
f3a06cc5da
Merge pull request #57799 from romildo/upd.materia-theme
materia-theme: 20190201 ->20190315
2019-03-17 17:34:02 +01:00
Vladyslav M
832eb2559d buildGoModule: Allow pname attribute (#57787) 2019-03-17 09:29:20 -07:00
Alyssa Ross
ad0d1ff6fd
makeDBusConfig: don't allow substitutions
This is rebuilt virtually every time a NixOS module is enabled or
disabled, so I don't think it makes sense to have it substituted.
It gets in the way of trivial config changes when I would otherwise be
able to rebuild my system entirely offline.
2019-03-17 16:04:08 +00:00
Robert Schütz
36cbb7c45e texworks: 0.6.2 -> 0.6.3 2019-03-17 16:28:22 +01: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
Robert Schütz
b1454f587e python.pkgs.agate-excel: 0.2.2 -> 0.2.3 2019-03-17 16:11:02 +01:00
Timo Kaufmann
11c3040ec9
Merge pull request #57798 from timokau/spotify-improvements
Spotify improvements
2019-03-17 15:01:27 +00:00
José Romildo Malaquias
cd7a9f8fb5 materia-theme: 20190201 ->20190315 2019-03-17 11:48:36 -03:00
Timo Kaufmann
b54478ce2b
vimPlugins: update (#57796) 2019-03-17 14:46:48 +00:00
Timo Kaufmann
5fc5881221
sage: backport bugfix (#57794) 2019-03-17 14:36:01 +00:00
Timo Kaufmann
8fc3c033cb
pynac: 0.7.23 -> 0.7.24 (#57791)
Apparently some python3 related fixes: https://trac.sagemath.org/ticket/27241

Also switch to using pname.
2019-03-17 14:35:28 +00:00
Timo Kaufmann
bc96e2f43b spotify: link useful resources
Unfortunately, spotify tends to break on updates.
2019-03-17 15:32:44 +01:00
Timo Kaufmann
51a798389f spotify: add timokau as a maintainer
Did a significant refactor (debian sources -> snapcraft) and I'm
interested in this package.
2019-03-17 15:32:19 +01: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
markuskowa
889e0bf512
Merge pull request #57314 from r-ryantm/auto-update/mapnik
mapnik: 3.0.21 -> 3.0.22
2019-03-17 14:50:45 +01:00
Ryan Mulligan
4979238e80
Merge pull request #57399 from r-ryantm/auto-update/python3.7-django-cors-headers
python37Packages.django-cors-headers: 2.4.0 -> 2.5.0
2019-03-17 06:31:37 -07:00
markuskowa
4c268dcabc
Merge pull request #57501 from r-ryantm/auto-update/wavebox
wavebox: 4.7.1 -> 4.7.3
2019-03-17 12:05:59 +01:00
markuskowa
9889339451
Merge pull request #57701 from r-ryantm/auto-update/aj-snapshot
aj-snapshot: 0.9.8 -> 0.9.9
2019-03-17 11:59:32 +01:00
Alyssa Ross
46026e8247
Merge commit 'refs/pull/57762/head' of https://github.com/NixOS/nixpkgs into master 2019-03-17 10:56:46 +00:00
markuskowa
ba3313cb6c
Merge pull request #57509 from r-ryantm/auto-update/x42-plugins
x42-plugins: 20190105 -> 20190206
2019-03-17 11:53:19 +01:00
Will Dietz
9a10434f4d ghc{822,863}Binary: fix to work w/musl again, __strdup -> strdup 2019-03-17 05:23:11 -05:00
Bjørn Forsman
83d56298aa lcov: 1.13 -> 1.14
No need to set BIN_DIR, MAN_DIR anymore, but have to set LCOV_PERL_PATH
now.
2019-03-17 11:04:02 +01:00
Peter Simons
3447973b9b xmonad-extras: drop obsolete override 2019-03-17 09:43:14 +01:00
Peter Simons
7c04e3eb75 haskell-arbtt: add build products into $PATH for the check phase
Fixes https://github.com/NixOS/nixpkgs/pull/57585.
2019-03-17 09:43:14 +01:00
Christoph Neidahl
4708d3f84b hardinfo: fix not finding libc 2019-03-17 09:22:59 +01:00
Peter Simons
e98e4d21fa hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.2-3-gea0f0ca from Hackage revision
83ddbaad89.
2019-03-17 09:21:20 +01:00
Michael Peyton Jones
387c513d12 generic Haskell builder: don't copy packages from GHC
In order to build the package databases that we will use when compiling
a Haskell package, we iterate over the relevant dependencies, and if
they contain a package db, we copy its contents over.

So far so good, except when one of those dependencies is GHC. This
doesn't happen ordinarily, but it will happen when we construct the
package database for compiling `Setup.hs`.  This is compiled for the
build architecture, so we get the build deps, including both the native
and the cross GHC (if there is one).

In this case, we end up copying the packages from the GHC's package
database. This is at best unnecessary, since we will get those packages
from the GHC when we compile with it.

At worst, however, this is semantically questionable. We can end up
having multiple copies of e.g. Cabal with the same version, but
(potentially) different contents. At the moment, GHC will expose one of
these at semi-random depending on which one it looks at "first".
However, there is a MR open [in
GHC](https://gitlab.haskell.org/ghc/ghc/merge_requests/545) which as a
side effect will instead expose both, leading to ambiguous module
warnings (which is not unreasonable, since it *is* ambiguous).

So what can we do about it? The simplest solution is just to not copy
the package databases from GHC. GHC is special in this regard, so I
think it's okay to treat it specially.

This PR should have no effect on anything now, but will prevent any
breakage when/if the GHC patch lands.

Closes https://github.com/NixOS/nixpkgs/pull/57706.
2019-03-17 09:21:20 +01:00
Will Dietz
4f7a762d6b
Merge pull request #57761 from dtzWill/update/radiotray-ng-0.2.5
radiotray-ng: 0.2.4 -> 0.2.5
2019-03-17 01:49:15 -05:00
Will Dietz
8fcb8b5e3a radiotray-ng: disable tests on aarch64, not sure why but failure 2019-03-17 01:03:32 -05: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
worldofpeace
0125544e2a bamf: add wrapGAppsHook 2019-03-16 23:10:23 -04: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
Vladyslav M
b9ebc84f8d yarn: 1.14.0 -> 1.15.2 (#57727) 2019-03-17 00:32:18 +01:00
xeji
88ffb73636
Merge pull request #57411 from srhb/mitmproxy-wsproto-update
mitmproxy: wsproto and pytest fixes
2019-03-17 00:12:38 +01:00
xeji
0d88ab89dc
Merge pull request #57753 from NixOS/update-homebank
homebank: 5.2.2 -> 5.2.3
2019-03-17 00:03:46 +01:00
François-René Rideau
4b00757206 qiv: 2.3.1 -> 2.3.2 (#57729) 2019-03-16 23:58:58 +01:00
dywedir
bca34cfd6e
wmfocus: 1.0.2 -> 1.1.2 2019-03-17 00:53:10 +02:00
Sarah Brofeldt
44b5166f91
Merge pull request #57760 from LinArcX/jcal
jcal: init at 0.4.1
2019-03-16 22:35:48 +01:00
Timo Kaufmann
e6fc8c7ac3
Merge pull request #57764 from timokau/pyzmq-upgrade
python.pkgs.pyzmq: 17.1.3 -> 18.0.1, disable flaky test
2019-03-16 21:22:44 +00:00
linarcx
c3e17e7d76 jcal: init at 0.4.1 2019-03-17 00:42:40 +03:30
Vladyslav M
db4f3b1744
Merge pull request #57678 from dtzWill/update/ibm-plex-1.3.0
ibm-plex: 1.2.3 -> 1.3.0
2019-03-16 22:35:59 +02:00
Michael Eden
e532d292d7 nmap: lua scripting support is optional 2019-03-16 16:35:12 -04:00
Michael Eden
3947d2e966 highlight: use $CXX instead of c++ to build 2019-03-16 16:31:08 -04:00
Michael Eden
70d56f381f tree: use $CC instead of cc to build 2019-03-16 16:30:37 -04:00
Michael Eden
39e0e0754f mg: use build system pkg-config 2019-03-16 16:27:04 -04:00
Peter Simons
26073f4a8d vaultenv: disable broken build
(cherry picked from commit 3642a3a69ccd92ce5baa3fcf48580f8e4a9e5753)
2019-03-16 20:31:23 +01:00
Peter Simons
c333861954 hedgewars: disable broken build
(cherry picked from commit 7a1432f0f1210bf4437cf24201de552e35b9b298)
2019-03-16 20:31:23 +01:00
Peter Simons
bdd4e11278 haskell-pandoc: update overrides for the new 2.7.1 version
(cherry picked from commit 96c7ea5f6d1b9d41afcdcac1b156813013a5d04d)
2019-03-16 20:31:23 +01:00
Peter Simons
b514a6d351 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.2-3-gea0f0ca from Hackage revision
faa5a059ee.
2019-03-16 20:31:23 +01:00
Peter Simons
2df9351953 LTS Haskell 13.13
(cherry picked from commit fee2f975ecd5a478f5a4fc60b4d6aaa53696e19e)
2019-03-16 20:30:58 +01:00
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
Timo Kaufmann
4f2d842a98 python.pkgs.pyzmq: disable flaky test
Recently failed on staging.
2019-03-16 19:46:04 +01:00
Timo Kaufmann
92ed05be3b python.pkgs.pyzmq: 17.1.3 -> 18.0.1 2019-03-16 19:46:04 +01:00
Sarah Brofeldt
106db715f9
Merge pull request #57756 from marsam/update-brakeman
brakeman: 4.4.0 -> 4.5.0
2019-03-16 19:31:49 +01:00
Sarah Brofeldt
6d9649528c
Merge pull request #55002 from clacke/racket-gl
racket: add libGL and libGLU to libPath
2019-03-16 19:27:50 +01:00
Mario Rodas
342773c78c
ruby_2_6: 2.6.1 -> 2.6.2 2019-03-16 12:41:28 -05:00
Mario Rodas
cadc359a0a
ruby_2_5: 2.5.3 -> 2.5.5 2019-03-16 12:40:51 -05:00
Will Dietz
c397b016f5 radiotray-ng: 0.2.4 -> 0.2.5
patch to use provided gtest/gmock, fix+enable tests
2019-03-16 12:40:50 -05:00
Mario Rodas
69d80d7d21
ruby: update RVM patchsets 2019-03-16 12:36:22 -05:00
Mario Rodas
ad219bcbc6
brakeman: 4.4.0 -> 4.5.0 2019-03-16 12:20:30 -05:00
Izorkin
36bb87a7c3 unit: 1.7.1 -> 1.8.0 2019-03-16 19:55:00 +03:00
Izorkin
42a99b1be2 nixos/unit: init service unit 2019-03-16 19:54:21 +03:00
Dmitry Kalinkin
7669144a27
texlive: add veprbl to maintainers
cc #56797
2019-03-16 12:04:04 -04:00
Sarah Brofeldt
271ce3f79e
Merge pull request #57592 from samueldr/solaar/update
solaar: 2018-02-02 -> 2019-01-30 + udev rules inclusion
2019-03-16 17:02:28 +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
Ryan Mulligan
3419fe6e5d
Merge pull request #57329 from r-ryantm/auto-update/ncpamixer
ncpamixer: 1.3 -> 1.3.3
2019-03-16 08:11:21 -07:00
Pascal Wittmann
27201851d6
homebank: 5.2.2 -> 5.2.3 2019-03-16 14:57:52 +01:00
Mario Rodas
fef17b195a
odyssey: init at 2019-03-12 2019-03-16 07:59:32 -05:00
Michael Weiss
da1a2b1eea
tdesktopPackages.preview: 1.5.17 -> 1.5.18 2019-03-16 13:48:55 +01:00
Peter Simons
17c62c98d3
Merge pull request #57587 from erictapen/hakyll-pandoc-bump
haskellPackages.hakyll: bump pandoc dependency to 2.7
2019-03-16 13:47:33 +01:00
Mario Rodas
3039cfcfde
shadowsocks-rust: init at 1.7.0 2019-03-16 07:35:08 -05:00
Joachim Breitner
c1eeb8f3ab Import cross-compilation patch for clock
taken form https://github.com/input-output-hk/iohk-nix/blob/master/patches/clock-0.7.2.patch
2019-03-16 11:32:39 +01:00
xeji
0610d30e5b
Merge pull request #57735 from Ma27/rm-activator-attribute
activator: remove attribute name
2019-03-16 11:01:19 +01:00
Robert Schütz
f7156588b2 python.pkgs.PyICU: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2019-03-16 09:50:29 +01:00
CrazedProgrammer
bc9d5b7bef wf-recorder: init at unstable-2019-03-12 2019-03-16 08:52:50 +01:00
Cedric Cellier
e1fb3b5d3e junkie: fix src sha256
No idea how ever built. TIL about nix-prefetch-url.
2019-03-16 03:48:02 +01:00
Samuel Dionne-Riel
17a2e7329b
Merge pull request #57719 from r-ryantm/auto-update/dbeaver-ce
dbeaver: 5.3.5 -> 6.0.0
2019-03-15 21:36:17 -04: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
qolii
8d1270f9c3 linux_hardkernel_4_14: 4.14.94-155 -> 4.14.102-156 (#57082) 2019-03-16 00:01:39 +01:00
Eric Bailey
78091dffcb kops: 1.11.0 -> 1.11.1 (#57079) 2019-03-15 23:56:53 +01:00
xeji
b18d76628a
Merge pull request #57451 from r-ryantm/auto-update/python3.7-QtAwesome
python37Packages.qtawesome: 0.5.6 -> 0.5.7
2019-03-15 23:45:15 +01:00
xeji
a2a6a21b9c
Merge pull request #57725 from dywedir/broot
broot: 0.7.1 -> 0.7.2
2019-03-15 23:36:25 +01:00
R. RyanTM
734341104c python37Packages.radio_beam: 0.2 -> 0.3.1 (#57450)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-radio_beam/versions
2019-03-15 23:29:49 +01:00
R. RyanTM
99f9563830 ocamlPackages.resource-pooling: 0.5.2 -> 0.6 (#55237)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-resource-pooling/versions
2019-03-15 23:27:24 +01:00
R. RyanTM
49b9040354 hyperscan: 5.0.0 -> 5.1.0 (#55303)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hyperscan/versions
2019-03-15 23:17:15 +01:00
R. RyanTM
92e89815be acpica-tools: 20190108 -> 20190215 (#56581)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/acpica-tools/versions
2019-03-15 23:12:47 +01:00
R. RyanTM
7de7c5972e cb2bib: 1.9.9 -> 2.0.0 (#55907)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cb2bib/versions
2019-03-15 23:11:23 +01:00
R. RyanTM
2e53b1ddaf darktable: 2.6.0 -> 2.6.1 (#57224)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/darktable/versions
2019-03-15 23:10:28 +01:00
xeji
d1589cdd37
Merge pull request #56614 from r-ryantm/auto-update/closure-compiler
closurecompiler: 20190121 -> 20190215
2019-03-15 23:08:19 +01:00
Franz Pletz
eec84d5e84
Merge pull request #57534 from elseym/wireguard-tools
wireguard-tools: 0.0.20190123 -> 0.0.20190227
2019-03-15 22:01:37 +00:00
Vladyslav M
92f96b51d1
Merge pull request #57516 from r-ryantm/auto-update/yara
yara: 3.8.1 -> 3.9.0
2019-03-15 23:49:05 +02:00
Robert Schütz
0866dd09e9
Merge pull request #57705 from terlar/add-python-package-google-auth-oauthlib
pythonPackages.google-auth-oauthlib: init at 0.2.0
2019-03-15 22:47:18 +01:00
Maximilian Bosch
2c3ab523d3
linuxPackages.wireguard: fix build
Ensure that only module-related targets from the project's Makefile are
built.

Co-authored-by: elseym <elseym@me.com>
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2019-03-15 22:45:14 +01:00
dywedir
bfde6ffd26
broot: 0.7.1 -> 0.7.2 2019-03-15 23:38:44 +02:00
Robert Schütz
8c594fc8b3 python.pkgs.ordered-set: fix build 2019-03-15 22:28:37 +01:00
Terje Larsen
44fcb4aa13
pythonPackages.google-auth-oauthlib: init at 0.2.0
Fix #57022
2019-03-15 22:26:53 +01:00
xeji
4c2e0637c7
Merge pull request #56713 from r-ryantm/auto-update/josm
josm: 14620 -> 14760
2019-03-15 22:24:15 +01:00
xeji
a2187b452a
Merge pull request #57718 from Ma27/fix-mycli
mycli: patch tests
2019-03-15 22:13:31 +01:00
Robert Schütz
790b92739d python.pkgs.robotframework-tools: fix build, mark as broken on Python 3 2019-03-15 22:12:47 +01:00
Robert Schütz
b5ddc8f377 python.pkgs.moretools: fix build 2019-03-15 22:12:47 +01:00
Robert Schütz
8eee646d96 python.pkgs.zetup: fix build 2019-03-15 22:12:47 +01:00
Edmund Wu
2c6876d81b vscode: 1.32.2 -> 1.32.3 (#57720) 2019-03-15 22:09:20 +01:00
R. RyanTM
c93a56c09f hyperrogue: 10.5a -> 10.5e (#56700)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hyperrogue/versions
2019-03-15 22:00:01 +01:00
R. RyanTM
a2c49a7f13 thrift: 0.11.0 -> 0.12.0 (#53509)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/thrift/versions
2019-03-15 21:52:49 +01:00
R. RyanTM
d7288572ae dbeaver: 5.3.5 -> 6.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dbeaver-ce/versions
2019-03-15 13:51:55 -07:00
Orivej Desh
caa5ad4327 xxHash: 0.6.5 -> 0.7.0 2019-03-15 20:32:16 +00:00
R. RyanTM
1dbf1e4e27 cadvisor: 0.32.0 -> 0.33.0 (#56606)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cadvisor/versions
2019-03-15 21:20:35 +01:00
Maximilian Bosch
69c21be86e
mycli: patch tests
Similar to f3c66bb31e. Due to invalid
datatypes a lot of the tests broke.

The patch is based on an upstream PR[1], but had to be modified in order
to apply on v1.19.0.

See also https://hydra.nixos.org/build/90119741
Addresses #56826

[1] https://github.com/dbcli/mycli/pull/711
2019-03-15 21:08:10 +01:00
R. RyanTM
0c32653a61 python37Packages.keepkey: 4.0.2 -> 6.0.2 (#55202)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-keepkey/versions
2019-03-15 20:58:32 +01:00
Stephen
a14a7d958f labelimg: fix build (#57714)
for #56826 see https://hydra.nixos.org/build/90477186/nixlog/2
2019-03-15 20:50:03 +01:00
R. RyanTM
566d0aedd9 yarn: 1.13.0 -> 1.14.0 (#55135)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yarn/versions
2019-03-15 20:48:32 +01:00
R. RyanTM
aa018b57f2 sigal: 1.4.1 -> 2.0 (#55155)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sigal/versions
2019-03-15 20:43:43 +01:00
R. RyanTM
6815e3c72e quassel: 0.13.0 -> 0.13.1 (#57475)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/quassel-kf5/versions
2019-03-15 20:37:39 +01:00
R. RyanTM
1670e35e2d postgresqlPackages.pgroonga: 2.1.7 -> 2.1.8 (#54746)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgroonga/versions
2019-03-15 20:36:40 +01:00
R. RyanTM
e3b0d61bcd postsrsd: 1.4 -> 1.5 (#54128)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postsrsd/versions
2019-03-15 20:32:23 +01:00
Matthew Bauer
d3dd0875ed
Merge pull request #56226 from marsam/nodejs-install-npm-manpages
nodejs: Install npm manpages
2019-03-15 15:32:10 -04:00
Matthew Bauer
6d52e26818
Merge pull request #56792 from timor/libdwarf-dwarfdump-zlib
libdwarf: add zlib to buildInputs
2019-03-15 15:28:47 -04:00
Maximilian Bosch
3042cdc267
Merge pull request #57707 from r-ryantm/auto-update/avidemux
avidemux: 2.7.1 -> 2.7.2
2019-03-15 20:24:40 +01:00
jacereda
412a25e74b nodejs: fix gyp errors when building scuttlebot on Darwin (#57632)
* nodejs: fix gyp errors when building scuttlebot

* nodejs-slim: fix build on Darwin
2019-03-15 15:23:50 -04:00
R. RyanTM
611266a356 qtractor: 0.9.4 -> 0.9.5 (#57473)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qtractor/versions
2019-03-15 20:22:40 +01:00
Robert Schütz
12d625f119 google-music-scripts: 3.0.0 -> 4.0.1 2019-03-15 20:17:45 +01:00
Robert Schütz
b1ad192bf9 python3.pkgs.google-music-utils: 2.0.0 -> 2.1.0 2019-03-15 20:17:45 +01:00
Robert Schütz
f06bec0e65 python3.pkgs.google-music: fix build 2019-03-15 20:17:45 +01:00
Robert Schütz
2f3edc1736 python3.pkgs.audio-metadata: fix build 2019-03-15 20:17:45 +01:00
Robert Schütz
7b045cd31b python.pkgs.click-default-group: use pytest_3 2019-03-15 20:17:45 +01:00
Vincent Laporte
fc32780cdf coqPackages.coq-ext-lib: 0.10.0 -> 0.10.1 2019-03-15 18:45:01 +01:00
R. RyanTM
f8ed501111 avidemux: 2.7.1 -> 2.7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/avidemux/versions
2019-03-15 10:41:44 -07:00
Pavol Rusnak
79bc844161 trezord: 2.0.25 -> 2.0.26 (#57698) 2019-03-15 18:33:08 +01:00
Adam Finn Tulinius
d835df0cbf ipxe: 20180220 -> 20190310 (#57582) 2019-03-15 18:27:39 +01:00
Stephen
7251fc2d45 bitcoinarmory: fix build (#57674)
for #56826 see https://hydra.nixos.org/build/90482597/nixlog/2
2019-03-15 18:11:44 +01:00
R. RyanTM
c5ea58030f latte-dock: 0.8.5 -> 0.8.6 (#56725)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/latte-dock/versions
2019-03-15 18:09:51 +01:00
R. RyanTM
154e614f10 klavaro: 3.03 -> 3.04 (#56721)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/klavaro/versions
2019-03-15 18:09:18 +01:00
Robert Schütz
614e30a30a xlsx2csv: use python3 and toPythonApplication 2019-03-15 18:06:58 +01:00