3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

172363 commits

Author SHA1 Message Date
Tim Steinbach 8a81fbee4b
linux: 4.14.112 -> 4.14.113
(cherry picked from commit ab17efc087)
2019-04-20 08:40:52 -04:00
Timo Kaufmann 73c885246f
Merge pull request #58119 from rnhmjoj/spectral
[backport] spectral: 2018-09-24 -> 2019-03-03
2019-04-20 11:03:31 +02:00
worldofpeace b807bc8a53
Merge pull request #59888 from joachifm/aws-sams-cli-backport
[release-19.03] Backport aws-sam-cli
2019-04-19 22:45:35 -04:00
Aaron Andersen 2be3fc7a3b perlPackages.libapreq2: install the perl & apache modules
(cherry picked from commit 2f25d58fc8)
2019-04-19 21:00:01 -04:00
Yarny0 437f5c3fe5 hylafaxplus: update meta
* move meta attrset into curly brackets
* update homepage (finally supports https)
* add downloadPage
* add longDescription

(cherry picked from commit 729ce1cc58)
2019-04-19 17:07:59 +02:00
Yarny0 05459ce36b nixos/hylafax: fix faxq ModemGroup setting
The manpage claims that the "limit" in the setting::
  <name>:[<limit>:]<regex>
is optional and defaults to zero, implying no limit.
However, tests confirmed that it actually isn't optional.

Without limit, the setting ``any:.*`` places
outbound jobs on infinite hold if no particular
modem was specified on the sendfax command line.
The new default value ``any:0:.*`` from
this commit uses any available modem to
send jobs if not modem was given to sendfax.

(cherry picked from commit e57156bcaa)
2019-04-19 17:07:38 +02:00
Yarny0 803d10f624 nixos/hylafax: add 'yarny' (= myself) as maintainer
I forgot to do this when I submitted this module with
commit 12fa95f2d6.

(cherry picked from commit 1438f7b664)
2019-04-19 17:06:41 +02:00
Jethro Kuan 2cef8127e0 steamrt 1.1 -> 1.2
(cherry picked from commit f785ba1d74)
2019-04-19 16:34:25 +02:00
David Leung dd1d40b447
aws-sam-cli: 0.5.0 -> 0.14.2
(cherry picked from commit e5c07b8754)
2019-04-19 15:42:44 +02:00
R. RyanTM 20d042a679
python27Packages.aws-sam-translator: 1.9.1 -> 1.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-aws-sam-translator/versions

(cherry picked from commit b83973990f)
2019-04-19 15:42:42 +02:00
David Leung 68cd44c3d2
pythonPackages.serverlessrepo: init at 0.1.8
A Python library with convenience helpers for working with the AWS Serverless
Application Repository.

(cherry picked from commit 0d1ec03d1a)
2019-04-19 15:42:40 +02:00
David Leung 05a440b1bb
pythonPackages.chevron: init at 0.13.1
A Python implementation of mustache

(cherry picked from commit 7033cf04dd)
2019-04-19 15:42:40 +02:00
David Leung dd45b02d80
pythonPackages.aws-lambda-builders: init at 0.2.1
(cherry picked from commit 6663765dbb)
2019-04-19 15:42:39 +02:00
David Leung e29f6ddf73
maintainers: add dhkl
(cherry picked from commit cc26f5fda9)
2019-04-19 15:42:38 +02:00
worldofpeace 2f0eda84b6
Merge pull request #59753 from worldofpeace/qsynth-backport
Qsynth backport
2019-04-19 09:08:00 -04:00
AmineChikhaoui f9432d125b
ec2-amis.nix: add 19.03 amis
(cherry picked from commit 548932640b)
2019-04-19 07:52:56 -04:00
Joachim Fasting 1fa9a0819e
tor-browser-bundle-bin: defaults for XAUTHORITY and DBUS_SESSION_BUS_ADDRESS
See https://github.com/NixOS/nixpkgs/issues/55082
and https://github.com/NixOS/nixpkgs/issues/20157#issuecomment-272767442

