Commit Graph
195682 Commits
Author SHA1 Message Date
worldofpeaceandGitHub 4475586621 Merge pull request #69149 from delroth/mono-zeroconf
mono-zeroconf: remove broken package
2019-09-20 08:33:01 -04:00
Pierre Bourdon 21c92c4a1d mono-zeroconf: remove broken package
No dependencies within nixpkgs, and the package has not built
successfully since 2018-04-29 according to Hydra[1].

[1] https://hydra.nixos.org/build/100604053
2019-09-20 14:16:49 +02:00
Jos van Bakel fe740624a7 osmid: init at 0.6.8 2019-09-20 13:50:30 +02:00
Pierre Bourdon dd5eb4dbc2 libgdiplus: split package to reduce dependencies closure size
nix path-info -rSh on mono:

Before: /nix/store/p7zix8ypkqdwz86jvirzn0hmqhkbfhf7-mono-5.20.1.27                 1.2G
After:  /nix/store/zwg8d5m2d7hbi1ylh6rq00wyghyyzpsp-mono-5.20.1.27               881.3M

Mostly due to not dragging in cairo-dev, mesa-dev, etc.
2019-09-20 13:28:34 +02:00
José Romildo MalaquiasandGitHub 9653933097 Merge pull request #66429 from Gerschtli/add/liquidprompt
liquidprompt: init at 2018-05-21
2019-09-20 08:14:30 -03:00
Anderson TorresandGitHub 92324d92a6 Merge pull request #68961 from eraserhd/pr/master/plan9port-missing-which
plan9port: use command instead of which in builder.sh
2019-09-20 07:34:08 -03:00
Pierre Bourdon eef06df7f5 mcomix: add missing setuptools dependency 2019-09-20 12:11:00 +02:00
Uri Baghin 2b36da8991 pythonPackages.mypy: 0.701 -> 0.711 2019-09-20 20:07:21 +10:00
Uri Baghin 33821c59bb pythonPackages.typed-ast: 1.3.5 -> 1.4.0 2019-09-20 19:58:20 +10:00
Joachim FandGitHub 22325331d2 Merge pull request #69103 from dtzWill/update/tor-0.4.1.6
tor: 0.4.1.5 -> 0.4.1.6
2019-09-20 09:22:18 +00:00
Marek MahutandGitHub f4917135ce Merge pull request #69140 from 1000101/master
prometheus-apcupsd-exporter: init at unstable-2019-03-14
2019-09-20 11:20:50 +02:00
Nathan van Doorn 550d67cc0b kexi: patch error due to Qt 5.13 2019-09-20 10:17:53 +01:00
Ruud van Asseldonk ce6145dedc python37Packages.sentry-sdk: Fix tests
The tests depend on many third-party libraries, presumably because
Sentry offers integration for each of them. I added these as build
inputs but not propagated build inputs, because they are only needed for
the tests.
2019-09-20 11:03:18 +02:00
Jörg ThalheimandGitHub 27994da318 squashfsTools: 4.4dev_20180612 -> 4.4 (#68275)
squashfsTools: 4.4dev_20180612 -> 4.4
2019-09-20 09:57:30 +01:00
Jan Hrnko a203ba2bf1 prometheus-apcupsd-exporter: init at unstable-2019-03-14 2019-09-20 10:34:00 +02:00
Maximilian BoschandGitHub 6c3bf80a75 Merge pull request #68965 from B4dM4n/csvs-to-sqlite-1.0
csvs-to-sqlite: 0.9 -> 1.0
2019-09-20 10:32:51 +02:00
Maximilian Bosch a7f002ac41 httpie: use python3 by default
This package is intended to be used as application and supports
python3[1] (and is about to deprecated python2.7 support[2]),
so there's no reason to not use it in 2019.

[1] https://github.com/jakubroztocil/httpie/tree/1.0.3#python-version
[2] https://github.com/jakubroztocil/httpie/commit/b3d2c1876e23e7de7afe588e4f64160d17201b45
2019-09-20 10:04:18 +02:00
Doron Behar c4f5faa2c0 imapfilter: 2.6.12 -> 2.6.13 2019-09-20 10:40:22 +03:00
Marek MahutandGitHub dae532c445 Merge pull request #69106 from prusnak/libfido2
libfido2: 1.1.0 -> 1.2.0
2019-09-20 09:16:58 +02:00
Maximilian BoschandGitHub d50d5817d4 Merge pull request #69094 from madjar/fix-httpie
httpie: add missing 'setuptools' to propagatedBuildInputs
2019-09-20 08:28:07 +02:00
Bjørn Forsman 5af0d0b5da kicad: fix build
Fix configure time error:
  ...
  ImportError: No module named wx
  CMake Error at CMakeModules/FindwxPython.cmake:52 (message):
    wxPython/Phoenix does not appear to be installed on the system

Only build tested.

Fixes: f7e28bf5d8 ("Split buildPythonPackage into setup hooks")
2019-09-20 08:17:58 +02:00
Vasiliy YorkinandVincent Laporte 0cf81af50c ocamlPackages.ppx_deriving_rpc: init at 5.9.0 2019-09-20 05:54:29 +00:00
aszlig d69bc56e69 ip2unix: 2.1.0 -> 2.1.1
This is just a small bugfix release (essentially adds two lines of code)
which fixes a segfault if using with a program that doesn't pass a
sockaddr buffer to accept() or accept4().

Signed-off-by: aszlig <aszlig@nix.build>
2019-09-20 07:54:04 +02:00
Vasiliy YorkinandVincent Laporte fac7453117 ocamlPackages.ocaml-protoc: init at 1.2.0 (#68962) 2019-09-20 05:53:30 +00:00
Vincent Laporte 424c20414a ocamlPackages.containers: 1.4 → 2.6.1
ocamlPackages.sequence/iter: 1.1 → 1.2.1

Ensures compatibility with OCaml 4.08
2019-09-20 05:29:05 +00:00
Vincent Laporte 59a07abdb2 ocamlPackages.printbox: disable tests for OCaml ≥ 4.08 2019-09-20 05:28:59 +00:00
Vincent Laporte 011dd72d6a ocamlPackages.mdx: disable tests for OCaml ≥ 4.08
Don’t strip for OCaml 4.04
2019-09-20 05:28:52 +00:00
Peter HoegandGitHub 25544be831 Merge pull request #68996 from marsam/update-terraform
terraform: 0.12.8 -> 0.12.9
2019-09-20 11:04:09 +08:00
Will Dietz 9943cb0fa1 lldb_9: fix build, nixpkgs-fmt 2019-09-19 18:40:47 -05:00
Will Dietz 73b11eb566 llvmPackages_9: fetch from releases.llvm.org ("for now") 2019-09-19 18:39:03 -05:00
Austin Seipp 889537352b h2o: 2.2.6 -> 2.3.0-beta2, enable multi-output
This also lets us remove a hack for supporting LibreSSL 2.7, since we're
now using 2.9 by default, anyway.

Finally, use Ninja to run the CMake build instead of Make -- speeds
things up for me by a few seconds.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-19 18:28:04 -05:00
Graham ChristensenandGitHub 8dbca5e3ca Merge pull request #69054 from ivan/chromium-77.0.3865.90
chromium: 77.0.3865.75 -> 77.0.3865.90
2019-09-19 18:01:06 -04:00
Graham ChristensenandGitHub a81f8304d8 Merge pull request #68991 from ivan/chromium-77-font-fix
chromium: add patch to fix performance regression with fonts
2019-09-19 18:00:36 -04:00
Eelco Dolstra d8e35fdbf9 vista-fonts: Use new download location 2019-09-19 22:38:31 +02:00
Will Dietz 60f4d2f660 clang_9: drop included patches 2019-09-19 15:34:42 -05:00
Martin Weinelt d0f19f9609 libratbag: 0.9.905 -> 0.10 2019-09-19 22:30:40 +02:00
Martin Weinelt 67844e82be piper: 0.2.903 -> 0.3 2019-09-19 22:29:48 +02:00
Martin Weinelt fb9b7446ee piper: temporarily propagate gobject-introspection
On startup piper would be unable to find Pango:
> ImportError: Typelib file for namespace 'Pango', version '1.0' not found

Workaround for #56943
2019-09-19 22:29:31 +02:00
Antoine Eiche 1c7d3389e4 next: init at 1.3.1 2019-09-19 22:28:36 +02:00
Daiderd JordanandGitHub 3d2d695657 Merge pull request #69116 from bachp/plex-1.16.6.1592
plex: 1.16.5.1554 -> 1.16.6.1592
2019-09-19 22:22:38 +02:00
Will Dietz a4d1e97e3d tests.cc-wrapper-{clang,libcxx}-{8,9}: add stdenv tests for LLVM 8, 9 2019-09-19 15:03:09 -05:00
Will Dietz 74b529b43e llvm_9: fix utf8 test by using builtin locale C.UTF-8 2019-09-19 14:39:37 -05:00
Vladyslav MandGitHub 262b328b0b maintainer: update email (#69114)
maintainer: update email
2019-09-19 22:29:05 +03:00
Will Dietz f52b3afc8d clang_9: wiggle the purity.patch so it applies 2019-09-19 14:07:15 -05:00
José Romildo MalaquiasandGitHub 1baddfbaaf Merge pull request #68959 from romildo/upd.papirus-maia-icon-theme
papirus-maia-icon-theme: init at 2019-07-26
2019-09-19 16:00:37 -03:00
Pascal Bach 640f2dbbaf plex: 1.16.5.1554 -> 1.16.6.1592 2019-09-19 20:49:25 +02:00
Vladyslav MandGitHub 6447378983 Merge pull request #69003 from romildo/upd.arc-theme
arc-theme: 20190910 -> 20190917
2019-09-19 21:46:04 +03:00
Marek MahutandGitHub 8cc942d2ae Merge pull request #69101 from 1000101/pdfsam
pdfsam-basic: init at 4.0.4
2019-09-19 20:43:19 +02:00
Will Dietz 75b5ac394c top-level: add llvmPackages_9 and the usual variants
* Bump llvmPackages_latest to llvmPackages_9,
  since it's the latest ;)
* Leave llvmPackages = llvmPackages_7.... for now.
2019-09-19 13:38:45 -05:00
Gabriel EbnerandGitHub 3e0127b878 libqalculate,qalculate-gtk: 3.3.0 -> 3.4.0 (#69051)
libqalculate,qalculate-gtk: 3.3.0 -> 3.4.0
2019-09-19 20:37:25 +02:00