Commit Graph

175296 Commits

Author SHA1 Message Date
LinArcX
ae3be1a41a ir-standard-fonts: init at unstable-2017-01-21 (#57943) 2019-04-08 09:30:11 -04:00
Bas van Dijk
394970047e nixos/tests: register the prometheus2 test 2019-04-08 15:24:23 +02:00
Markus Kowalewski
74e3bf3c0f
v4l-utils: 1.16.2 -> 1.16.5 2019-04-08 15:24:07 +02:00
LinArcX
185187f993 shabnam-fonts: init at v4.0.0 (#58446) 2019-04-08 09:19:41 -04:00
Bas van Dijk
7cf27feb2f
nixos/prometheus: get rid of empty arguments
Previously the prometheus.service file looked like:

  ExecStart=/nix/store/wjkhfw3xgkmavz1akkqir99w4lbqhak7-prometheus-1.8.2-bin/bin/prometheus -storage.local.path=/var/lib/prometheus/metrics \
    -config.file=/nix/store/zsnvzw51mk3n1cxjd0351bj39k1j6j27-prometheus.yml-check-config-checked \
    -web.listen-address=0.0.0.0:9090 \
    -alertmanager.notification-queue-capacity=10000 \
    -alertmanager.timeout=10s \
     \

  Restart=always

Now it's:

  ExecStart=/nix/store/wjkhfw3xgkmavz1akkqir99w4lbqhak7-prometheus-1.8.2-bin/bin/prometheus \
    -storage.local.path=/var/lib/prometheus/metrics \
    -config.file=/nix/store/zsnvzw51mk3n1cxjd0351bj39k1j6j27-prometheus.yml-check-config-checked \
    -web.listen-address=0.0.0.0:9090 \
    -alertmanager.notification-queue-capacity=10000 \
    -alertmanager.timeout=10s
  Restart=always
2019-04-08 14:59:12 +02:00
Bas van Dijk
a59c92903e
nixos/prometheus: use ExecStart instead of a shell script
This uses fewer lines of code and one less process.
2019-04-08 14:59:12 +02:00
Maximilian Bosch
d190794b4a
Merge pull request #59174 from dhl/dhl/development/tools/aws-sam-cli
aws-sam-cli: 0.5.0 -> 0.14.2
2019-04-08 14:38:10 +02:00
Jean-Baptiste Giraudeau
670359e8da
Expose prometheus generic builder.
So that people can easily try newer prometheus version
 in overlays:

 self: super: {
   prometheus_2 = (super.callPackage <nixpkgs/pkgs/servers/monitoring/prometheus> {}).generic {
     version = "2.8.1";
     sha256 = "0x8w0qdh4lcf19nmdlhvgzpy08c2a932d3k49cjwhi5npcsf858n";
     doCheck = false;
   };
 }
2019-04-08 14:02:31 +02:00
markuskowa
6b682c001d
Merge pull request #58792 from markuskowa/upd-mpi4py
pythonPackages.mpi4py: 3.0.0 -> 3.0.1
2019-04-08 13:57:09 +02:00
Elis Hirwing
6a384a5bc3
Merge pull request #59075 from dtzWill/update/php-apcu
phpPackages.apcu{,_bc}: minor updates
2019-04-08 13:56:54 +02:00
Markus Kowalewski
adbf19a9bd
pythonPackages.h5py: add ssh to checkInputs
ssh is required in the checkPhase by openmpi
2019-04-08 13:39:40 +02:00
Markus Kowalewski
b09c98b4aa
pythonPackages.mpi4py: 3.0.0 -> 3.0.1 2019-04-08 12:56:21 +02:00
R. RyanTM
4538f9ee3f flatpak: 1.2.3 -> 1.2.4 (#58671)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak/versions
2019-04-08 12:39:13 +02:00
Daniel Fabian
84ff0956a8 grub: Add support for gfxpayload in grub. Needed for NVIDIA drivers before KMS, afaik 2019-04-08 11:34:39 +01:00
Nick Novitski
33870626e6 govc: 0.16.0 -> 0.20.0 (#58986) 2019-04-08 12:26:39 +02:00
R. RyanTM
3262558303 pngout: 20130221 -> 20150319 (#58752)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pngout/versions
2019-04-08 12:25:53 +02:00
Manuel Mendez
54fe047800 netperf: 20180504 -> 20180613 (#59011)
netperf: 20180504 -> 20180613
2019-04-08 12:20:37 +02:00
David Leung
e5c07b8754
aws-sam-cli: 0.5.0 -> 0.14.2 2019-04-08 18:16:39 +08:00
Christian Kauhaus
2d2de77566 vulnix: 1.8.0 -> 1.8.1 (#59149) 2019-04-08 12:06:17 +02:00
Mathieu Boespflug
1fa743f927 google-cloud-sdk: 222.0.0 -> 241.0.0 (#59129) 2019-04-08 11:21:13 +02:00
worldofpeace
0100fe974f
Merge pull request #59072 from dhl/pythonPackages.serverlessrepo
pythonPackages.serverlessrepo: init at 0.1.8
2019-04-08 04:43:38 -04:00
Victor SENE
60b4ba1ecc jackett: 0.10.846 -> 0.11.170 2019-04-08 10:14:19 +02:00
Matthias Beyer
89c813c34e fltrdr: 0.1.1 -> 0.2.1
This adds also the new dependency "icu"

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-08 10:13:47 +02:00
Matthias Beyer
19a3abc1b8 wordgrinder: 0.7.1 -> 0.7.2 2019-04-08 10:13:47 +02:00
Matthias Beyer
514d9aa109 cli-visualizer: 1.7 -> 1.8 2019-04-08 10:13:47 +02:00
Matthias Beyer
c888f6f2e8 pipes: 1.2.0 -> 1.3.0 2019-04-08 10:13:46 +02:00
Maximilian Bosch
5553fcf950
Merge pull request #58899 from r-ryantm/auto-update/teamviewer
teamviewer: 14.1.3399 -> 14.2.2558
2019-04-08 10:07:16 +02:00
Aneesh Agrawal
24ae4ae604 nixos/sshd: Remove obsolete Protocol options (#59136)
OpenSSH removed server side support for the v.1 Protocol
in version 7.4: https://www.openssh.com/txt/release-7.4,
making this option a no-op.
2019-04-08 09:49:31 +02:00
David Leung
0d1ec03d1a
pythonPackages.serverlessrepo: init at 0.1.8
A Python library with convenience helpers for working with the AWS Serverless
Application Repository.
2019-04-08 15:23:26 +08:00
Gabriel Ebner
20ff71b4bf
Merge pull request #59010 from loewenheim/vdirsyncer-stable
vdirsyncerStable: init at 0.16.7
2019-04-08 09:07:31 +02:00
worldofpeace
fa7587456b
Merge pull request #59089 from dhl/dhl/python-modules/aws-lambda-builders
pythonPackages.aws-lambda-builders: init at 0.2.1
2019-04-08 02:42:40 -04:00
Austin Seipp
8ace9e6a44 pmdk: init at 1.6
Intel is finally shipping real persistent memory, now that Optane DCPMMs
are available with Cascade Lake processors. Therefore, programmers need
a persistent memory programming API!

In particular, pmdk is needed for QEMU features relating to persistent
memory: by enabling pmdk as a dependency of QEMU, you can proxy NVDIMMs
from the host system to virtual machines with the exact same consistency
guarantees. (In the normal case, these host NVDIMMs can be used as a
backend device for DAX-enabled filesystems, and the persistent memory
given to the virtual machine can be represeted as objects in the
filesystem, allowing granular distribution of non-volatile memory to
clients.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-08 01:42:26 -05:00
Austin Seipp
7fd1250b80 libndctl: 63 -> 64.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-08 01:42:26 -05:00
David Leung
6663765dbb
pythonPackages.aws-lambda-builders: init at 0.2.1 2019-04-08 14:30:54 +08:00
worldofpeace
00684128ea
Merge pull request #59038 from romildo/upd.deepin.dde-network-utils
deepin.dde-network-utils: init at 0.1.2
2019-04-08 02:03:43 -04:00
worldofpeace
eab07dbd65 sequeler: add pantheon maintainers 2019-04-08 01:44:06 -04:00
worldofpeace
2e7cb730ac
Merge pull request #59088 from dhl/dhl/python-modules/chevron
pythonPackages.chevron: init at 0.13.1
2019-04-08 01:24:39 -04:00
David Leung
7033cf04dd
pythonPackages.chevron: init at 0.13.1
A Python implementation of mustache
2019-04-08 13:19:01 +08:00
Ryan Mulligan
ab4a188981
Merge pull request #58876 from r-ryantm/auto-update/salt
salt: 2018.3.2 -> 2019.2.0
2019-04-07 21:59:59 -07:00
Peter Hoeg
f68549c338
Merge pull request #57946 from bricewge/tomb-2.5-no-gpg-symlink
tomb: remove gpg symlink
2019-04-08 11:52:35 +08:00
Matthew Bauer
33a259a11b
Merge pull request #59138 from NixOS/writeTextFile-fix-comment
trivial-builders: Fix outdated comment on writeTextFile
2019-04-07 22:16:45 -04:00
Ryan Mulligan
70723a9167
Merge pull request #58442 from teto/fcitx_bump
fcitx: 4.2.9.5 -> 4.2.9.6
2019-04-07 19:09:10 -07:00
Ryan Mulligan
4819c7d8f1
Merge pull request #56464 from Izorkin/ejabberd
ejabberd: 18.12.1 -> 19.02
2019-04-07 17:47:48 -07:00
Ryan Mulligan
c2a27c27c0
Merge pull request #58008 from r-ryantm/auto-update/babl
babl: 0.1.60 -> 0.1.62
2019-04-07 17:36:55 -07:00
Ryan Mulligan
12bb60fc18
Merge pull request #58643 from andrewchambers/fix-license
vo-amrwbenc: Fix an incorrect license.
2019-04-07 17:22:10 -07:00
Samuel Dionne-Riel
40d59c6e8e
Merge pull request #58976 from gilligan/remove-nodejs6
Remove nodejs-6_x which is about to enter EOL
2019-04-07 19:49:24 -04:00
Ryan Mulligan
096603c68a
Merge pull request #58703 from r-ryantm/auto-update/leatherman
leatherman: 1.5.4 -> 1.6.0
2019-04-07 16:40:41 -07:00
worldofpeace
0cc6d0b390
Merge pull request #58862 from r-ryantm/auto-update/quota
linuxquota: 4.04 -> 4.05
2019-04-07 19:37:08 -04:00
worldofpeace
281211f42f
Merge pull request #57478 from r-ryantm/auto-update/rtv
rtv: 1.25.1 -> 1.26.0
2019-04-07 19:32:34 -04:00
worldofpeace
76c80bfbfe
Merge pull request #58762 from r-ryantm/auto-update/pwndbg
pwndbg: 2018.07.29 -> 2019.01.25
2019-04-07 19:28:54 -04:00