(cherry picked from commit bce47ea9d5)
2019-04-19 12:36:04 +02:00
Bruno Bigras 27a28c1748
rofi: fix homepage URL (#59837)
(cherry picked from commit bbc7ba5aeb)
2019-04-19 12:36:02 +02:00
Peter Hoeg 7949402dfd
rubber: fix build
(cherry picked from commit 074f57b4a8)
2019-04-19 12:35:57 +02:00
jD91mZM2 286366e7e2 xidlehook: v0.6.1 -> v0.6.2 (#57599)
(cherry picked from commit b9887d9fd1)
2019-04-19 11:26:19 +02:00
xrelkd fe334ad075
go-ethereum: 1.8.26 -> 1.8.27
(cherry picked from commit c41784a321)
2019-04-19 08:59:32 +01:00
Jörg Thalheim 70546dbd6b
rambox: 0.6.3 -> 0.6.6
(cherry picked from commit 975734c665)
Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
2019-04-19 08:49:01 +02:00
adisbladis 8ea36d7325
zfsUnstable: 0.8.0-rc3 -> 0.8.0-rc4
(cherry picked from commit e3a83b5bc0)
2019-04-18 22:37:03 +01:00
Sarah Brofeldt bc866ab334
Merge pull request #59822 from srhb/backport-steam-fix-missing-setupsh
[19.03] steam: fix steamrt trying to use a missing setup.sh
2019-04-18 22:11:21 +02:00
Linus Heckemann 2f0eaa072f
Merge pull request #59848 from AmineChikhaoui/ec2-fix-resize2fs
ec2 image: fix resize2fs (cherry pick PR#57633)
2019-04-18 21:53:59 +02:00
talyz 74ef29ec38
amazon-image.nix: Resolve failure to include resize2fs
Since 34234dcb51, for resize2fs to be automatically included in
initrd, a filesystem needed for boot must be explicitly defined as an
ext* type filesystem.

(cherry picked from commit 261372b69c)
2019-04-18 14:03:19 -04:00
worldofpeace f5a69a98d9
Merge pull request #59841 from worldofpeace/pantheon-backport
backport #59339
2019-04-18 12:44:20 -04:00
worldofpeace a4984f0b50 pantheon.elementary-gtk-theme: 5.2.2 -> 5.2.3
https://github.com/elementary/stylesheet/releases/tag/5.2.3
(cherry picked from commit f8e61c28ca)
2019-04-18 12:18:00 -04:00
worldofpeace 47d290ff61 pantheon.elementary-photos: fix issue introduced in elementary/photos#498
(cherry picked from commit 75cc84b3b7)
2019-04-18 12:02:58 -04:00
worldofpeace d62e3c806f lightlocker: 1.8.0 -> 1.9.0
* meson!
* enabled UPower functionality

https://github.com/the-cavalry/light-locker/releases/tag/v1.9.0
(cherry picked from commit 26463d0736)
2019-04-18 12:02:53 -04:00
worldofpeace 5aa4a8dd0a pantheon.elementary-music: 5.0.3 -> 5.0.4
https://github.com/elementary/music/releases/tag/5.0.4
(cherry picked from commit 5dc1b85f3f)
2019-04-18 12:02:50 -04:00
worldofpeace 89ea5bddac pantheon.switchboard-plug-mouse-touchpad: 2.1.4 -> 2.2.0
Uses org.gnome.settings-daemon.plugins.xsettings
for middle click paste. I've hardcoded this with a patch.

https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.2.0
(cherry picked from commit 97eb1c1af8)
2019-04-18 12:02:47 -04:00
worldofpeace 3ba413dcec networkmanagerapplet: hardcode for eap gschema
This is needed for the networking plug in pantheon.switchboard
and the related indicator in pantheon.wingpanel

(cherry picked from commit cb3579d8c4)
2019-04-18 12:02:45 -04:00
worldofpeace 152d2ae8c0 pantheon.wingpanel-indicators: use placeholder
(cherry picked from commit 4a690093b1)
2019-04-18 12:02:41 -04:00
worldofpeace 3c8643fea6 pantheon.switchboard-plugs: use placeholder
(cherry picked from commit b335d5640c)
2019-04-18 12:02:38 -04:00
worldofpeace d8a0995254 pantheon.elementary-photos: 2.6.2 -> 2.6.3
Drop gexiv2 0.12 patch, fix is upstream.

https://github.com/elementary/photos/releases/tag/2.6.3
(cherry picked from commit 69edf51963)
2019-04-18 12:02:34 -04:00
Török Edwin 534d8ff742 linux: Fix update script
The script was wrecking `modDirVersion`, putting them back and
ensuring it will not break again.

(cherry picked from commit 922c07d2d2)
2019-04-18 14:29:18 +00:00
worldofpeace 5d1c54ff32
Merge pull request #59805 from das-g/add-mutter-keybindings
gnome3.gnome-control-center: Add mutter keybindings (backport to release-19.03)
2019-04-18 09:20:49 -04:00
Bas van Dijk 31b53e0f4b
Merge pull request #59832 from basvandijk/prometheus-pushgateway-module-release-19.03
Backport "Prometheus pushgateway 0.4.0 -> 0.8.0 & module" to release 19.03
2019-04-18 14:41:30 +02:00
Bas van Dijk 5776161ae9 nixos/prometheus/pushgateway: add module and test
(cherry picked from commit d1940beb3a)
2019-04-18 14:12:32 +02:00
Bas van Dijk a3178b02f9 prometheus-pushgateway: 0.7.0 -> 0.8.0
(cherry picked from commit b0fbe1df3f)
2019-04-18 14:12:32 +02:00
Ivan Kozik ae14052161 prometheus-pushgateway: 0.4.0 -> 0.7.0
Add some tests to make sure the --version output includes the values
passed in with -X.

Add myself as a maintainer.

(cherry picked from commit 8b4b12ed7a)
2019-04-18 14:12:32 +02:00
Bas van Dijk 1cbe0fe172
Merge pull request #59831 from basvandijk/prometheus-refactoring-release-19.03
Backport "nixos/prometheus: refactored & added more missing options" to release 19.03
2019-04-18 14:10:52 +02:00
Bas van Dijk c99b5b4a5d nixos/prometheus: add more missing options
(cherry picked from commit cdd82681b3)
2019-04-18 13:46:57 +02:00
Bas van Dijk cf444536f6 nixos/prometheus: abstract over optional option creation
(cherry picked from commit 285fd3c05a)
2019-04-18 13:46:57 +02:00
Bas van Dijk 3a253af8f0 nixos/prometheus: set optional attributes to type types.nullOr
This makes sure that when a user hasn't set a Prometheus option it
won't show up in the prometheus.yml configuration file. This results
in smaller and easier to understand configuration files.

(cherry picked from commit 55ef5d4246)
2019-04-18 13:46:57 +02:00
Bas van Dijk c8e2dc05c6 nixos/prometheus: filter out the _module attr in a central place
We previously filtered out the `_module` attribute in a NixOS
configuration by filtering it using the option's `apply` function.

This meant that every option that had a submodule type needed to have
this apply function. Adding this function is easy to forget thus this
mechanism is error prone.

We now recursively filter out the `_module` attributes at the place we
construct the Prometheus configuration file. Since we now do the filtering
centrally we don't have to do it per option making it less prone to errors.

(cherry picked from commit 57e5b75f9c)
2019-04-18 13:46:57 +02:00
Bas van Dijk bcd5fe6471
Merge pull request #59769 from basvandijk/prometheus-ec2-release-19.03
Backport prometheus ec2_sd_config and tls_config options to release-19.03
2019-04-18 13:44:31 +02:00
Brian McKenna 595da06f69 steam: fix steamrt trying to use a missing setup.sh (#59326)
I was getting the following error after a Steam update:

    internal error: /steamrt/setup.sh is missing, this runtime is invalid or corrupted

The script is used to put things on PATH but it doesn't seem we need to do that.

(cherry picked from commit 098cf3b348)
2019-04-18 11:38:50 +02:00
Domen Kožar 6866a74a85
atom: bump
(cherry picked from commit f27690a252)
Signed-off-by: Domen Kožar <domen@dev.si>
2019-04-18 16:22:44 +07:00