Commit Graph

231883 Commits

Author SHA1 Message Date
Matthew Bauer 74c8e34ece
Merge pull request #91114 from danieldk/clojure-man-pages
clojure: install man pages
2020-06-21 21:33:20 -04:00
Aaron Andersen d9e94d1d03
Merge pull request #91069 from Ma27/bump-gitea
gitea: 1.11.6 -> 1.12.0
2020-06-21 19:16:27 -04:00
Max Wittig 42ab6da6a8
gitlab-runner: 13.0.1 -> 13.1.0 (#91239) 2020-06-21 22:41:47 +00:00
Maximilian Bosch b31645cfa9
Merge pull request #91247 from dotlambda/fix-khard
khard: fix tests
2020-06-22 00:01:26 +02:00
Thomas Marchand 0b58e1dcd0 wpsoffice: add myself as a maintainer 2020-06-21 23:56:49 +02:00
Jingjing Duan 5f48a53f69 fastmod: init at 0.4.0 2020-06-21 13:27:47 -07:00
Florian Klink 44d75efd7f
Merge pull request #91214 from flokli/make-ext4-fs-fudge-factor
nixos/make-ext4-fs: increase fudge factor from 1.03 to 1.10
2020-06-21 22:13:12 +02:00
Jörg Thalheim 5d9cb9a0c2
Merge pull request #91229 from nagisa/nagisa/tracy-binaries 2020-06-21 20:58:31 +01:00
Jörg Thalheim db7e2b484b
python3.pkgs.zimports: add missing setuptools (#90026)
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-06-21 19:06:39 +00:00
Matthieu Coudron b5dc9f6ba7
Merge pull request #91235 from onsails/vim-plugins
Missing vim plugins
2020-06-21 20:53:00 +02:00
Martin Milata 8c3ec36de0 pythonPackages.mautrix: 0.5.4 -> 0.5.7 2020-06-21 20:45:18 +02:00
Andrey Kuznetsov 59206e50e8 vimPlugins.vim-floaterm: init at 2020-06-21 2020-06-21 18:40:12 +00:00
Jingjing Duan d9c5a0a13e maintainers: add jduan 2020-06-21 11:34:43 -07:00
Simonas Kazlauskas 84871fb982 tracy: add capture and update binaries
These are used to capture the trace without using the GUI tool and
update the saved trace files from older to newer versions. `update` also
allows to re-compress the trace files for whatever reason one might want
to do it.
2020-06-21 21:34:36 +03:00
Daniël de Kok dbad5e5f29 resilio-sync: 2.7.0 -> 2.7.1
Changelog:

https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
2020-06-21 20:10:22 +02:00
Robert Schütz f0e598bd84 khard: fix tests
Sandboxing causes the help to be displayed differently when the COLUMNS
variable is not set. See https://github.com/scheibler/khard/issues/263.
2020-06-21 20:10:14 +02:00
Jörg Thalheim 681b4034bd
Merge pull request #91234 from Mic92/hass
home-assistant: also collect after_dependencies
2020-06-21 19:04:47 +01:00
Mario Rodas 00761213cd
Merge pull request #90977 from artemist/lepton
lepton: 1.2.1 → git-2019-08-20
2020-06-21 12:51:13 -05:00
Daniël de Kok 9993d6cefc
Merge pull request #85576 from emacsomancer/gargoyle2019.1.1
gargoyle: 2018.10.06 -> 2019.01.01
2020-06-21 19:42:25 +02:00
Martin Weinelt 735800c7a1
esphome: 1.14.3 -> 1.14.4 (#91204) 2020-06-21 19:40:11 +02:00
Artemis Tosini b48a4514ca
lepton: 1.2.1 → 2019-08-20 2020-06-21 17:31:59 +00:00
Andrey Kuznetsov b87ff37047 vimPlugins.onedark-vim: init at 2020-05-01 2020-06-21 17:29:57 +00:00
Andrey Kuznetsov b9931ffe47 vimPlugins.oceanic-next: init at 2019-04-10 2020-06-21 17:29:57 +00:00
Andrey Kuznetsov ed19f15ea4 vimPlugins.semantic-highlight-vim: init at 2019-09-01 2020-06-21 17:29:57 +00:00
Andrey Kuznetsov 9cccf17da2 vimPlugins.vim-crates: init at 2019-11-11 2020-06-21 17:29:57 +00:00
Andrey Kuznetsov b7ca1c7c7d vimPlugins.vim-jsx-typescript: init at 2020-04-29 2020-06-21 17:29:57 +00:00
Robert Hensing 838822a2e5
Merge pull request #91223 from hercules-ci/init-hercules-ci-agent-package
hercules-ci-agent: init at 0.7.2
2020-06-21 17:56:19 +02:00
tilpner 87c11dd953
openimagedenoise: 1.1.0 -> 1.2.1 2020-06-21 17:48:33 +02:00
Michael Weiss 7daa00707d
dav1d: 0.7.0 -> 0.7.1 2020-06-21 17:10:55 +02:00
Jörg Thalheim d9068791d9
home-assistant: also collect after_dependencies 2020-06-21 16:08:37 +01:00
Benjamin Slade 37d231adfe gargoyle: 2018.10.06 -> 2019.01.01
- latest released version

- changes: adopt suggestions + more fixes
2020-06-21 09:04:16 -06:00
Luflosi f96feeef7c kitty: 0.17.4 -> 0.18.0
https://github.com/kovidgoyal/kitty/releases/tag/v0.18.0

I submitted a patch to kitty, so that the library paths can now be passed as arguments to the build system, eliminating the need for patching. This should reduce the required maintenance effort in the future.

This commit removes the dependency on `which`, which is no longer necessary since 5e4fe584fa. It was introduced in 481e61fad8.

The configure phase is now ignored because kitty has no configure script.

The kitty tests are now run after compilation.

The zsh completions no longer need to be invoked with `source` since 38eb737845, so remove the outdated comment.

There is now a link to the changelog.
2020-06-21 16:57:05 +02:00
Andrey Kuznetsov fbbdc5a27d vimPlugins.git-messenger-vim: init at 2020-06-08 2020-06-21 13:26:01 +00:00
Andrey Kuznetsov f055ae8e41 vimPlugins: update 2020-06-21 13:17:19 +00:00
Daniël de Kok 801cd893c9
Merge pull request #91126 from 06kellyjac/deno_1.1.1
deno: 1.1.0 -> 1.1.1
2020-06-21 15:06:51 +02:00
Ryan Mulligan dd351ef084
Merge pull request #91215 from Mic92/hardware
README: include link to nixos-hardware
2020-06-21 06:05:03 -07:00
Jörg Thalheim bc751f4f90
Merge pull request #91227 from mweinelt/pymetno
pythonPackages.pymetno: 0.5.0 -> 0.5.1
2020-06-21 14:04:48 +01:00
Phillip Cloud 28d42496f8 tracy: 0.6.3 -> 0.7 2020-06-21 09:04:43 -04:00
Jörg Thalheim 9aa668ef04
Merge pull request #91154 from Mic92/homeassistant 2020-06-21 13:59:28 +01:00
Martin Weinelt 663abfb1e4
pythonPackages.pymetno: 0.5.0 -> 0.5.1
Fixes requests to the updated API endpoint.
2020-06-21 14:57:57 +02:00
Daniël de Kok fd7f6062a0
Merge pull request #88098 from mmilata/libreswan-3.32
libreswan: 3.31 -> 3.32
2020-06-21 14:49:32 +02:00
Doron Behar 8acdd6db79 vim_configureable: improve luajit support 2020-06-21 14:45:11 +02:00
Daniël de Kok 30adb1fb9e
Merge pull request #89276 from jobojeha/master
utf8cpp: init at 3.1.1
2020-06-21 14:29:01 +02:00
Jonathan Jeppener-Haltenhoff f6e102fc63 utf8cpp: init at 3.1.1 2020-06-21 14:14:41 +02:00
Jonathan Jeppener-Haltenhoff 51273a0f73 maintainers: Add jobojeha 2020-06-21 14:14:40 +02:00
Ingo Blechschmidt a64a315151 terminus-font: make build reproducible by using `gzip -n` 2020-06-21 14:08:25 +02:00
Florian Klink 387f3b58d2 hardware.deviceTree: add name
This can be used to explicitly specify a specific dtb file, relative to
the dtb base.

Update the generic-extlinux-compatible module to make use of this option.
2020-06-21 13:48:22 +02:00
Florian Klink bd8137aef1 extlinux-conf-builder.sh: allow a custom FDT to be specified
Some bootloaders might not properly detect the model.
If the specific model is known by configuration, provide a way to
explicitly point to a specific dtb in the extlinux.conf.
2020-06-21 13:48:22 +02:00
Florian Klink afa627730e nixos/sd-image-*: use boot.loader.generic-extlinux-compatible.populateCmd
While getting rid of the separate extlinux-conf-builder import, this now
also honors boot.loader.timeout in the initial sd card image if
specified.
2020-06-21 13:48:17 +02:00
Florian Klink 54129e72b4 nixos/generic-extlinux-compatible: introduce boot.loader.generic-extlinux-compatible.populateCmd
This option exposes the builder command used to populate an image,
honoring all options except the -c <path-to-default-configuration>
argument.

Useful to have for sdImage.populateRootCommands.

Special care needs to be taken w.r.t cross - the populate command runs
on the host platform, the activation script on the build platform (so
the builders differ)
2020-06-21 13:41:22 +02:00