Commit graph

177023 commits

Author SHA1 Message Date
markuskowa
276d82476b
Merge pull request #59862 from JohnAZoidberg/moviepy-1.0.0-deps
Fix pythonPackages.moviepy
2019-04-20 10:57:09 +02:00
Mateusz Kowalczyk
575d6a4826
Merge pull request #58417 from andersk/ortools-7.0
or-tools: 6.10 -> 7.0, add Python bindings
2019-04-20 17:39:23 +09:00
Mateusz Kowalczyk
7250104c7b
Merge pull request #59819 from yrashk/agda-stdlib-1.0
AgdaStdlib: 0.17 -> 1.0
2019-04-20 17:37:30 +09:00
Joachim F
9241145dfe
Merge pull request #59896 from rnhmjoj/rxvt
rxvt_unicode: allow to specify dependencies for plugins
2019-04-20 08:30:18 +00:00
Joachim F
28e2f5a7c3
Merge pull request #59902 from bjpbakker/update-factorio
factorio: alpha 0.17.16 -> 0.17.32
2019-04-20 08:27:31 +00:00
Timo Kaufmann
af6739fdd7 gap: 4.10.0 -> 4.10.1 2019-04-20 09:54:27 +02:00
Pascal Wittmann
b26b480f27
calibre: 3.40.1 -> 3.41.3 2019-04-20 09:51:49 +02:00
xrelkd
b6daf2da64 cargo-expand: 0.4.10 -> 0.4.11 2019-04-20 14:21:11 +08:00
Maximilian Bosch
dd5ac26e78
git-ignore: split outputs
Use a separate `man` output[1]. All outputs will be installed when using
the package i.e. with `nix-env -f . -iA gitAndTools.git-ignore`.

