Commit graph

193548 commits

Author SHA1 Message Date
José Romildo Malaquias 75d88e42b6 enlightenment.enlightenment: alphabetize dependence list 2019-09-18 10:36:58 -03:00
Tim Steinbach 4a719e2884
oh-my-zsh: 2019-09-11 -> 2019-09-13 2019-09-18 07:19:12 -04:00
markuskowa 19a51cd2cb
Merge pull request #68263 from moaxcp/micronaut
micronaut init at 1.2.1
2019-09-18 13:14:36 +02:00
Mario Rodas f1747f0f88
Merge pull request #68966 from siriobalmelli-foss/fix/cargo-inspect
cargo-inspect: fix build on Darwin
2019-09-18 06:13:15 -05:00
Mario Rodas 957244b137
Merge pull request #69004 from marsam/update-telegraf
telegraf: 1.10.2 -> 1.12.1
2019-09-18 06:11:30 -05:00
Mario Rodas 389414b757
Merge pull request #68997 from marsam/update-mtm
mtm: 1.0.1 -> 1.1.0
2019-09-18 06:10:56 -05:00
Mario Rodas ff041bb09c
Merge pull request #69009 from marsam/update-terraform-lsp
terraform-lsp: 0.0.5 -> 0.0.6
2019-09-18 06:10:31 -05:00
Thomas Tuegel 86db1ece88
Merge pull request #68820 from babariviere/iosevka-2.0
iosevka: 1.4.3 -> 2.3.0
2019-09-18 05:48:48 -05:00
John Mercier b973a8e0d0 micronaut init at 1.2.1 2019-09-18 06:25:21 -04:00
Sirio Balmelli 7cb3992c6c
cargo-inspect: fix build on Darwin
package fails to build with 'ld: framework not found Security'
Solve by adding darwin.apple_sdk.frameworks.Security on Darwin.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-18 10:10:28 +02:00
Vincent Laporte e598c4001f
Merge pull request #68925 from vbgl/ocaml-cryptokit-fix-68874
ocamlPackages.cryptokit: fix #68874
2019-09-18 05:09:57 +00:00
Mario Rodas 24d976e39f
terraform-lsp: 0.0.5 -> 0.0.6
Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.6
2019-09-17 23:48:00 -05:00
Orivej Desh 651cd75f6c python.pkgs.scikitlearn: 0.20.3 -> 0.20.4 2019-09-18 03:14:45 +00:00
Matthew Bauer eb7118f980
Merge pull request #69002 from marsam/pianobar-darwin
pianobar: enable on darwin
2019-09-17 22:29:40 -04:00
Mario Rodas d990f0df4d
telegraf: 1.10.2 -> 1.12.1 2019-09-17 21:16:09 -05:00
Mario Rodas 5084011920
rclone: 1.49.2 -> 1.49.3 (#68999)
Changelog: https://forum.rclone.org/t/rclone-1-49-3-release/11825
2019-09-17 20:56:44 -05:00
Mario Rodas 9499f4f5c1
pianobar: enable on darwin 2019-09-17 20:38:51 -05:00
worldofpeace 4eaa8a815c
Merge pull request #66147 from worldofpeace/meson-ninja-docs
doc/stdenv: document meson variables
2019-09-17 21:30:36 -04:00
worldofpeace cd518845e2 doc/stdenv: document meson variables 2019-09-17 21:30:09 -04:00
Mario Rodas bd56ba8096
mtm: 1.0.1 -> 1.1.0
Changelog: https://github.com/deadpixi/mtm/releases/tag/1.1.0
2019-09-17 19:50:42 -05:00
Maximilian Bosch 17fb9ffdda
Merge pull request #68993 from elohmeier/xmind
xmind: fix shell escape
2019-09-18 02:44:03 +02:00
worldofpeace 7591343bf3
Merge pull request #68945 from rvolosatovs/update/tendermint
tendermint: 0.32.2 -> 0.32.3
2019-09-17 20:42:07 -04:00
worldofpeace 710212e761
Merge pull request #68982 from symphorien/nixos-unstable
paperwork: include setuptools to fix startup
2019-09-17 20:30:46 -04:00
worldofpeace 312d4cb545
Merge pull request #68994 from mweinelt/pr/pythonPackages/markdown
pythonPackages.markdown: add missing setuptools to propagatedBuildInput
2019-09-17 20:22:45 -04:00
worldofpeace 327c52ec70
Merge pull request #68717 from groodt/groodt-qbec-0.7.5
qbec: init at 0.7.5
2019-09-17 20:21:14 -04:00
Greg Roodt a0f7cd0997 qbec: init at 0.7.5 2019-09-17 20:20:56 -04:00
Franz Pletz 48277d3f9d
Merge pull request #68992 from alyssais/tarsnap
tarsnap: fix license to mark as unfree
2019-09-18 00:15:19 +00:00
Martin Weinelt 2b239b5b30 pythonPackages.markdown: add missing setuptools to propagatedBuildInput
Fixes the following ImportError on application startup:

/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/bin/markdown_py README.md > README.html.new
Traceback (most recent call last):
  File "/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/bin/.markdown_py-wrapped", line 7, in <module>
    from markdown.__main__ import run
  File "/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/lib/python2.7/site-packages/markdown/__init__.py", line 25, in <module>
    from .core import Markdown, markdown, markdownFromFile
  File "/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/lib/python2.7/site-packages/markdown/core.py", line 29, in <module>
    import pkg_resources
ImportError: No module named pkg_resources
make: *** [Makefile:53: README.html] Error 1
2019-09-18 02:12:57 +02:00
Enno Lohmeier 11435e0616 xmind: fix shell escape 2019-09-18 01:59:32 +02:00
Matthew Bauer 1bc7fae62d
Merge pull request #68889 from nspin/pr/various-cross-2
Various cross-compilation fixes
2019-09-17 19:35:44 -04:00
Alyssa Ross 39b5f5956e
tarsnap: fix license to mark as unfree
tarsnap has always been unfree, but this wasn't expressed properly, so
it wouldn't be caught by allowUnfree = false.
2019-09-17 23:12:56 +00:00
Nick Spinale 35f39ac48c dtc: make python bindings optional
dtc's build system does not support cross-compilation of its
swig-generated python bindings.
2019-09-17 23:09:55 +00:00
Nick Spinale 101947774c udisks2: disable docs when cross-compiling 2019-09-17 23:09:55 +00:00
Robin Gloster 9566ec034b
hardware.brightnessctl: add brightnessctl to env 2019-09-18 00:06:11 +02:00
Matthew Bauer b32fd0c093
Merge pull request #68898 from nspin/pr/docker-image-cross
build-support/docker: set default image arch to host arch
2019-09-17 18:04:59 -04:00
Bjørn Forsman 879f851cfc gnome3.gnome-boxes: set maintainers = gnome3.maintainers
All packages under ./pkgs/desktops/gnome-3/apps/ are maintained by
gnome3.maintainers except this one. Fix it.
2019-09-17 23:59:04 +02:00
Jan Tojnar be4606dbe4
Merge pull request #67617 from dawidsowa/kcc
kcc: init at 5.5.1
2019-09-17 23:58:49 +02:00
Matthew Bauer fc6c332677
Merge pull request #68960 from B4dM4n/boringtun-darwin
boringtun: fix darwin build
2019-09-17 17:57:14 -04:00
Matthew Bauer 97a0733e28
Merge pull request #68701 from matthewbauer/fix-ghc-dwarf
ghc: don’t use dwarf on windows
2019-09-17 17:55:10 -04:00
Matthew Bauer 3736220b5b
Merge pull request #68930 from matthewbauer/fix-cross-glibc
glibc: fix cross compilation with gcc8
2019-09-17 17:55:02 -04:00
Matthew Bauer b6ad762f9c
Merge pull request #68870 from B4dM4n/amp-darwin
amp: fix darwin build
2019-09-17 17:54:20 -04:00
Matthew Bauer 7c044bb820
Merge pull request #68783 from B4dM4n/webtest-darwin
pythonPackages.webtest: fix darwin build
2019-09-17 17:53:46 -04:00
worldofpeace 6bd2a8f08c
Merge pull request #68987 from worldofpeace/closures
nixos/release: add gnome3 closure
2019-09-17 17:53:32 -04:00
worldofpeace fb45993a62 nixos/release: add gnome3 closure 2019-09-17 17:48:40 -04:00
Matthew Bauer cda7025a71
Merge pull request #68528 from lilyball/macvim-ibtool-fix
macvim: work around ibtool issue
2019-09-17 17:48:13 -04:00
Matthew Bauer 1d7f5073fa
Merge pull request #68342 from sikmir/gpscorrelate
gpscorrelate: enable NLS
2019-09-17 17:47:07 -04:00
Matthew Bauer 8f2eb8042b
Merge pull request #68387 from d-goldin/libressl_fix_nc
libressl: fixing nc for version>=2.9
2019-09-17 17:42:57 -04:00
Matthew Bauer dae73e6bde
Merge pull request #68394 from matthewbauer/static-libxml2
static: disable python on macOS
2019-09-17 17:41:13 -04:00
Franz Pletz 6bbf9dc419
firmwareLinuxNonfree: 2019-07-17 -> 2019-08-15 2019-09-17 23:34:07 +02:00
Dima 044f771d59 libressl: fixing nc for version>=2.9
This addresses https://github.com/NixOS/nixpkgs/issues/68286

When `-R` (CA file location) is not specified, nc tries to fall back to
a default location. In 2.8 this was still configurable at compile time,
but was changed somewhere after. This replaces `/etc/ssl/cert.pem`
with `${cacert}/etc/ssl/cert.pem` in the code directly.

For a discussion of this, see https://github.com/NixOS/nixpkgs/pull/68456
2019-09-17 23:08:43 +02:00