Robert Hensing
9959d7d8b8
Merge pull request #50532 from typetetris/add-extends-example
...
lib/fixed-points.nix: add an example for extends
2018-11-21 18:27:09 +01:00
Jörg Thalheim
97c4229c2d
Merge pull request #49657 from costrouc/costrouc/python-google-cloud-modules
...
pythonPackages.google-cloud-*: init all 37 modules
2018-11-21 17:02:11 +00:00
Renaud
a252c0f80f
Merge pull request #50772 from r-ryantm/auto-update/gede
...
gede: 2.10.9 -> 2.12.3
2018-11-21 17:57:29 +01:00
Eric Wolf
3cc83dffca
lib/fixed-points.nix: add an example for extends
...
- helped me understand how extends works, hopefully it can help others too
2018-11-21 17:40:20 +01:00
R. RyanTM
0b3f50f844
kubetail: 1.6.4 -> 1.6.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/kubetail/versions
2018-11-21 16:45:20 +01:00
Matthew Bauer
fc99c337ed
make-derivation: don’t disallow propagated native inputs
...
propagateNativeBuildInputs will end up going in the output derivation.
This case is allowed to end up in references because of that. Sorry
for the disruption!
Fixes #50865
2018-11-21 09:39:47 -06:00
Matthew Bauer
3d6f6e3e7f
libvpx-git: remove
...
Older than the stable version.
2018-11-21 09:39:33 -06:00
Matthew Bauer
5ad5708f83
arb-git: remove
...
Older than the stable version
2018-11-21 09:39:23 -06:00
Matthew Bauer
f4bf6ba67b
mdbtools: 0.6pre1 -> 0.7.1
...
Also remove mbdtools_git. This was older than mbdtools!
2018-11-21 09:39:11 -06:00
Matthew Bauer
3e6d7a2329
ao: replace with libfive
...
ao has been renamed to libfive. Because there’s already a libfive
package, we can just remove the old ao package. No packages appear to
depend directly on it.
2018-11-21 09:38:53 -06:00
Matthew Bauer
4e68511bb1
bintools: use i386 on all 32 bit x86 systems
2018-11-21 09:38:28 -06:00
Matthew Bauer
4b00cfe77f
systems/parse: add older x86 architectures
...
i386, i486, i586 are added. These may have issues as many places
assume i686 is the only valid 32 bit x86 architecture.
2018-11-21 09:38:10 -06:00
Matthew Pickering
12a19002cc
kythe: Add missing executable, fix rpath and symlink executables into bin ( #50882 )
...
* kythe: Add ncurses5 to rpath
* kythe: Add entrystream executable
* kythe: Symlink executables into bin/ folder
2018-11-21 16:23:29 +01:00
Peter Simons
31de7743f8
haskell-fltkhs: re-enable the build
...
https://github.com/NixOS/nixpkgs/pull/50828 makes an effort to fix this
package.
2018-11-21 16:06:23 +01:00
Peter Simons
50ffe1d46b
hspec-meta: update override to the latest version
2018-11-21 16:06:23 +01:00
Peter Simons
f5cdb2dc05
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1-13-g2103989 from Hackage revision
c669f71a90
.
2018-11-21 16:06:23 +01:00
Chris Martin
97cd07e322
fltk: add version 1.4.x-r13121
2018-11-21 16:06:22 +01:00
Peter Simons
e911141770
all-cabal-hashes: update to Hackage at 2018-11-19T08:07:53Z
2018-11-21 16:06:22 +01:00
Benjamin Hipple
a4758050a3
ghc bootstrap binary: 8.2.1 -> 8.2.2
...
If the nix store lives on NFS, `ghc 8.2.1` is unable to build a package
database. This bug was fixed by @bgamari in `ghc 8.2.2` here:
https://ghc.haskell.org/trac/ghc/ticket/13945
This commit upgrades the unpacked bootstrap GHC version, so that we can build
newer versions of GHC even if the store is on NFS.
2018-11-21 16:06:22 +01:00
Tim Steinbach
8f11b37a95
linux: 4.19.2 -> 4.19.3
2018-11-21 09:53:26 -05:00
Tim Steinbach
ff82d7c786
linux: 4.18.19 -> 4.18.20
2018-11-21 09:53:07 -05:00
Tim Steinbach
3667a91b78
linux: 4.14.81 -> 4.14.82
2018-11-21 09:52:59 -05:00
Tim Steinbach
0e7dafe8c0
linux: 4.9.137 -> 4.9.138
2018-11-21 09:52:49 -05:00
Tim Steinbach
e822b9680b
linux: 4.4.163 -> 4.4.164
2018-11-21 09:52:38 -05:00
Eelco Dolstra
09cbfea2ed
Revert "resolvconf.conf: Remove forced NSCD service restart"
...
This reverts commit d8c16bc54a
. It
breaks nscd invalidation when the network configuration changes.
2018-11-21 15:26:37 +01:00
Jörg Thalheim
5abdde2a1c
Merge pull request #50878 from Mic92/rust-cleanup
...
makeRustPlatform: refactor to make it easier to understand
2018-11-21 13:54:08 +00:00
Michael Raskin
b4bfa628d8
Merge pull request #49770 from luke-clifton/dvtm-master
...
dvtm-unstable: init at 2018-03-31
2018-11-21 12:57:03 +00:00
Maximilian Bosch
1151c6af4b
Merge pull request #50420 from Ma27/cleanup-php-pkgs
...
phpPackages: drop all packages and package versions for PHP5
2018-11-21 13:49:18 +01:00
Jörg Thalheim
952f4fda86
makeRustPlatform: refactor to make it easier to understand
...
It is now clearer what is supposed to be in the rust attribute set
without having studied type theory. The amount of code is identically.
2018-11-21 12:44:58 +00:00
Renaud
fda41e851b
Merge pull request #50767 from Izorkin/lego
...
lego: 1.0.1 -> 1.2.1
2018-11-21 13:20:17 +01:00
markuskowa
a92594bec4
Merge pull request #50717 from r-ryantm/auto-update/jackett
...
jackett: 0.10.434 -> 0.10.446
2018-11-21 13:12:24 +01:00
R. RyanTM
e2ac38fdac
guile-sdl2: 0.2.0 -> 0.3.1
...
* guile-sdl2: 0.2.0 -> 0.3.1 (#50730 )
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/guile-sdl2/versions
* guilde-sdl2: split native build inputs
libtool and pkgconfig are moved from buildInputs to nativeBuildInputs
2018-11-21 13:12:14 +01:00
Frederik Rietdijk
f0b49c4d10
python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
ed6befe2f2
pythonPackages.jupyterhub: 0.8.1 -> 0.9.4
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
58bba5a208
pythonPackages.jupyterlab: 0.34.12 -> 0.35.4
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
43df6a539b
pythonPackages.jupyterlab_server: init at 0.2.0
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
04db7b1ea8
python36Packages.jupyter_console: 5.2.0 -> 6.0.0
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
39adcea9d6
python36Packges.ipykernel: 4.8.2 -> 5.1.0
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
3dd245c5f8
pythonPackages.nbconvert: 5.3.1 -> 5.4.0
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
7a2de9e9ac
pythonPackages.notebook: 5.6.0 -> 5.7.0
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
d69246709f
pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7
...
Created a version to prompt_toolkit_1 for legacy ipython
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
189acf712d
python27Packages.ipython: 5.7.0 -> 5.8.0, python36Packages.ipython 5.7.0 -> 7.1.1
...
- removed patch for sage as it is applied in most recent release.
- simplified `ipython` attribute no need for explicit version `5`
vs. `6`.
- upgrade to most recent version of ipython
2018-11-21 12:38:54 +01:00
Profpatsch
7c4d36fc64
cups-filters: add all needed execve runtime paths
...
Otherwise cupsd reports errors that e.g. `gs` cannot be
found (provided it’s not available in the system closure PATH).
2018-11-21 12:22:46 +01:00
Gabriel Ebner
f505340252
iprover: 2.5 -> 2018_Jul_24_11h
2018-11-21 12:15:48 +01:00
Philip Patsch
75e357e210
CODEOWNERS: add mboes and Profpatsch for bazel packaging
...
There is an elevated commercial interest of keeping the bazel
ecosystem up-to-date, Tweag I/O takes on maintainership.
2018-11-21 12:06:44 +01:00
Matt McHenry
206a1c00ba
elm: extract makeDotElm and fetchElmDeps
2018-11-21 10:57:11 +00:00
Renaud
ae69f79ddb
Merge pull request #50719 from r-ryantm/auto-update/jetty
...
jetty: 9.4.12.v20180830 -> 9.4.14.v20181114
2018-11-21 11:17:27 +01:00
Sarah Brofeldt
2913b8429e
Merge pull request #50663 from fuwa0529/update-aeon
...
altcoins.aeon: 0.12.0.0 -> 0.12.6.0
2018-11-21 10:43:07 +01:00
sjau
56821aefa4
easysnap: 2018-10-28 -> 2018-11-20 ( #50830 )
2018-11-21 10:40:39 +01:00
Vladimír Čunát
0025ae4ff8
Merge #50721 : knot-dns: 2.7.3 -> 2.7.4
...
NEWS: https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.4
2018-11-21 10:32:23 +01:00