Commit Graph

130026 Commits

Author SHA1 Message Date
Daiderd Jordan
4eb70fbd22
vim-youcompleteme: 2018-06-20 -> 2018-07-24 2018-07-24 21:56:47 +02:00
Frederik Rietdijk
6275a31f33
Merge pull request #43859 from Hodapp87/appleseed_190b_fix_python
appleseed: Fix non-executable items and Python bindings
2018-07-24 21:54:02 +02:00
Daiderd Jordan
7dde18891f
ycmd: 2018-06-14 -> 2018-07-24
Also added missing parso library, this caused issues with the python
semantic completion (and possibly others)
2018-07-24 21:53:58 +02:00
Domen Kožar
4c0cc62d29
cachix: build on supported platforms 2018-07-24 20:05:14 +01:00
Frederik Rietdijk
010ebe1276
Merge pull request #43996 from samueldr/update/refind-0.11.3
refind: 0.11.2 -> 0.11.3
2018-07-24 20:50:44 +02:00
Frederik Rietdijk
f2252a4394
Merge pull request #44027 from timokau/zeromq-4.2.5
zeromq: 4.2.3 -> 4.2.5
2018-07-24 20:50:00 +02:00
Ryan Mulligan
e7be6e0d00 arena: fix more evaluation blockers 2018-07-24 10:00:12 -07:00
Ryan Mulligan
bc52706a04 arena: fix evaluation blocking typo 2018-07-24 09:35:10 -07:00
Peter Simons
006e298107 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.10.1-16-gf144800 from Hackage revision
8dc53de6a2.
2018-07-24 17:15:56 +02:00
Peter Simons
17784ef3d6 LTS Haskell 12.2 2018-07-24 17:15:26 +02:00
Frederik Rietdijk
099c13da1b Merge staging-next into master (#44009)
* substitute(): --subst-var was silently coercing to "" if the variable does not exist.

* libffi: simplify using `checkInputs`

* pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix

* utillinux: 2.32 -> 2.32.1

https://lkml.org/lkml/2018/7/16/532

* busybox: 1.29.0 -> 1.29.1

* bind: 9.12.1-P2 -> 9.12.2

https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html

* curl: 7.60.0 -> 7.61.0

* gvfs: make tests run, but disable

* ilmbase: disable tests on i686. Spooky!

* mdds: fix tests

* git: disable checks as tests are run in installcheck

* ruby: disable tests

* libcommuni: disable checks as tests are run in installcheck

* librdf: make tests run, but disable

* neon, neon_0_29: make tests run, but disable

* pciutils: 3.6.0 -> 3.6.1

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions.

* mesa: more include fixes

mostly from void-linux (thanks!)

* npth: 1.5 -> 1.6

minor bump

* boost167: Add lockfree next_prior patch

* stdenv: cleanup darwin bootstrapping

Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.

* Revert "pciutils: use standardized equivalent for canonicalize_file_name"

This reverts commit f8db20fb3a.
Patching should no longer be needed with 3.6.1.

* binutils-wrapper: Try to avoid adding unnecessary -L flags

(cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9)
Signed-off-by: Domen Kožar <domen@dev.si>

* libffi: don't check on darwin

libffi usages in stdenv broken darwin. We need to disable doCheck for that case.

* "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook

* python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273

When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.

* parity-ui: fix after merge

* python.pkgs.pytest-flake8: disable test, fix build

* Revert "meson: 0.46.1 -> 0.47.0"

With meson 0.47.0 (or 0.47.1, or git)
things are very wrong re:rpath handling
resulting in at best missing libs but
even corrupt binaries :(.

When we run patchelf it masks the problem
by removing obviously busted paths.
Which is probably why this wasn't noticed immediately.

Unfortunately the binary already
has a long series of paths scribbled
in a space intended for a much smaller string;
in my testing it was something like
lengths were 67 with 300+ written to it.

I think we've reported the relevant issues upstream,
but unfortunately it appears our patches
are what introduces the overwrite/corruption
(by no longer being correct in what they assume)

This doesn't look so bad to fix but it's
not something I can spend more time on
at the moment.

--

Interestingly the overwritten string data
(because it is scribbled past the bounds)
remains in the binary and is why we're suddenly
seeing unexpected references in various builds
-- notably this is is the reason we're
seeing the "extra-utils" breakage
that entirely crippled NixOS on master
(and probably on staging before?).

Fixes #43650.

This reverts commit 305ac4dade.

(cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-24 15:04:48 +01:00
Peter Simons
373541234a stockfish: update to version 9 2018-07-24 15:52:00 +02:00
Peter Simons
2c72d70970 arena: package initial version 1.1 of the Chess GUI 2018-07-24 15:40:58 +02:00
lewo
c5f1eea023
Merge pull request #43664 from nlewo/pr-go-x
goBuildPackage: Add -x to the go build command if NIX_DEBUG >= 1
2018-07-24 14:24:55 +02:00
Tuomas Tynkkynen
cc700ad55b php: libtidy -> html-tidy
https://nix-cache.s3.amazonaws.com/log/i8221imxr8cimkycd7vglyi62an1qirv-nixpkgs-tarball-18.09pre146984.f99f42c4736.drv
2018-07-24 14:30:00 +03:00
Kamil Chmielewski
7e8b7be2a0 ponyc: 0.24.0 -> 0.24.2 2018-07-24 13:24:28 +02:00
Jörg Thalheim
79925f1b2a
Merge pull request #44041 from eadwu/polybar/3.2.0
polybar: 3.1.0 -> 3.2.0
2018-07-24 07:09:32 -04:00
Jörg Thalheim
a587aab8cd
Merge pull request #44032 from andir/networkmanager-vpnc
networkmanager-vpnc: 1.2.4 -> 1.2.6
2018-07-24 06:18:31 -04:00
Jörg Thalheim
1ebf90b9fb
Merge pull request #44043 from ljli/vscode-fix
vscode: fix keymapping.node rpath
2018-07-24 05:54:53 -04:00
Jörg Thalheim
14a481f26b
Merge pull request #44020 from Mic92/black
python3.pkgs.black: 18.4a0 -> 18.6b4
2018-07-24 05:52:30 -04:00
Matthew Stewart
18f517fbd6 Enable new dtags in a way that works with binutils 2.30.
In 3027bca, binutils was upgraded from 2.28.1 to 2.30. However, in 2.30,
the ldmain.c file within binutils, which the nixpkgs new-dtags.patch
file is meant to modify, was changed in such a way that the patch no
longer works. As a result, the new dtags are not actually enabled, and
binaries are built with RPATH set instead of RUNPATH, thereby preventing
LD_LIBRARY_PATH from overriding this built-in path. This change corrects
this. The patch file is no longer necessary because binutils's ldmain.c
now sets link_info.new_dtags based on the configuration flags.

This was probably not noticed immediately because, when the derivation
is built with nix-build, the fixupPhase runs patchelf --shrink-rpath.
patchelf converts any RPATH in the binary into RUNPATH (unless
--force-rpath is specified).  Of course, if the binary is built without
nix-build (such as in a nix-shell), this never occurs, and any RPATH in
the binary is left in place.
2018-07-24 11:09:36 +03:00
lewo
f99f42c473
Merge pull request #44042 from flokli/træfik-1.6.5
traefik: 1.6.2 -> 1.6.5
2018-07-24 10:05:24 +02:00
Michael Hoang
4fac5ea60c minicom: Add macOS support 2018-07-24 17:25:28 +10:00
Leon Isenberg
6bf5dfc874 vscode: fix keymapping.node rpath 2018-07-24 03:04:36 +02:00
Florian Klink
d70c04fc9e traefik: 1.6.2 -> 1.6.5 2018-07-24 03:00:58 +02:00
Jack Kelly
b2be524e30 haskellPackages.blank-canvas: Move fixes to configuration-common.nix 2018-07-24 10:32:00 +10:00
Bas van Dijk
f30bfcd623 doctest-discover: move override out of configuration-nix.nix
and move it to configuration-common.nix where it belongs.
configuration-nix.nix is only for fixing build failures
due to Nix.
2018-07-24 01:42:43 +02:00
Bas van Dijk
3d4ea59f20
Merge pull request #43959 from endgame/dontCheck-doctest-discover
haskellPackages.doctest-discover: Disable tests
2018-07-24 01:24:19 +02:00
Matthew Bauer
4639d55562
Merge pull request #43870 from nh2/static-krb5-openssl-flags
Optional static libraries for krb5 and openssl
2018-07-23 17:31:24 -04:00
Edmund Wu
149b42d8ee
polybar: 3.1.0 -> 3.2.0
Adds support for internal/pulseaudio
2018-07-23 17:06:44 -04:00
Andreas Rammhold
f4f8cb5b22 networkmanager-vpnc: 1.2.4 -> 1.2.6
fixes CVE-2018-10900
2018-07-23 22:44:34 +02:00
Jörg Thalheim
b414694b4c
Merge pull request #43987 from risicle/ris-cf-cli-6-37-0
cloudfoundry-cli: 6.36.1 -> 6.37.0
2018-07-23 21:20:57 +01:00
Jörg Thalheim
12abb6fb5c
Merge pull request #44019 from thefloweringash/rubocop-0.58.1
rubocop: 0.55.0 -> 0.58.1
2018-07-23 21:17:36 +01:00
John Ericson
611eefb067
Merge pull request #44025 from obsidiansystems/stdenv-deps-typo
mkDerivation: depsHostBuild -> depsHostHost
2018-07-23 16:09:21 -04:00
Wael M. Nasreddine
928c93ea7b perkeep: 20170505 -> 0.10.1
Also rewrite the derivation to use buildGoPackage
2018-07-23 13:04:35 -07:00
Timo Kaufmann
f5581b74d2 zeromq: 4.2.3 -> 4.2.5 2018-07-23 21:58:10 +02:00
John Ericson
ce2637c97a mkDerivation: depsHostBuild -> depsHostHost
`depsHostBuild` is not a thing, would never be a thing per the rules,
and isn't used anywhere. This is just my typo, hitherto unnoticed
because "host -> host" dependencies are by far the most obscure form.
2018-07-23 15:22:48 -04:00
Pascal Wittmann
535a835678
parallel: 20180622 -> 20180722 2018-07-23 20:36:35 +02:00
Jörg Thalheim
272f02415c python3.pkgs.black: 18.4a0 -> 18.6b4 2018-07-23 17:40:20 +01:00
Matthew Bauer
f03238525c
Merge pull request #43596 from Kmeakin/runelite
runelite: init at 1.6.0
2018-07-23 12:25:38 -04:00
Matthew Bauer
ca766205ff
Merge pull request #31849 from elitak/tidySupport
php: tidySupport option
2018-07-23 12:25:15 -04:00
Matthew Bauer
6d880d2d5b
Merge pull request #42149 from timjrd/openspace-rebase
openspace: init at 0.11.1
2018-07-23 11:38:06 -04:00
Andrew Childs
4a629f56b6 rubocop: 0.55.0 -> 0.58.1 2018-07-24 00:25:05 +09:00
Jörg Thalheim
92d576e04b
Merge pull request #43962 from dywedir/rustup
rustup: 1.11.0 -> 1.13.0
2018-07-23 16:07:56 +01:00
Matthew Bauer
856743f117
Merge pull request #43700 from oxij/tree/more-test-fixes
treewide: more fixes to tests
2018-07-23 11:05:09 -04:00
Matthew Bauer
406914934d
Merge pull request #43711 from angerman/feature/ghc-gmp
Feature/ghc gmp
2018-07-23 11:01:56 -04:00
Jörg Thalheim
2cc445c444
Merge pull request #44013 from ciil/jira-update
atlassian-jira: 7.9.2 -> 7.11.0
2018-07-23 15:59:01 +01:00
Frederik Rietdijk
309cfde81c
Merge pull request #44014 from jluttine/salmon-3.0.2
pythonPackages.salmon-mail: 3.0.1 -> 3.0.2
2018-07-23 16:13:36 +02:00
Jaakko Luttinen
33f3745b45
pythonPackages.salmon-mail: 3.0.1 -> 3.0.2 2018-07-23 17:07:48 +03:00
Fatih Altinok
721fc43047
flow: 0.76.0 -> 0.77.0 2018-07-23 14:01:50 +00:00
Fatih Altinok
8d03816ed0
ocamlPackages.ppx_gen_rec: init at 1.0.0 2018-07-23 14:01:50 +00:00
Jörg Thalheim
b80c56ed90
Merge pull request #44011 from mkaito/fix-tor
tor: fix failing Hydra build
2018-07-23 15:01:00 +01:00
Jörg Thalheim
09e111bd4b
Merge pull request #44012 from ckauhaus/vulnix-1.7.1
vulnix: 1.7 -> 1.7.1
2018-07-23 14:59:47 +01:00
Simon Lackerbauer
2799d11eb0
atlassian-jira: 7.9.2 -> 7.11.0 2018-07-23 15:58:04 +02:00
Michishige Kaito
f66ad737a4 tor: fix failing Hydra build 2018-07-23 14:54:32 +01:00
Christian Kauhaus
881ea26382 vulnix: 1.7 -> 1.7.1
Closes NixOS/nixpkgs#43999
2018-07-23 15:39:37 +02:00
Thomas Tuegel
0015c34f9c
Merge pull request #44007 from ttuegel/emacs-packages-2018-07-22
Emacs package updates
2018-07-23 08:35:11 -05:00
Michael Raskin
ef4d546554
Merge pull request #43853 from timokau/singular-4.1.1p1
singular: 4.1.1p1 -> 4.1.1p2
2018-07-23 13:20:39 +00:00
Jörg Thalheim
2f25e085d0
Merge pull request #44006 from alyssais/patch-4
gotop: works on non-Linux Unixes
2018-07-23 13:53:12 +01:00
Jörg Thalheim
66afbde94e
Merge pull request #44008 from dtzWill/update/tig-2.4.0
tig: 2.3.3 -> 2.4.0
2018-07-23 13:51:06 +01:00
Domen Kožar
cbb50b8188
haskellPackages.servant-streaming-server: dontCheck 2018-07-23 13:19:09 +01:00
Will Dietz
90764df235 tig: 2.3.3 -> 2.4.0
https://github.com/jonas/tig/releases/tag/tig-2.4.0
2018-07-23 07:15:26 -05:00
Thomas Tuegel
648911fee3
melpa-packages: Fix evaluation 2018-07-23 06:51:51 -05:00
Thomas Tuegel
7131e353e6
melpaBuild: use Emacs package names to satisfy package-build
package-build expects the recipe file name to match the Emacs package
name. `melpaBuild` takes an extra argument `ename` for the Emacs package
name (default: `pname`, the Nix package name) which is used to name the recipe
file.

Fixes: #43893
See also: #43609
2018-07-23 06:51:51 -05:00
Thomas Tuegel
095e2f961f
elpa-packages: Fix evaluation 2018-07-23 06:51:51 -05:00
Thomas Tuegel
a0762a4eee
org-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Thomas Tuegel
56df454a07
elpa-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Thomas Tuegel
8ecdc02f95
melpa-stable-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Thomas Tuegel
707010ef23
melpa-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Alyssa Ross
20070b4ba0
gotop: works on non-Linux Unixes
From the README:

> Working and tested on Linux and OSX, with Windows support being worked
> on.
2018-07-23 11:45:28 +00:00
Jaka Hudoklin
34abb79686
Merge pull request #43657 from nlewo/pr-go-shellhook
buildGoPackage: add shellHook attribute
2018-07-23 13:33:56 +02:00
Jörg Thalheim
b894b7478b alacritty: 2018-05-09 -> 2018-07-20 2018-07-23 11:35:40 +01:00
Jörg Thalheim
90951bc1d7
Merge pull request #43957 from danieldk/gitea-1.4.3
gitea: 1.4.2 -> 1.4.3
2018-07-23 11:30:31 +01:00
Timo Kaufmann
024c23503c singular: 4.1.1p1 -> 4.1.1p2 2018-07-23 12:17:25 +02:00
Jörg Thalheim
102eb1fd29
Merge pull request #43995 from kalbasit/fix-neovim-unwrapped
neovim: fix the xsel path in the clipboard runtime provider
2018-07-23 10:52:34 +01:00
Jörg Thalheim
b39960bb60
Merge pull request #44000 from Synthetica9/circleci-cli-010
circleci-cli: 2018-05-12 -> 0.1.0
2018-07-23 10:49:09 +01:00
Frederik Rietdijk
3afce33daa python.pkgs.pytest-flake8: disable test, fix build 2018-07-23 10:01:25 +02:00
adisbladis
607ae1df1b
emacsPackagesNg.elpaPackages: Don't pass fetchurl to elpa.nix
This fixes evaluation error of elpa packages.
2018-07-23 15:38:20 +08:00
adisbladis
35e7485847
firefox-beta-bin: 62.0b8 -> 62.0b10 2018-07-23 15:28:47 +08:00
adisbladis
653e439ce4
firefox-devedition-bin: 62.0b8 -> 62.0b10 2018-07-23 15:28:39 +08:00
Vincent Laporte
6ca8f06b5b ocaml-4.07: 4.07.0+rc1 -> 4.07.0 2018-07-23 07:24:25 +00:00
Dmitry Kalinkin
d4d5f8eced mupdf: fix on darwin 2018-07-23 06:14:11 +00:00
Samuel Dionne-Riel
0702fbd88e refind: 0.11.2 -> 0.11.3 2018-07-23 00:39:34 -04:00
Wael M. Nasreddine
5c7c2be709 neovim: fix the xsel path in the clipboard runtime provider 2018-07-22 21:32:16 -07:00
Matthew Bauer
cd91d1ad9f setup.sh: add HOST_PATH
HOST_PATH contains the path of the host package. This will include the
packages listed in buildInputs & depsHostHost. Use this to find
runtime commands that the host needs.

For instance to find the runtime version of perl,

$ PATH="$HOST_PATH" command -v perl
/nix/store/...-perl-5.28.0-aarch64-unknown-linux-android/bin/perl

This path should not be executed directly (it will break for cross
compilation). Only use it to find the location of executables that
will be run by your host system. Your build tools will, as always, be
available on the default PATH.
2018-07-22 23:14:49 -04:00
Tim Steinbach
83be1d081b
linux: 4.18-rc5 -> 4.18-rc6 2018-07-22 22:43:14 -04:00
Tim Steinbach
f89e07dd24
linux: 4.17.8 -> 4.17.9 2018-07-22 22:42:54 -04:00
Tim Steinbach
bbf1770e40
linux: 4.14.56 -> 4.14.57 2018-07-22 22:42:37 -04:00
Tim Steinbach
486f37cf5b
linux: 4.9.113 -> 4.9.114 2018-07-22 22:42:24 -04:00
Tim Steinbach
05b0bdb309
linux: 4.4.142 -> 4.4.143 2018-07-22 22:42:13 -04:00
Robert Scott
e017ce0839 cloudfoundry-cli: 6.36.1 -> 6.37.0
upstream seems to have added new make build system - adapt to use that
2018-07-22 23:53:33 +01:00
Vladyslav Mykhailichenko
c931b8609b rustup: 1.11.0 -> 1.13.0 2018-07-22 23:45:59 +03:00
Frederik Rietdijk
18d0ed20e8 fix eval 2018-07-22 22:22:26 +02:00
Lluís Batlle i Rossell
36701d4af7 Openssl in coreutils makes *sum programs much faster.
sha256sum, md5sum, etc.
2018-07-22 22:02:13 +02:00
Lluís Batlle i Rossell
66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Vladyslav Mykhailichenko
21ab38976d mpv: 0.28.2 -> 0.29.0 2018-07-22 22:25:33 +03:00
R. RyanTM
61f7f22833 jsonnet: 0.10.0 -> 0.11.2 (#43938)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jsonnet/versions.
2018-07-22 15:22:57 -04:00
Benjamin Staffin
815ae70556
gitFull: build libsecret credential helper (#43616)
...except on Darwin, where it won't be useful.
2018-07-22 15:20:37 -04:00
Peter Simons
4ea202d328 hackage-packages.nix: avoid broken reference to libudev 2018-07-22 21:08:42 +02:00
Peter Simons
810c3e31b3
Merge pull request #43970 from LumiGuide/tensorflow-haskell-improvements
haskell: fix build of all tensorflow packages
2018-07-22 20:25:20 +02:00
Bas van Dijk
0ac253da1c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.10.1-8-gd90c8cc from Hackage revision
f98093ee9f.
2018-07-22 17:45:01 +02:00
Pascal Wittmann
828bb68c20
barcode: add license
see issue #43716
2018-07-22 17:38:28 +02:00
Pascal Wittmann
7ec7b32e23
banshee: add license
see issue #43716
2018-07-22 17:36:53 +02:00
Pascal Wittmann
65740cfb31
banshee: add homepage 2018-07-22 17:36:19 +02:00
Pascal Wittmann
1ba7fa72e7
axis2: add license
see issue #43716
2018-07-22 17:35:01 +02:00
Pascal Wittmann
0967f617e2
axel: add license
see issue #43716
2018-07-22 17:33:09 +02:00
Pascal Wittmann
03dd8aabf9
auctex: add license
see issue #43716
2018-07-22 17:30:15 +02:00
Pascal Wittmann
2cf5305cfb
atool: add license
see issue #43716
2018-07-22 17:27:11 +02:00
Pascal Wittmann
758038a4e0
amsn: add license
see issue #43716
2018-07-22 17:24:10 +02:00
Pascal Wittmann
e3523b4ef1
alock: add license
see issue #43716
2018-07-22 17:20:32 +02:00
Pascal Wittmann
04cc4cf1e7
aalib: add license
see issue #43716
2018-07-22 17:17:37 +02:00
Pascal Wittmann
a0f1175bcf
a52dec: add license
see issue #43716
2018-07-22 17:15:46 +02:00
Pascal Wittmann
4c9d8d4c3f
xmoto: add license
see issue #43716
2018-07-22 17:09:02 +02:00
Frederik Rietdijk
27af1633a4 fix eval
broken by dac43da8da
cc @pSub
2018-07-22 17:05:00 +02:00
Pascal Wittmann
11ae720974
xrestop: add license
see issue #43716
2018-07-22 17:01:46 +02:00
Pascal Wittmann
7cda3b3042
xurls: add license
see issue #43716
2018-07-22 16:57:28 +02:00
Pascal Wittmann
1fc0e6f056
xwiimote: add license
see issue #43716
2018-07-22 16:56:08 +02:00
Pascal Wittmann
13a288dcee
yad: add license
see issue #43716
2018-07-22 16:54:01 +02:00
Frederik Rietdijk
1d3881c45c python: prometheus_client: 0.2.0 -> 0.3.0 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
0d18e3c02e python: progressbar: 2.3 -> 2.5 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
2d9a06904c python: preshed: 1.0.0 -> 1.0.1 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
341908bb85 python: plotly: 2.7.0 -> 3.1.0 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
c13d800b2c python: plaster_pastedeploy: 0.5 -> 0.6 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
f0a0672040 python: pip: 10.0.1 -> 18.0 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
4a41d0fd81 python: Pillow: 5.1.0 -> 5.2.0 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
0724e284c1 python: phonenumbers: 8.9.8 -> 8.9.10 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
4de44d626a python: pbr: 4.0.4 -> 4.1.1 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
561b9221f1 python: parso: 0.2.1 -> 0.3.1 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
7b6a42f3a9 python: paramz: 0.9.1 -> 0.9.2 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
2b3f304bba python: pandas: 0.23.1 -> 0.23.3 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
9691b50b07 python: outcome: 0.1.0a0 -> 0.1.0 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
362f8bfcb0 python: numpy-stl: 2.4.1 -> 2.7.0 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
dc92b5d4fe python: numexpr: 2.6.5 -> 2.6.6 2018-07-22 16:52:46 +02:00
Frederik Rietdijk
8c02abd208 python: numba: 0.38.1 -> 0.39.0 2018-07-22 16:52:46 +02:00
Frederik Rietdijk
06fd9d6a26 python: notebook: 5.5.0 -> 5.6.0 2018-07-22 16:52:46 +02:00
Frederik Rietdijk
6cb00d57ac python: nipype: 1.0.4 -> 1.1.0 2018-07-22 16:52:46 +02:00
Frederik Rietdijk
154c088614 python: ncclient: 0.5.3 -> 0.6.0 2018-07-22 16:52:46 +02:00
Frederik Rietdijk
2bd85b8f61 python: natsort: 5.3.2 -> 5.3.3 2018-07-22 16:52:46 +02:00
Frederik Rietdijk
fae2795c04 python: mysqlclient: 1.3.12 -> 1.3.13 2018-07-22 16:52:46 +02:00
Frederik Rietdijk
7fd77f535f python: mypy: 0.610 -> 0.620 2018-07-22 16:52:45 +02:00
Frederik Rietdijk
73ba0b24fc python: mutagen: 1.40.0 -> 1.41.0 2018-07-22 16:52:45 +02:00
Frederik Rietdijk
e264d92932 python: msgpack-numpy: 0.4.3 -> 0.4.3.1 2018-07-22 16:52:45 +02:00
Frederik Rietdijk
0c38fd329f python: mozterm: 0.1.0 -> 1.0.0 2018-07-22 16:52:45 +02:00
Frederik Rietdijk
a819881bba python: mozlog: 3.7 -> 3.8 2018-07-22 16:52:45 +02:00
Frederik Rietdijk
230e6bb891 python: mozinfo: 0.9 -> 0.10 2018-07-22 16:52:45 +02:00
Frederik Rietdijk
e3ffc1bd47 python: m2r: 0.1.14 -> 0.1.15 2018-07-22 16:52:45 +02:00
Frederik Rietdijk
f245d167c3 python: lxml: 4.2.1 -> 4.2.3 2018-07-22 16:52:44 +02:00
Frederik Rietdijk
4188917eed python: logilab-common: 1.4.1 -> 1.4.2 2018-07-22 16:52:44 +02:00
Frederik Rietdijk
b96df9f2c3 python: llvmlite: 0.23.2 -> 0.24.0 2018-07-22 16:52:44 +02:00
Frederik Rietdijk
44ccbd988c python: libagent: 0.9.8 -> 0.11.3 2018-07-22 16:52:44 +02:00
Frederik Rietdijk
4efd060a5e python: ledgerblue: 0.1.17 -> 0.1.19 2018-07-22 16:52:44 +02:00
Frederik Rietdijk
29acc8339f python: ldappool: 2.2.0 -> 2.3.0 2018-07-22 16:52:44 +02:00
Frederik Rietdijk
460605560e python: keyring: 12.2.1 -> 13.2.1 2018-07-22 16:52:44 +02:00
Frederik Rietdijk
b226232424 python: jupyterlab_launcher: 0.10.5 -> 0.11.2 2018-07-22 16:52:43 +02:00
Frederik Rietdijk
7d4a8626eb python: jsonrpc-websocket: 0.6 -> 1.0.0 2018-07-22 16:52:43 +02:00
Frederik Rietdijk
9acaa99425 python: jsonrpc-base: 1.0 -> 1.0.1 2018-07-22 16:52:43 +02:00
Frederik Rietdijk
a09cc50e95 python: jsonrpc-async: 0.6 -> 1.0.0 2018-07-22 16:52:43 +02:00
Frederik Rietdijk
ed7a618d72 python: joblib: 0.11 -> 0.12.1 2018-07-22 16:52:43 +02:00
Frederik Rietdijk
9148fc876c python: jedi: 0.12.0 -> 0.12.1 2018-07-22 16:52:43 +02:00
Frederik Rietdijk
5060d8b194 python: jdatetime: 2.1.0 -> 2.2.0 2018-07-22 16:52:43 +02:00
Frederik Rietdijk
0585d4be98 python: ipywidgets: 7.2.1 -> 7.3.0 2018-07-22 16:52:42 +02:00
Frederik Rietdijk
63b5053447 python: ipyparallel: 6.2.1 -> 6.2.2 2018-07-22 16:52:42 +02:00
Frederik Rietdijk
c75ddbfeee python: idna-ssl: 1.0.1 -> 1.1.0 2018-07-22 16:52:42 +02:00
Frederik Rietdijk
be13e7804c python: hvac: 0.6.0 -> 0.6.2 2018-07-22 16:52:42 +02:00
Frederik Rietdijk
89a4204af5 python: howdoi: 1.1.7 -> 1.1.13 2018-07-22 16:52:42 +02:00
Frederik Rietdijk
0da1f197f7 python: hdbscan: 0.8.13 -> 0.8.15 2018-07-22 16:52:42 +02:00
Frederik Rietdijk
2ea117a328 python: gunicorn: 19.8.1 -> 19.9.0 2018-07-22 16:52:42 +02:00
Frederik Rietdijk
43e93b8a75 python: gssapi: 1.5.0 -> 1.5.1 2018-07-22 16:52:41 +02:00
Frederik Rietdijk
80c4984a29 python: greenlet: 0.4.13 -> 0.4.14 2018-07-22 16:52:41 +02:00
Frederik Rietdijk
08b6836271 python: google-cloud-speech: 0.34.0 -> 0.35.0 2018-07-22 16:52:41 +02:00
Frederik Rietdijk
018f503ffe python: google-api-python-client: 1.7.3 -> 1.7.4 2018-07-22 16:52:41 +02:00
Frederik Rietdijk
95fdec0a67 python: GooCalendar: 0.3 -> 0.4 2018-07-22 16:52:41 +02:00
Frederik Rietdijk
dd51be2730 python: GitPython: 2.1.9 -> 2.1.11 2018-07-22 16:52:41 +02:00
Frederik Rietdijk
0c96df3472 python: gitdb2: 2.0.3 -> 2.0.4 2018-07-22 16:52:40 +02:00
Frederik Rietdijk
09db10803e python: gevent: 1.3.4 -> 1.3.5 2018-07-22 16:52:40 +02:00
Frederik Rietdijk
f7412e8ba0 python: gensim: 3.4.0 -> 3.5.0 2018-07-22 16:52:40 +02:00
Frederik Rietdijk
b2cf1a2e79 python: Flask-PyMongo: 0.5.2 -> 2.0.1 2018-07-22 16:52:40 +02:00
Frederik Rietdijk
25a6b57b29 python: flake8-import-order: 0.17.1 -> 0.18 2018-07-22 16:52:40 +02:00
Frederik Rietdijk
a188a94ea8 python: Fiona: 1.7.12 -> 1.7.13 2018-07-22 16:52:40 +02:00
Frederik Rietdijk
71c1eccacc python: Faker: 0.8.16 -> 0.8.17 2018-07-22 16:52:39 +02:00
Frederik Rietdijk
e68413917b python: dulwich: 0.19.3 -> 0.19.5 2018-07-22 16:52:39 +02:00
Frederik Rietdijk
228069ef3b python: dropbox: 8.9.0 -> 9.0.0 2018-07-22 16:52:39 +02:00
Frederik Rietdijk
fdfa4bede6 python: dogpile.cache: 0.6.5 -> 0.6.6 2018-07-22 16:52:39 +02:00
Frederik Rietdijk
34538061cb python: docker: 3.4.0 -> 3.4.1 2018-07-22 16:52:39 +02:00
Frederik Rietdijk
0475d9931f python: docker-compose: 1.21.2 -> 1.22.0 2018-07-22 16:52:39 +02:00
Frederik Rietdijk
1650883b96 python: django-sites: 0.9 -> 0.10 2018-07-22 16:52:38 +02:00
Frederik Rietdijk
99b739ecdd python: Django: 2.0.6 -> 2.0.7 2018-07-22 16:52:38 +02:00
Frederik Rietdijk
57ad6be0c4 python: dill: 0.2.8.1 -> 0.2.8.2 2018-07-22 16:52:38 +02:00
Frederik Rietdijk
bb801eebf8 python: deprecation: 2.0.4 -> 2.0.5 2018-07-22 16:52:38 +02:00
Frederik Rietdijk
29e48a2ec3 python: dbf: 0.97.7 -> 0.97.11 2018-07-22 16:52:38 +02:00
Frederik Rietdijk
37ac63d899 python: dask: 0.18.0 -> 0.18.1 2018-07-22 16:52:38 +02:00
Frederik Rietdijk
e6b54fc169 python: cx_Oracle: 6.3.1 -> 6.4.1 2018-07-22 16:52:38 +02:00
Frederik Rietdijk
f3a1a1b8a8 python: cupy: 4.1.0 -> 4.3.0 2018-07-22 16:52:37 +02:00
Frederik Rietdijk
65de56e4ea python: cryptography_vectors: 2.2.2 -> 2.3 2018-07-22 16:52:37 +02:00
Frederik Rietdijk
67031b8719 python: cryptography: 2.2.2 -> 2.3 2018-07-22 16:52:37 +02:00
Frederik Rietdijk
719290d5e2 python: python-consul: 1.0.1 -> 1.1.0 2018-07-22 16:52:37 +02:00
Frederik Rietdijk
68f529a0b3 python: confluent-kafka: 0.11.4 -> 0.11.5 2018-07-22 16:52:37 +02:00
Frederik Rietdijk
58c146e47b python: cmd2: 0.9.1 -> 0.9.3 2018-07-22 16:52:37 +02:00
Frederik Rietdijk
d73d218001 python: click-log: 0.2.1 -> 0.3.2 2018-07-22 16:52:37 +02:00
Frederik Rietdijk
9a9531c453 python: CherryPy: 16.0.2 -> 17.0.0 2018-07-22 16:52:36 +02:00
Frederik Rietdijk
8ad3d8bd49 python: cheroot: 6.3.2 -> 6.3.3 2018-07-22 16:52:36 +02:00
Frederik Rietdijk
e608d3d7de python: chainer: 4.1.0 -> 4.3.0 2018-07-22 16:52:36 +02:00
Frederik Rietdijk
d1660fbc0e python: cement: 2.10.2 -> 2.10.12 2018-07-22 16:52:36 +02:00
Frederik Rietdijk
54b6ac6ec4 python: python-can: 2.1.0 -> 2.2.1 2018-07-22 16:52:36 +02:00
Frederik Rietdijk
22cac57e01 python: buttersink: 0.6.8 -> 0.6.9 2018-07-22 16:52:36 +02:00
Frederik Rietdijk
4e8b0caaf9 python: bumps: 0.7.8 -> 0.7.10 2018-07-22 16:52:36 +02:00
Frederik Rietdijk
1fe6cde733 python: zc.buildout: 2.11.5 -> 2.12.1 2018-07-22 16:52:35 +02:00
Frederik Rietdijk
6da075b6e6 python: botocore: 1.10.57 -> 1.10.62 2018-07-22 16:52:35 +02:00
Frederik Rietdijk
0692580f27 python: biopython: 1.71 -> 1.72 2018-07-22 16:52:35 +02:00
Frederik Rietdijk
7f19f1ea63 python: billiard: 3.5.0.3 -> 3.5.0.4 2018-07-22 16:52:35 +02:00
Frederik Rietdijk
1b2297a60d python: backports.unittest_mock: 1.3 -> 1.4 2018-07-22 16:52:35 +02:00
Frederik Rietdijk
205e1dbdfd python: backports.lzma: 0.0.9 -> 0.0.13 2018-07-22 16:52:35 +02:00
Frederik Rietdijk
000b9ce78d python: aws-xray-sdk: 1.1.1 -> 1.1.2 2018-07-22 16:52:35 +02:00
Frederik Rietdijk
ee895c02d2 python: aws-sam-translator: 1.6.0 -> 1.6.1 2018-07-22 16:52:34 +02:00
Frederik Rietdijk
9bbf565119 python: av: 0.2.4 -> 0.4.1 2018-07-22 16:52:34 +02:00
Frederik Rietdijk
cdf9d66b0d python: astroid: 1.6.5 -> 2.0.1 2018-07-22 16:52:34 +02:00
Frederik Rietdijk
7ac59b6c02 python: astor: 0.6.2 -> 0.7.1 2018-07-22 16:52:34 +02:00
Frederik Rietdijk
b6b291af66 python: Arpeggio: 1.8.0 -> 1.9.0 2018-07-22 16:52:34 +02:00
Frederik Rietdijk
621a29650b python: apipkg: 1.4 -> 1.5 2018-07-22 16:52:34 +02:00
Frederik Rietdijk
b2c657d3be python: alembic: 0.9.10 -> 1.0.0 2018-07-22 16:52:34 +02:00
Frederik Rietdijk
070cba0dc8 python: aioconsole: 0.1.8 -> 0.1.9 2018-07-22 16:52:33 +02:00
Frederik Rietdijk
f48cc618f1 python: adal: 1.0.1 -> 1.0.2 2018-07-22 16:52:33 +02:00
Domen Kožar
40887a6dc6 pipenv: 2018.5.18 -> 2018.7.1
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-22 16:52:33 +02:00
Pascal Wittmann
6739f69af0
yakuake: add license
see issue #43716
2018-07-22 16:51:55 +02:00
Pascal Wittmann
dac43da8da
ympd: add license
see issue #43716
2018-07-22 16:47:13 +02:00
Pascal Wittmann
60365f57f5
zerofree: add license
see issue #43716
2018-07-22 16:44:30 +02:00
Jan Tojnar
f94f861942
haskellPackages.bustle: fix build 2018-07-22 16:43:57 +02:00
Jan Tojnar
5b5a1b3445
haskellPackages.hgettext: jailbreak
https://github.com/haskell-hvr/hgettext/issues/14
2018-07-22 16:43:34 +02:00
Pascal Wittmann
19d850b7f8
zimwriterfs: meta.platforms is a list 2018-07-22 16:39:05 +02:00
Pascal Wittmann
86f64871f1
zimwriterfs: add license
see issue #43716
2018-07-22 16:38:10 +02:00
Bas van Dijk
e60f4eef8d haskell: fix build of all tensorflow packages
* Since this commit changes configuration-hackage2nix.yaml it
  requires a hackage-packages.nix upgrade.

* Moved the tensorflow overrides out of configuration-ghc-8.2.x.nix
  and into the dedicated file configuration-tensorflow-ghc-8.2.x.nix
  for better readability.

* Add overrides for all the packages in the tensorflow-haskell
  repository.
2018-07-22 16:37:51 +02:00
Pascal Wittmann
3cd3922c97
zkfuse: add license
see issue #43716
2018-07-22 16:28:44 +02:00
Patrick Hilhorst
af987c6707
circleci-cli: 2018-05-12 -> 0.1.0 2018-07-22 16:17:34 +02:00
worldofpeace
d106bf9633
lollypop-portal: add version 2018-07-22 06:25:56 -04:00
Frederik Rietdijk
ef802feace parity-ui: fix after merge 2018-07-22 12:13:14 +02:00
Robert Schütz
fb7b8948f4 python.pkgs.sip: 4.19.6 -> 4.19.8 2018-07-22 12:00:03 +02:00
Robert Schütz
130d8035f5 python.pkgs.pyyaml: 3.12 -> 3.13 2018-07-22 12:00:03 +02:00
Frederik Rietdijk
72a8c0feb6 python.pkgs.ghp-import: move to all-packages.nix
because it's an application
2018-07-22 12:00:03 +02:00
Frederik Rietdijk
c5c4880b28 python.pkgs.moreItertools: remove alias, use more-itertools 2018-07-22 12:00:03 +02:00
Frederik Rietdijk
9c4e073e01 python.pkgs.suseapi: move expression 2018-07-22 12:00:03 +02:00
Frederik Rietdijk
c6eaf088a9 python.pkgs.av: move expression 2018-07-22 12:00:03 +02:00
Frederik Rietdijk
a5e1da3df1 python.pkgs.audiotools: move expression 2018-07-22 12:00:03 +02:00
Frederik Rietdijk
865ffc16ce python.pkgs.appnope: move expression 2018-07-22 12:00:03 +02:00
Frederik Rietdijk
5d3f5bb61e parity-ui: fix after merge 2018-07-22 11:51:50 +02:00
Robert Schütz
3a0c4a8bf8
python.pkgs.pyyaml: 3.12 -> 3.13 (#43961) 2018-07-22 11:50:51 +02:00
R. RyanTM
ace66a7aeb autorandr: 1.5 -> 1.6 (#43953) 2018-07-22 09:20:46 +00:00
Vladyslav Mykhailichenko
2c8e87634f gptfdisk: 1.0.3 -> 1.0.4 2018-07-22 09:20:10 +00:00
Franz Pletz
5210a073ad
batman-adv: 2018.1 -> 2018.2 2018-07-22 11:16:22 +02:00
Franz Pletz
dbd7dd757f
alfred: 2018.1 -> 2018.2 2018-07-22 11:16:05 +02:00
Frederik Rietdijk
3209775495 Merge master into staging 2018-07-22 11:14:41 +02:00
Frederik Rietdijk
6c72782d36 Merge staging-next into master 2018-07-22 11:04:28 +02:00
Frederik Rietdijk
610485faa7 python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273
When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.
2018-07-22 09:45:26 +02:00
Frederik Rietdijk
b21994d4ac python.pkgs.z3: provide bindings for z3 package, fixes #42603 2018-07-22 09:18:06 +02:00
Jack Kelly
2dd664140b haskellPackages.doctest-discover: Disable tests
The source package is missing a required file. See:

- https://github.com/karun012/doctest-discover/issues/22
- https://github.com/karun012/doctest-discover/issues/23
2018-07-22 17:08:43 +10:00
Daniël de Kok
8b695a7353 gitea: 1.4.2 -> 1.4.3 2018-07-22 08:59:08 +02:00
Frederik Rietdijk
6467cd4336
Merge pull request #43921 from r-ryantm/auto-update/opencollada
opencollada: 1.6.62 -> 1.6.63
2018-07-22 08:58:12 +02:00
Frederik Rietdijk
f3088832df
Merge pull request #43899 from r-ryantm/auto-update/tla-toolbox
tlaplusToolbox: 1.5.6 -> 1.5.7
2018-07-22 08:44:58 +02:00
Frederik Rietdijk
d4fb8ab296
Merge pull request #43912 from r-ryantm/auto-update/powershell
powershell: 6.0.2 -> 6.0.3
2018-07-22 08:44:38 +02:00
Frederik Rietdijk
5dcb1febac
Merge pull request #43913 from r-ryantm/auto-update/picard-tools
picard-tools: 2.18.9 -> 2.18.10
2018-07-22 08:42:32 +02:00
Frederik Rietdijk
c4557ae2c2
Merge pull request #43914 from r-ryantm/auto-update/peru
peru: 1.1.3 -> 1.1.4
2018-07-22 08:42:16 +02:00
Frederik Rietdijk
cc071ece30
Merge pull request #43918 from r-ryantm/auto-update/pass-import
passExtensions.pass-import: 2.2 -> 2.3
2018-07-22 08:41:46 +02:00
Frederik Rietdijk
ca4a4765ac
Merge pull request #43920 from r-ryantm/auto-update/ola
ola: 0.10.6 -> 0.10.7
2018-07-22 08:41:33 +02:00
Frederik Rietdijk
5c72c7f055
Merge pull request #43922 from r-ryantm/auto-update/owncloud-client
owncloud-client: 2.4.1 -> 2.4.2
2018-07-22 08:40:00 +02:00
Frederik Rietdijk
e3d4ef9c7e
Merge pull request #43925 from r-ryantm/auto-update/neovim-unwrapped
neovim-unwrapped: 0.3.0 -> 0.3.1
2018-07-22 08:37:44 +02:00
Frederik Rietdijk
b141d3f274
Merge pull request #43939 from r-ryantm/auto-update/graylog
graylog: 2.4.5 -> 2.4.6
2018-07-22 08:34:26 +02:00
Frederik Rietdijk
9e9b9014c9
Merge pull request #43947 from joncfoo/update-racer-2.0.14
rustracer: 2.0.12 -> 2.0.14
2018-07-22 08:34:06 +02:00
Frederik Rietdijk
935a54f300
Merge pull request #43940 from r-ryantm/auto-update/gtkwave
gtkwave: 3.3.91 -> 3.3.92
2018-07-22 08:23:25 +02:00
Frederik Rietdijk
35b53f6b40
Merge pull request #43942 from r-ryantm/auto-update/feh
feh: 2.27 -> 2.27.1
2018-07-22 08:22:57 +02:00
Frederik Rietdijk
e4dab5a3da
Merge pull request #43943 from r-ryantm/auto-update/focuswriter
focuswriter: 1.6.14 -> 1.6.15
2018-07-22 08:22:46 +02:00
Frederik Rietdijk
5e09f649c2
Merge pull request #43944 from r-ryantm/auto-update/facter
facter: 3.11.2 -> 3.11.3
2018-07-22 08:22:29 +02:00
Frederik Rietdijk
a87f698c39
Merge pull request #43946 from r-ryantm/auto-update/cutemaze
cutemaze: 1.2.3 -> 1.2.4
2018-07-22 08:22:04 +02:00
Frederik Rietdijk
013e96de0a
Merge pull request #43948 from r-ryantm/auto-update/capstone
capstone: 3.0.4 -> 3.0.5
2018-07-22 08:21:18 +02:00
Frederik Rietdijk
cd8a3d279a
Merge pull request #43949 from r-ryantm/auto-update/acpid
acpid: 2.0.29 -> 2.0.30
2018-07-22 08:21:03 +02:00
Frederik Rietdijk
d4d08c4dba
Merge pull request #43951 from r-ryantm/auto-update/acme.sh
acme-sh: 2.7.8 -> 2.7.9
2018-07-22 08:20:52 +02:00
Frederik Rietdijk
c556f41368
Merge pull request #43952 from r-ryantm/auto-update/batctl
batctl: 2018.1 -> 2018.2
2018-07-22 08:20:41 +02:00
R. RyanTM
58e4b0e545 batctl: 2018.1 -> 2018.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/batctl/versions.
2018-07-21 20:53:21 -07:00
R. RyanTM
3380369f41 acme-sh: 2.7.8 -> 2.7.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acme.sh/versions.
2018-07-21 20:51:27 -07:00
R. RyanTM
7225c2acd0 acpid: 2.0.29 -> 2.0.30
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acpid/versions.
2018-07-21 20:25:39 -07:00
R. RyanTM
d0ad9db017 capstone: 3.0.4 -> 3.0.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/capstone/versions.
2018-07-21 20:12:45 -07:00
R. RyanTM
35425daec2 cutemaze: 1.2.3 -> 1.2.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cutemaze/versions.
2018-07-21 19:48:12 -07:00
Jonathan Curran
979f10f704 rustracer: 2.0.12 -> 2.0.14 2018-07-21 20:47:30 -06:00
R. RyanTM
23deb1a91c closurecompiler: 20180610 -> 20180716
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/closure-compiler/versions.
2018-07-21 19:42:12 -07:00
R. RyanTM
bead12c2f6 facter: 3.11.2 -> 3.11.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/facter/versions.
2018-07-21 19:22:50 -07:00
Matthew Bauer
0d8076b99c Revert "Revert "release: disallow aliases""
This reverts commit d68322504a.
2018-07-21 22:08:53 -04:00
volth
cc55a3ebcb treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
R. RyanTM
7968bf4935 focuswriter: 1.6.14 -> 1.6.15
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/focuswriter/versions.
2018-07-21 18:56:13 -07:00
R. RyanTM
b49dada76c feh: 2.27 -> 2.27.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions.
2018-07-21 18:31:47 -07:00
Jörg Thalheim
b6704130b4
Merge pull request #43897 from Ekleog/todiff-0.6.0
todiff: 0.5.0 -> 0.6.1
2018-07-22 02:24:55 +01:00
Jörg Thalheim
ed73969d6d
Merge pull request #43907 from volth/far2l-2018-07-19
far2l: 2018-02-27 -> 2018-07-19
2018-07-22 02:24:12 +01:00
R. RyanTM
a7a3526f71 gtkwave: 3.3.91 -> 3.3.92
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gtkwave/versions.
2018-07-21 17:57:51 -07:00
R. RyanTM
a651155e49 graylog: 2.4.5 -> 2.4.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/graylog/versions.
2018-07-21 17:47:11 -07:00
R. RyanTM
cd4ed37918 libfilezilla: 0.12.3 -> 0.13.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/libfilezilla/versions.
2018-07-21 15:59:46 -07:00
Ricardo M. Correia
0cf09556eb
why3: 0.88.3 -> 1.0.0 2018-07-21 22:53:44 +00:00
Jan Tojnar
710d4e76dd
Merge pull request #43868 from jtojnar/drop-geoclue1
Drop geoclue1 & geoclue2: 2.4.8 → 2.4.10
2018-07-22 00:41:45 +02:00
Jan Tojnar
d5bb8889e4
Merge pull request #43926 from volth/rm-hicolor-icon-theme
"rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook
2018-07-22 00:16:43 +02:00
volth
983abe10e2 "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook 2018-07-21 21:47:26 +00:00
Matthew Bauer
dc9018dfa2
libffi: don't check on darwin
libffi usages in stdenv broken darwin. We need to disable doCheck for that case.
2018-07-21 17:36:22 -04:00
R. RyanTM
4c1eb7fbe6 neovim-unwrapped: 0.3.0 -> 0.3.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/neovim-unwrapped/versions.
2018-07-21 14:18:00 -07:00
Benjamin Hipple
bc4c0c4f4d pythonPackages.plaid-python: 2.3.0 -> 2.3.3 (#43905) 2018-07-21 23:09:21 +02:00
Vladimír Čunát
bddcd35e1d
Merge #43141: lua-5.3 and lpeg updates 2018-07-21 23:05:44 +02:00
Matthew Bauer
916f096911
Merge pull request #43890 from matthewbauer/mingw-fixes
Mingw fixes
2018-07-21 17:04:20 -04:00
Matthew Bauer
b98b4eac71 tests: add some cross tests 2018-07-21 17:00:05 -04:00
Matthew Bauer
09fed91ec8 file: build on windows 2018-07-21 17:00:05 -04:00
Matthew Bauer
53cb8dc09e windows.libgnurx: init 2018-07-21 17:00:05 -04:00
Matthew Bauer
522b61a069 openssl: work with mingw32 2018-07-21 17:00:05 -04:00
Matthew Bauer
3530c39b97 ncurses: add windows configure flags
these two flags are needed for windows support to work

- sp-funcs
- term-driver
2018-07-21 17:00:05 -04:00
R. RyanTM
0e0f49438e owncloud-client: 2.4.1 -> 2.4.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/owncloud-client/versions.
2018-07-21 13:44:41 -07:00
Daiderd Jordan
d3cc05e607
Merge pull request #43561 from LnL7/darwin-llvm-boot
stdenv: cleanup darwin bootstrapping
2018-07-21 22:37:17 +02:00
R. RyanTM
7f6ebfe84d opencollada: 1.6.62 -> 1.6.63
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/opencollada/versions.
2018-07-21 13:32:42 -07:00
Tuomas Tynkkynen
24596d7a4a
binutils-wrapper: Try to avoid adding unnecessary -L flags
(cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-21 21:30:13 +01:00
R. RyanTM
8ef4bf669c ola: 0.10.6 -> 0.10.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ola/versions.
2018-07-21 13:24:45 -07:00
R. RyanTM
e975814b19 ocamlPackages.utop: 2.1.0 -> 2.2.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/utop/versions.
2018-07-21 20:17:38 +00:00
R. RyanTM
420a813b93 passExtensions.pass-import: 2.2 -> 2.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/pass-import/versions.
2018-07-21 13:02:09 -07:00
Matthew Bauer
37273afd27
Merge pull request #43224 from volth/patch-179
[staging] substitute(): --subst-var was silently coercing to "" if the variable does not exist.
2018-07-21 15:48:14 -04:00
R. RyanTM
f1349908a6 peru: 1.1.3 -> 1.1.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/peru/versions.
2018-07-21 12:33:09 -07:00
R. RyanTM
668047ca55 picard-tools: 2.18.9 -> 2.18.10
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/picard-tools/versions.
2018-07-21 12:28:41 -07:00
R. RyanTM
ec67dfb40a powershell: 6.0.2 -> 6.0.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/powershell/versions.
2018-07-21 12:23:19 -07:00
Vladimír Čunát
0262431889
Revert "pciutils: use standardized equivalent for canonicalize_file_name"
This reverts commit f8db20fb3a.
Patching should no longer be needed with 3.6.1.
2018-07-21 20:46:42 +02:00
Vladimír Čunát
e161ee3df1
Merge branch 'staging' into PR 2018-07-21 20:46:03 +02:00
Jan Tojnar
452017032a
fix Merge 8213ff161c
cc @FRidh
2018-07-21 20:20:36 +02:00
Oyren
7ffed91faf write_stylus: add desktop icon (#43864) 2018-07-21 19:20:12 +01:00
Jörg Thalheim
5e05b0a105
Merge pull request #43901 from periklis/orgit-fix-inputs
orgit: add git to native build inputs
2018-07-21 19:05:46 +01:00
Frederik Rietdijk
ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
Frederik Rietdijk
e97e174726
Merge pull request #43904 from r-ryantm/auto-update/wireshark-gtk
wireshark-gtk: 2.6.1 -> 2.6.2
2018-07-21 19:41:16 +02:00
Frederik Rietdijk
1c45f35bfd
Merge pull request #43902 from r-ryantm/auto-update/tiled
tiled: 1.1.5 -> 1.1.6
2018-07-21 19:40:53 +02:00
Frederik Rietdijk
498b4d7aa4
Merge pull request #43908 from r-ryantm/auto-update/sidplayfp
sidplayfp: 1.4.3 -> 1.4.4
2018-07-21 19:40:39 +02:00
volth
c04fb0a9c5 far2l: 2018-02-27 -> 2018-07-19 2018-07-21 17:14:49 +00:00
R. RyanTM
6c7e93c54a sidplayfp: 1.4.3 -> 1.4.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sidplayfp/versions.
2018-07-21 10:14:49 -07:00
Frederik Rietdijk
cc218fc915
Merge pull request #43906 from r-ryantm/auto-update/subversion
subversion_1_10: 1.10.0 -> 1.10.2
2018-07-21 19:14:41 +02:00
Frederik Rietdijk
81c539ee0b
Merge pull request #43838 from aneeshusa/gtk-doc-support-python-3
gtk-doc: support python3
2018-07-21 19:13:54 +02:00
Aneesh Agrawal
dddac8b684 gtk-doc: support python3 2018-07-21 10:09:25 -07:00
R. RyanTM
b657f663ac subversion_1_10: 1.10.0 -> 1.10.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/subversion/versions.
2018-07-21 09:56:00 -07:00
R. RyanTM
564e733a52 wireshark-gtk: 2.6.1 -> 2.6.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/wireshark-gtk/versions.
2018-07-21 09:12:39 -07:00
Averell Dalton
31df054e96 fix pidgin-with-plugins build 2018-07-21 18:04:16 +02:00
R. RyanTM
83cfb08654 tiled: 1.1.5 -> 1.1.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tiled/versions.
2018-07-21 08:55:50 -07:00
Jörg Thalheim
a8f2d1f92c
Merge pull request #43826 from ryantm/mattermost
mattermost: 5.0.0 -> 5.1.0
2018-07-21 16:52:31 +01:00
Periklis Tsirakidis
2bf47aa2b8 orgit: add git to native build inputs 2018-07-21 17:45:08 +02:00
Jörg Thalheim
1399243081
Merge pull request #43776 from volth/xfce413-mousepad
xfce4-13.mousepad: 0.4.0 -> 0.4.1
2018-07-21 16:41:21 +01:00
R. RyanTM
9882d5635c tlaplusToolbox: 1.5.6 -> 1.5.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tla-toolbox/versions.
2018-07-21 08:39:53 -07:00
Jörg Thalheim
f43b593b02
Merge pull request #43861 from dywedir/elvish
elvish: 0.11 -> 0.12
2018-07-21 16:27:37 +01:00
Jörg Thalheim
03b18ccf96
Merge pull request #43807 from borisbabic/bugs/postman_icon
postman: fix icon not found
2018-07-21 16:23:09 +01:00
Jörg Thalheim
7d8fb852c5
Merge pull request #43896 from r-ryantm/auto-update/znc
znc: 1.7.0 -> 1.7.1
2018-07-21 16:16:13 +01:00
Léo Gaspard
1061ab1ccf
todiff: 0.5.0 -> 0.6.1 2018-07-22 00:12:54 +09:00
Jörg Thalheim
7f2c897973
Merge pull request #43895 from r-ryantm/auto-update/xmr-stak
xmr-stak: 2.4.5 -> 2.4.7
2018-07-21 16:10:25 +01:00
R. RyanTM
932d2e4f94 znc: 1.7.0 -> 1.7.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/znc/versions.
2018-07-21 08:09:01 -07:00
Jörg Thalheim
4a79d5c304
Merge pull request #43873 from dtzWill/update/google-fonts-2018-07-13
google-fonts: 2017-06-28 -> 2018-07-13
2018-07-21 16:07:09 +01:00
R. RyanTM
a09d16229e xmr-stak: 2.4.5 -> 2.4.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xmr-stak/versions.
2018-07-21 08:05:27 -07:00
Jörg Thalheim
41581d1222
Merge pull request #43874 from plumelo/feature/avocode-3.2.0
avocode: 3.1.1 -> 3.2.0
2018-07-21 16:02:51 +01:00
Jörg Thalheim
44aca430c3
Merge pull request #43869 from volth/unused5
pkgs/*: remove unreferenced function arguments
2018-07-21 15:57:57 +01:00
Frederik Rietdijk
9cb1e7a1f3 qvim: get rid of composableDerivation
Use `stdenv.mkDerivation` directly instead of `composableDerivation`.

Some configure flags may have changed as the conversion wasn't exactly
straightforward.
2018-07-21 16:52:30 +02:00
Peter Simons
8aaaf98045 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.10.1-7-ga1690c5 from Hackage revision
412c0df404.
2018-07-21 16:51:55 +02:00
Jörg Thalheim
c8632c2ae1
Merge pull request #43885 from mkaito/update-gopass
gopass: 1.8.1 -> 1.8.2
2018-07-21 15:45:36 +01:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
Jörg Thalheim
e85db6863a
Merge pull request #43877 from vbgl/ocaml-ppx_blob-0.4.0
ocamlPackages.ppx_blob: 0.2 -> 0.4.0
2018-07-21 15:38:37 +01:00
Jörg Thalheim
1a969d13d9
Merge pull request #43879 from Tomahna/bloop
bloop: 1.0.0-M11 -> 1.0.0
2018-07-21 15:30:56 +01:00
Jörg Thalheim
dcd5d7af05 coursier: patch shebang to make it work in the nix sandboxes
Before `/usr/bin/env sh` was in the script.
2018-07-21 15:29:30 +01:00
Peter Simons
f7d201ea4d all-cabal-hashes: update snapshot to Hackage at 2018-07-20T06:34:51Z 2018-07-21 16:22:13 +02:00
Peter Simons
26b313accf git-annex: update sha256 hash for the new version 2018-07-21 16:22:13 +02:00
Bas van Dijk
ab4bff2b77 haskell: fix build of tensorflow on GHC-8.2 2018-07-21 16:22:13 +02:00
Bas van Dijk
7b510c47e1 haskell: add extra dependencies of tensorflow-proto 2018-07-21 16:22:13 +02:00
Bas van Dijk
1c48e89eb1 libtensorflow: init at 1.8.0
Required for haskell.packages.ghc822.tensorflow
2018-07-21 16:22:13 +02:00
Peter Simons
aa9b50ccf3 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.10.1-5-gfad2fe7 from Hackage revision
43ea4ff82a.
2018-07-21 16:22:13 +02:00
Peter Simons
02f7053629 hackage2nix: disable reflex-dom-fragment-shader-canvas
The package depends on broken webkit and doesn't evaluate.
2018-07-21 16:22:13 +02:00
Jörg Thalheim
e5ece2f30e
Merge pull request #43883 from manveru/update-gotools
gotools: 2017-08-08 -> 2018-07-20
2018-07-21 15:15:19 +01:00
Matthew Bauer
ef087554d0 libxslt: runs on all platforms
Mingw/Windows support works out of the box.
2018-07-21 10:10:47 -04:00
Matthew Bauer
92daacc9b0 libxml2: support all platforms
Mingw/Windows support works out of the box.
2018-07-21 10:10:47 -04:00
Matthew Bauer
1e41fc8ded dejavu-fonts: supports everything
the .ttf file is cross platform.
2018-07-21 10:10:38 -04:00
Robert Schütz
d7cce082b0 remove unused file 2018-07-21 15:34:08 +02:00
Michishige Kaito
8cf22dea82 gopass: 1.8.1 -> 1.8.2 2018-07-21 13:59:50 +01:00
Léo Gaspard
182b7f63af
matrix-synapse: 0.31.2 -> 0.33.0 2018-07-21 21:56:46 +09:00
Frederik Rietdijk
539f4f644a vim_configurable: get rid of composableDerivation
Use `stdenv.mkDerivation` directly instead of `composableDerivation`.

Some configure flags may have changed as the conversion wasn't exactly
straightforward.
2018-07-21 13:48:19 +02:00
Michael Fellinger
07eb9736f0 gotools: 2017-08-08 -> 2018-07-20 2018-07-21 12:30:02 +02:00
Frederik Rietdijk
153d2241c1
Merge pull request #43749 from r-ryantm/auto-update/mate-panel
mate.mate-panel: 1.21.0 -> 1.21.1
2018-07-21 12:06:08 +02:00
Daiderd Jordan
93c34c7616
stdenv: cleanup darwin bootstrapping
Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.
2018-07-21 11:42:37 +02:00
Daiderd Jordan
d4943ea0c9
Merge pull request #43523 from Enzime/fix/synergy-on-darwin
Fix Synergy building on macOS
2018-07-21 11:34:56 +02:00
Michael Weiss
c89bdf9704 signal-desktop: 1.14.3 -> 1.14.4 2018-07-21 11:30:46 +02:00
Daiderd Jordan
c4a0133602
Merge pull request #43871 from hcmensch/master
vim-plugin-names/default.nix: data added for vim-ledger
2018-07-21 11:19:43 +02:00
Silvan Mosberger
effbf001b9
dxx-rebirth: Fix build
See also 8414fa2d6b
2018-07-21 11:15:44 +02:00
Frederik Rietdijk
8424ac61a9
Merge pull request #43862 from volth/unused3
[bot] treewide: remove unused 'args@' in lambdas
2018-07-21 11:14:44 +02:00
Frederik Rietdijk
251a0a9a86
Merge pull request #43860 from volth/unused2
treewide: remove unused 'inherit' in let blocks
2018-07-21 11:13:36 +02:00
Frederik Rietdijk
7db4c3617f
Merge pull request #43809 from Ma27/fix-python-xgboost
pythonPackages.xgboost: fix build
2018-07-21 11:05:44 +02:00
Frederik Rietdijk
7c8af7e9f9
Merge pull request #43837 from pandaman64/qiskit-0.5.7
qiskit: 0.5.4 -> qiskit 0.5.7
2018-07-21 11:04:53 +02:00
Frederik Rietdijk
bae4a82a11
Merge pull request #43753 from r-ryantm/auto-update/libsvm
libsvm: 3.22 -> 3.23
2018-07-21 11:03:13 +02:00
Frederik Rietdijk
6d4a7ce2ab
Merge pull request #43465 from r-ryantm/auto-update/nomacs
nomacs: 3.10.0 -> 3.10.2
2018-07-21 11:01:11 +02:00
Frederik Rietdijk
312074260a
Merge pull request #43668 from r-ryantm/auto-update/zimg
zimg: 2.7.4 -> 2.7.5
2018-07-21 11:00:56 +02:00
Frederik Rietdijk
d21911f9f4
Merge pull request #43734 from r-ryantm/auto-update/rcm
rcm: 1.3.1 -> 1.3.3
2018-07-21 11:00:00 +02:00
Frederik Rietdijk
71c8b9163f
Merge pull request #43767 from r-ryantm/auto-update/krita
krita: 4.1.0 -> 4.1.1
2018-07-21 10:59:44 +02:00
Frederik Rietdijk
2c3a2b1535
Merge pull request #43771 from r-ryantm/auto-update/guake
guake: 3.3.0 -> 3.3.2
2018-07-21 10:59:09 +02:00
Frederik Rietdijk
f48f51257d
Merge pull request #43772 from r-ryantm/auto-update/esptool-ck
esptool-ck: 0.4.11 -> 0.4.13
2018-07-21 10:58:54 +02:00
Frederik Rietdijk
bac0f0a895
Merge pull request #43777 from r-ryantm/auto-update/fwup
fwup: 1.2.1 -> 1.2.3
2018-07-21 10:58:35 +02:00
Frederik Rietdijk
b622dcc1ed
Merge pull request #43779 from r-ryantm/auto-update/chibi-scheme
chibi: 0.7.3 -> 0.8
2018-07-21 10:58:25 +02:00
Silvan Mosberger
027d52ff34
cuter: Fix build 2018-07-21 10:57:54 +02:00
Frederik Rietdijk
def387a70f
Merge pull request #43780 from r-ryantm/auto-update/cups-filters
cups-filters: 1.20.3 -> 1.20.4
2018-07-21 10:55:05 +02:00
Frederik Rietdijk
20bc614680
Merge pull request #43783 from r-ryantm/auto-update/commandergenius
commandergenius: 2.2.0 -> 2.2.2
2018-07-21 10:54:50 +02:00
Frederik Rietdijk
b8b6527a5f
Merge pull request #43784 from r-ryantm/auto-update/commons-compress
commonsCompress: 1.16.1 -> 1.17
2018-07-21 10:54:34 +02:00
Frederik Rietdijk
044edd3730
Merge pull request #43793 from r-ryantm/auto-update/bfs
bfs: 1.2.2 -> 1.2.3
2018-07-21 10:52:43 +02:00
Frederik Rietdijk
8eca946958
Merge pull request #43738 from r-ryantm/auto-update/s3cmd
s3cmd: 2.0.1 -> 2.0.2
2018-07-21 10:52:11 +02:00
Frederik Rietdijk
d4086f7060
Merge pull request #43876 from marsam/feature/update-dejagnu-1.6.1
dejagnu: 1.6 -> 1.6.1
2018-07-21 10:50:59 +02:00
Frederik Rietdijk
d86c4fd255
Merge pull request #43835 from ryantm/mercurial
mercurial: fix homepage
2018-07-21 10:50:47 +02:00
Frederik Rietdijk
d449bc8a0a
Merge pull request #43875 from plumelo/feature/gitkraken-3.6.6
gitkraken: 3.6.4 -> 3.6.6
2018-07-21 10:49:46 +02:00