[1] https://nixos.org/nix/manual/#ssec-derivation
2019-04-20 08:00:24 +02:00
Maximilian Bosch
3eabdd9538
Merge pull request #59895 from sondr3/sondr3/hugo-0.55.2
hugo: 0.55.0 -> 0.55.2
2019-04-20 06:53:44 +02:00
Daniel Schaefer
29ad469b43 pythonPackages.sounddevice: 0.3.12 -> 0.3.13 2019-04-20 04:29:00 +02:00
Daniel Schaefer
43d4132929 libpst: Fix build
Disable Python integration because it can't find -lboost_python.
2019-04-20 04:13:58 +02:00
Aaron Andersen
ca40b73fa2
Merge pull request #59861 from aanderse/libapreq2
perlPackages.libapreq2: install the perl & apache modules
2019-04-19 20:39:56 -04:00
Aaron Andersen
77dbfa3a55
Merge pull request #53803 from jfrankenau/init-groove
groove: init at 5.7.4
2019-04-19 20:27:18 -04:00
rnhmjoj
cfc4a7c03b
rxvt_unicode: allow to specify dependencies for plugins 2019-04-20 01:12:53 +02:00
Matthieu Coudron
a364fcde13 i3easyfocus: 20180622 -> 20190411 (#59472)
introduced a new scheme to annotate windows.
2019-04-20 00:26:49 +02:00
andrewchambers
e1a2c1572a janet: 0.4.0 -> 0.4.1 (#59799) 2019-04-19 16:35:35 -04:00
Michael Weiss
e34c5309b6
wallutils: init at 5.7.2 (#59878) 2019-04-19 21:43:04 +02:00
volth
8b5258ef65
unigine-valley: fix
Reflect changes introduced in #37369

It failed to fild libGL.so
2019-04-19 19:34:20 +00:00
Bart Bakker
87c05c252b
factorio: alpha 0.17.16 -> 0.17.32 2019-04-19 21:15:07 +02:00
Matthew Bauer
d8934feba1 kernel-headers: infer ARCH from config triple
This makes us less reliant on the systems/examples.nix. You should be
able to cross compile with just your triple:

$ nix build --arg crossSystem '{ config = "armv6l-unknown-linux-gnueabi"; }' stdenv
2019-04-19 14:53:48 -04:00
Cole Mickens
c793258a88 vaapi-intel: v2.3.0 -> v20190211
Signed-off-by: Cole Mickens <cole.mickens@gmail.com>
2019-04-19 19:43:18 +02:00
Aaron Andersen
11cf1a282d
Merge pull request #58377 from bzizou/exonerate
exonerate: init at 2.4.0
2019-04-19 13:25:49 -04:00
Daniel Schaefer
64476e879b pythonPackages.moviepy: Add optional deps
Don't include them by default because they increase the derivation size
from ~200M to over 600M.
2019-04-19 18:47:04 +02:00
nyanloutre
87e35a1439
steamrt: fix update script
The package.txt file doesn't exist anymore on upstream.
The new method is to install two metapackages and their dependencies.

Reference : 8849d366bf
2019-04-19 18:23:34 +02:00
Matthew Bauer
97a3c7f5a3 top-level/impure.nix: expose crossOverlays 2019-04-19 12:03:56 -04:00
Matthew Bauer
5eea658778 systems: correct qemu architectures
ppc64le and ppc64 are different targets in the configure script. We
can’t use the same one.

TODO: canonicalize similar ones based on qemu’s configure script.
2019-04-19 12:03:56 -04:00
Matthew Bauer
23560ea057 systems: fix emulator identity
Squashed to fix shell quoting, thanks @Ericson2314
2019-04-19 12:03:44 -04:00
Matthew Bauer
dd584d8eeb stdenv/linux: use isCompatible to find bootstrap tools
This avoids part of the issue where things like armv7a don’t work
because the system doesn’t realize it can use the armv7l bootstrap
tools.
2019-04-19 12:00:44 -04:00
Matthew Bauer
59bb1dcbfb systems/parse.nix: fixup arm compatibilities 2019-04-19 12:00:32 -04:00
Matthew Bauer
65f2b0a2a3 spidermonkey: fix host, target settings
spidermonkey doesn’t use the autotools build, host, target convention.
Instead it considers ‘--host’ to be the autotools’ ‘--build’ and
‘--target’ to be the autotools’ ‘--host’! As a result, we cannot
safely use “configurePlatforms”. Instead, we must manually set these
flags.

/cc @illegalprime
2019-04-19 11:59:39 -04:00
rnhmjoj
517b9de2c7
perlPackages.LinuxFD: init at 0.011 2019-04-19 17:57:18 +02:00
Matthew Bauer
fb3df59c6b aws-c-common: add libexecinfo on musl
Fixes #56106
2019-04-19 11:52:39 -04:00
Elis Hirwing
6e13c77169
Merge pull request #59853 from Izorkin/php-xdebug
phpPackages.xdebug: 2.6.1 -> 2.7.1
2019-04-19 17:51:49 +02:00
Sondre Nilsen
fe5b4d776d
hugo: 0.55.0 -> 0.55.2 2019-04-19 17:42:36 +02:00
Elis Hirwing
6e051adb4e
Merge pull request #59852 from Izorkin/memcached
Memcached: update packages
2019-04-19 17:41:40 +02:00
Daniel Schaefer
2b4bc3769c pythonPackages.moviepy: Requires Py3.4 since 1.0.0
"only Python 3.4+ from v.1.0"
2019-04-19 17:30:12 +02:00
Jan Solanti
c48ad78588
pycdio: fix build 2019-04-19 17:30:05 +02:00
Mario Rodas
f84a7b3828
Merge pull request #59834 from luispedro/add_prodigal
Prodigal: init at 2.6.3
2019-04-19 09:50:03 -05:00
Vladyslav M
2c47dc2175
mako: 1.2 -> 1.3 2019-04-19 17:49:29 +03:00
Ryan Mulligan
63a53d6dfa
Merge pull request #59464 from r-ryantm/auto-update/cimg
cimg: 2.5.5 -> 2.5.6
2019-04-19 07:48:14 -07:00
Ryan Mulligan
6561637fdc
Merge pull request #59540 from r-ryantm/auto-update/hylafaxplus
hylafaxplus: 5.6.1 -> 7.0.0
2019-04-19 07:47:02 -07:00
Sondre Nilsen
c5e963f36c
git-ignore: 0.2.0 -> 1.0.0 2019-04-19 16:34:40 +02:00
Carles Pagès
bd32319285
Merge pull request #59838 from jethrokuan/update/steamrt
steamrt 1.1 -> 1.2
2019-04-19 16:32:36 +02:00
Matthew Bauer
c1fd154fb6
Merge pull request #57557 from matthewbauer/ova-swap
nixos/virtualbox: add swap file
2019-04-19 10:17:36 -04:00
Matthew Bauer
dbc4543812 nixos/virtualbox: add swap file
Puts 2G swap in /var/swap of OVA. This serves as backup when you hit
the memory cap for the image.

Fixes #57171 and fixes #22696
2019-04-19 10:15:48 -04:00
Jan Tojnar
cd8697da9f
fix evaluation with config.allowAliases = false (#59879)
Co-Authored-By: volth <volth@webmaster.ms>
2019-04-19 15:14:03 +02:00
Bruno Bzeznik
6a8c9bff8f exonerate: init at 2.4.0 2019-04-19 14:58:57 +02:00
Tim Steinbach
d36827bd08
oh-my-zsh: 2019-04-04 -> 2019-04-18 2019-04-19 08:11:49 -04:00
Johannes Frankenau
e7f021ca93 groove: init at 5.7.4 2019-04-19 13:34:30 +02:00