Tuomas Tynkkynen
4cec65482a
kernel: Respect makeFlagsArray in more places
...
It's used two lines above, so be consistent.
2018-07-24 23:36:06 +03:00
Tuomas Tynkkynen
c6ed851fe2
kernel: Remove dead code
...
It's set in the same phase
2018-07-24 23:36:06 +03:00
Tuomas Tynkkynen
e0ce4bee57
kernel: Remove empty preUnpack
2018-07-24 23:36:05 +03:00
Bas van Dijk
7098bcac27
libtensorflow: support building on OS X and add optional cuda support
2018-07-24 22:08:38 +02:00
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
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
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
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
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
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
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
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
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
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
6c72782d36
Merge staging-next into master
2018-07-22 11:04:28 +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