Commit Graph

43351 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
LinArcX
185187f993 shabnam-fonts: init at v4.0.0 (#58446) 2019-04-08 09:19:41 -04: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
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
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
David Leung
6663765dbb
pythonPackages.aws-lambda-builders: init at 0.2.1 2019-04-08 14:30:54 +08: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
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
Aneesh Agrawal
a345852ca5 pybcrypt: remove old and insecure package
pybcrypt has had open vulnerabilities for years
and is unlikely to ever be updated;
there are no users in nixpkgs.
Other alternatives such as the `bcrypt` python module are available.
2019-04-07 15:32:56 -07:00
Pascal Wittmann
c62b24679b
Merge pull request #59065 from vbgl/ocaml-base64-3.1.0
ocamlPackages.base64: 2.0.0 -> 3.2.0
2019-04-07 21:57:38 +02:00
Frederik Rietdijk
7f7da0a16f Merge master into staging-next 2019-04-07 15:14:52 +02:00
Christian Kögler
75060fab76 vdr: fix overrideAttrs (#59083)
The current vdr derivation can not be overritten. The attribute plugins
gets lost while overriding and that leads to problems when evaluating
vdrPlugins.

Moved vdr own plugins outside vdr derivation.
2019-04-07 15:09:38 +02:00
Tim Williams
8203fba410 mixxx: 2.1.5 -> 2.2.0 (#53643) 2019-04-07 14:05:57 +01:00
Сухарик
e090a62b79 tox-node: init at 0.0.7 2019-04-07 15:29:30 +03:00
Gabriel Ebner
34cd3ac020
Merge pull request #59101 from gebner/lib3mf
lib3mf: init at 1.8.1
2019-04-07 12:09:39 +02:00
Gabriel Ebner
8eee84f0eb lib3mf: init at 1.8.1 2019-04-07 11:38:07 +02:00
Sebastian Zivota
12fb4154c5 vdirsyncerStable: init at 0.16.7
vdirsyncerStable: fixed maintainers
2019-04-07 11:28:32 +02:00
Frederik Rietdijk
4a125f6b20 Merge master into staging-next 2019-04-07 08:33:41 +02:00
Will Dietz
fd0570bcb7 joplin: top-level \o/ 2019-04-07 01:26:39 -05:00
Austin Seipp
12db6c18f9 cryptol: fix, rework cryptol 2.6.0 builds
- The previous build of Cryptol was broken on GHC 8.6.x, which is now the
  new default. That's been fixed with a few upstream patches that will come
  up whenever the next release happens.

  - There was also a build failure on base-compat, fixed by jailbreaking.

  - The previous setup had all-packages.nix creating a new derivation
  solely for the purpose of wrapping the Z3 binary. This has been removed:
  the wrapper is still added but during the Haskell build itself, so that
  all Haskell dependent packages can use the cryptol interpreters too.

  - In its place, we use justStaticExecutables, so people using nix-env
  and Cryptol users who *don't* need haskell dependencies can get much
  smaller closures. Obviously this still implies a second build, but
  this build is much more useful than one that merely adds a shell
  script to a package that's relatively expensive to compile...

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-07 00:45:22 -05:00
worldofpeace
9df9f3c464
Merge pull request #59009 from aristaeus/ibus-1.5.20
ibus: 1.5.17 -> 1.5.20
2019-04-06 18:38:14 -04:00
Ben Harper
b1298b38df ibus 1.5.17 -> 1.5.20 2019-04-06 18:34:02 -04:00
Will Dietz
ce1705f5cf apcu_bc: 1.0.4 -> 1.0.5
https://pecl.php.net/package/apcu_bc/1.0.5
2019-04-06 10:29:03 -05:00
Will Dietz
da67b42636 apcu: 5.1.15 -> 5.1.17
Minor:
https://pecl.php.net/package-info.php?package=APCu&version=5.1.16
https://pecl.php.net/package-info.php?package=APCu&version=5.1.17
2019-04-06 10:28:45 -05:00
Vincent Laporte
3a10042c81
ocamlPackages.base64: 2.0.0 -> 3.2.0
Keep the legacy version under attribute `base64_2`
2019-04-06 13:24:16 +00:00
Franz Pletz
4a985a67c5
proxmark3: init at 3.1.0 2019-04-06 15:00:18 +02:00
Jaka Hudoklin
c087b608e8
Merge pull request #58360 from xtruder/pkgs/dockerTools/nix-prefetch-docker
dockerTools: add nix-prefetch-docker script
2019-04-06 14:44:19 +02:00
Pascal Wittmann
cfb6ade58c
Merge pull request #58931 from bzizou/migrate
migrate: init at 3.7.2
2019-04-06 14:23:50 +02:00
Jaka Hudoklin
c1f0d19785
dockerTools: add nix-prefetch-docker script 2019-04-06 14:16:40 +02:00
Vladimír Čunát
526c4292ae
Merge branch 'staging-next'
This iteration was long, about five weeks (2fcb11a2), I think.
Darwin: it's missing a few thousand binaries and there's a make-netbsd
regression, but I suppose these aren't merge blockers.
2019-04-06 13:20:53 +02:00
Vincent Laporte
50a03f8632 hol_light: 2018-09-30 -> 2019-03-27 2019-04-06 11:03:29 +02:00
Dmitry Kalinkin
21d1b195c8
Merge pull request #58939 from Lucus16/latexrun
Add latexrun package
2019-04-05 19:00:16 -04:00
Will Dietz
95ce16a7c4
Merge pull request #58520 from dtzWill/update/inter-ui-vs-inter
inter,inter-ui: keep font name the same for attributes, split off, bump to 3.5
2019-04-05 16:05:22 -05:00
Benjamin Staffin
b391a1602d
tilingnome: init at 2019-01-18 (#58980) 2019-04-05 17:01:52 -04:00
Will Dietz
346082f8ec inter,inter-ui: init new 'inter', bump inter-ui to last w/that name 2019-04-05 15:50:53 -05:00
worldofpeace
c794bdaf0e
Merge pull request #58970 from eyJhb/curseradio
curseradio: init at 0.2
2019-04-05 15:52:08 -04:00
eyjhbb@gmail.com
810df3f55c curseradio: init at 0.2 2019-04-05 15:48:07 -04:00
Vladimír Čunát
1279016787
Re-Revert "Merge #58997 gettext: apply patch for CVE 2018-1875"
This reverts commit 742416addb.
Moved to staging.
2019-04-05 21:03:59 +02:00
Vladimír Čunát
742416addb
Revert "Merge #58997 gettext: apply patch for CVE 2018-1875"
This reverts commit f93e176475, reversing
changes made to 2771375d6e.
The MR was meant for staging, not staging-next, so let's move it.
2019-04-05 20:59:44 +02:00
Vincent Laporte
014196b7db dotnetPackages.FsLexYaccRuntime: init at 6.1.0 2019-04-05 20:05:49 +02:00
Jan Tojnar
521f07c968
perlPackages.Glib: 1.328 → 1.329
Update, disable tests failing with glib 2.60:

https://rt.cpan.org/Public/Bug/Display.html?id=128165
2019-04-05 12:14:07 +02:00
Christian Theune
3d9e28e96d gettext: apply patch for CVE 2018-18751
Re-include an older automake (1.15) because that's explicitly depended upon.
2019-04-05 11:43:56 +02:00
Jan Tojnar
cb1a20499a
Merge branch 'master' into staging 2019-04-05 11:37:15 +02:00
Robert Schütz
9fa17c5957
Merge pull request #58690 from dotlambda/flexget-2.20.17
flexget: 2.17.20 -> 2.20.17
2019-04-05 11:29:32 +02:00
Bruno Bzeznik
0b03f44c2f migrate: init at 3.7.2 2019-04-05 09:01:36 +02:00
xeji
ba01392d91
Merge pull request #58946 from marzipankaiser/fix/grisbi-update
grisbi: 1.0.4 -> 1.2.1
2019-04-04 22:46:43 +02:00
Carles Pagès
bfeff26257
Merge pull request #58719 from cpages/master
calligra: mark broken
2019-04-04 22:09:40 +02:00
tobias pflug
0e296d5fcd
Remove nodejs-6_x which is about to enter EOL
- Remove nodejs-6_x
- Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x
- Re-generate node2nix generated files using nodejs-8_x instead
2019-04-04 18:43:06 +01:00
Marcial Gaißert
25b53f3223
grisbi: change gtk version gtk2 -> gtk3
Newer Grisbi versions do not compile with gtk2
2019-04-04 15:06:33 +02:00
markuskowa
3eecb297bc
Merge pull request #58936 from bzizou/charliecloud
charliecloud: init at 0.9.8
2019-04-04 14:43:36 +02:00
Bruno Bzeznik
8a298f8d5a charliecloud: init at 0.9.8 2019-04-04 14:16:48 +02:00
aanderse
1aa1ea53e2 perlPackages.CGIMinimal: init at 1.29 (#58935) 2019-04-03 22:53:34 +02:00
Lars Jellema
8cc7b1cce3
latexrun: init at unstable-2015-11-18 2019-04-03 19:50:00 +02:00
Peter Hoeg
61613a2512
Merge pull request #57337 from peterhoeg/m/logitech
nixos: better support for logitech devices and update relevant packages
2019-04-03 21:19:56 +08:00
markuskowa
126e1f8fd0
Merge pull request #58538 from bzizou/stacks
stacks: init at 2.3e
2019-04-03 14:41:00 +02:00
Bruno Bzeznik
e7899d2a00 stacks: init at 2.3e 2019-04-03 14:01:32 +02:00
Anderson Torres
84b7a7645f
Merge pull request #52396 from bignaux/ps2client
ps2client: init at 2018-10-18
2019-04-03 05:48:55 -03:00
aanderse
427320c659 perlPackages.DBDOracle: init at 1.76 (#58726) 2019-04-02 23:14:32 +02:00
Vladimír Čunát
2771375d6e
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1512490
2019-04-02 20:56:53 +02:00
Michael Weiss
4572e79ef9
bundler-audit: init at 0.6.1 2019-04-02 17:53:25 +02:00
Ryan Mulligan
91daa7d3ac
Merge pull request #57768 from gnidorah/pakcs
pakcs: 2.0.2 -> 2.1.1
2019-04-02 07:26:40 -07:00
Ryan Mulligan
4d160c3f09
Merge pull request #57486 from canndrew/picotts
picotts: init at 2018-10-19
2019-04-01 19:53:11 -07:00
Carles Pagès
396dcdf89b calligra: fix build 2019-04-02 00:36:04 +02:00
Franz Pletz
323cfa90b5
pythonPackages.aioesphomeapi: init at 1.8.0 2019-04-01 17:28:17 +02:00
Florian Klink
8313a5dcd3
Merge pull request #58588 from shazow/fix/vlc
vlc: Add chromecast support; libmicrodns: Init at 0.0.10
2019-04-01 17:16:42 +02:00
Robert Schütz
4ea19b7771 python.pkgs.zipp: init at 0.3.3 2019-04-01 17:01:26 +02:00
Tim Steinbach
7b80c122cd
kafka: Add 2.2 2019-04-01 08:29:44 -04:00
Leroy Hopson
9848c2b667 zzuf: init at 0.15 2019-04-01 15:43:32 +07:00
John Ericson
716503d063 Merge branch 'staging' into rust-cross 2019-04-01 00:47:46 -04:00
John Ericson
4ccb74011f Merge commit '18aa59b0f26fc707e7313f8467e67159e61600c2' from master into staging
There was one conflict in the NixOS manual; I checked that it still
built after resolving it.
2019-04-01 00:40:03 -04:00
worldofpeace
e89a4ec1fb
Merge pull request #58564 from romildo/upd.xcur2png
xcur2png: init at 0.7.1
2019-04-01 00:32:53 -04:00
Silvan Mosberger
b8fbca0873
Merge pull request #58409 from Infinisil/vim-stylish-haskell-path
vimPlugins.vim-stylish-haskell: Patch path to executable
2019-04-01 05:41:34 +02:00
José Romildo Malaquias
4d5a4a64bf xcur2png: init at 0.7.1 2019-04-01 00:23:09 -03:00
worldofpeace
f1d7b51730
Merge pull request #58566 from romildo/upd.blur-effect
blur-effect: init at 1.1.3
2019-03-31 21:54:31 -04:00
José Romildo Malaquias
56488c9257 blur-effect: init at 1.1.3 2019-03-31 22:36:34 -03:00
Will Dietz
ede34af62e
Merge pull request #58603 from dtzWill/feature/yubico-pam
yubico-pam: init, nixos integration
2019-03-31 17:13:06 -05:00
worldofpeace
d8c7f0bd3f
Merge pull request #58581 from matthiasbeyer/add-semver-tool
semver-tool: init at 2.1.0
2019-03-31 16:05:07 -04:00
Alyssa Ross
98c22f2d03 semver-tool: init at 2.1.0
Cherry-picked from: eeb175169f
Although fixed so that it actually builds.

Original message:

> I chose "semver-tool" as the path for this package because "semver" is
> extremely generic, and probably more rightly belongs to node-semver[1]
> (at least judging by GitHub stars), and because "semver-tool" is the
> name of this project's GitHub repository, and because it was the name
> used in the package request[2].
>
> Closes https://github.com/NixOS/nixpkgs/issues/50945.
>
> [1]: https://github.com/npm/node-semver
> [2]: https://github.com/NixOS/nixpkgs/issues/50945

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-03-31 21:32:15 +02:00
strager
75aa8460ac kitty: support macOS (#56740)
Install the `kitty` command-line utility and the `kitty.app` macOS
application.

* Prefer libicns (png2icns) over Apple's non-free iconutil.
* Work around warnings from Apple headers by disabling -pedantic-errors
  and -Werror.
* Work around ld not support LLVM-LTO by disabling LTO.
* Make Kitty and glfw compile for macOS 10.11 (and macOS 10.10).
2019-03-31 15:18:58 -04:00
LinArcX
9396b273cc samim-fonts: init at 3.1.0 (#58383) 2019-03-31 14:03:48 -04:00
LinArcX
c29f267d92 parastoo-fonts: init at v1.0.0-alpha5 (#58445) 2019-03-31 14:00:06 -04:00
LinArcX
eaff32796b sahel-fonts: init at v1.0.0-alpha22 (#58480) 2019-03-31 13:33:16 -04:00
Will Dietz
faedd9d527 yubico-pam: init at 2019-03-19 2019-03-31 12:04:35 -05:00
Will Dietz
09702822d6 libykclient: init at 2019-03-18 2019-03-31 12:04:35 -05:00
LinArcX
1fcad304a0 behdad-fonts: init at v0.0.3 (#58497) 2019-03-31 12:44:01 -04:00
Albert Safin
c8dd7d49e7 aria2: Add sphinx build dependency to generate man pages 2019-03-31 15:56:31 +00:00
Andrey Petrov
98e24eb258 libmicrodns: init at 0.0.10
Required for Chromecast support by VLC.
2019-03-31 10:57:59 -04:00
markuskowa
c637aeff19
Merge pull request #58541 from luispedro/add_megahit
megahit: init at 1.1.4
2019-03-31 12:51:59 +02:00
Andrew Cann
419d38f774 picotts: init at 2018-10-19 2019-03-31 14:06:23 +08:00
Luis Pedro Coelho
bf48451959 megahit: init at 1.1.4
This is widely used in bioinformatics for assembling genomes &
metagenomes
2019-03-31 05:56:14 +02:00
Maximilian Bosch
22c2284cdc
Merge pull request #58574 from etu/update-phpcs
phpPackages.phpc(s|bf): 3.4.0 -> 3.4.1
2019-03-31 04:18:44 +02:00
Matthias Beyer
084c8644ff vimpager: Init at 2.06 and master (#58580)
* vimpager: Init at 2.06 and master

Adding a package vimpager-latest because the last release was 2015.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

* fixup! vimpager: Init at 2.06 and master
2019-03-30 23:55:12 +01:00
Silvan Mosberger
c1e2855bb7
Merge pull request #55959 from Ralith/vulkan
Update Vulkan packages
2019-03-30 23:53:09 +01:00
Renaud
9b23257efd
Merge pull request #52277 from caugner/protonvpn-cli
protonvpn-cli: init at 1.1.2
2019-03-30 23:16:37 +01:00
Samuel Dionne-Riel
1bd16f11a5
Merge pull request #58570 from dtzWill/feature/spleen
spleen: init at 1.0.4
2019-03-30 18:03:43 -04:00
Silvan Mosberger
3d72ab242e
Merge pull request #58575 from etu/update-phpstan
phpPackages.phpstan: 0.11.3 -> 0.11.5
2019-03-30 23:03:09 +01:00
Florian Klink
46b63d7fbc
Merge pull request #58548 from bignaux/lugaru
lugaru: init at 1.2
2019-03-30 22:20:59 +01:00
Florian Klink
db83699ad5
Merge pull request #44505 from bignaux/gscrabble
gscrabble: init at unstable-2019-03-11
2019-03-30 22:05:43 +01:00
markuskowa
13477c7f3b
Merge pull request #58579 from etu/init-paps
paps: init at 0.7.0
2019-03-30 17:22:16 +01:00
andrewchambers
49d4668ff7 janet: init at 0.4.0 (#57549) 2019-03-30 11:47:14 -04:00
Bignaux Ronan
7e0da991b5 lugaru: init at 1.2 2019-03-30 16:14:17 +01:00
Elis Hirwing
a34f698919
paps: init at 0.7.0 2019-03-30 13:54:37 +01:00
Bignaux Ronan
0e893ff3d5 gscrabble: init at unstable-2019-03-11 2019-03-30 13:21:37 +01:00
Elis Hirwing
90e895e73a
phpPackages.phpstan: 0.11.3 -> 0.11.5
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.5
2019-03-30 11:14:04 +01:00
Elis Hirwing
876a888490
phpPackages.phpcbf: 3.4.0 -> 3.4.1
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.4.1
2019-03-30 11:10:50 +01:00
Elis Hirwing
9c7e96c9c5
phpPackages.phpcs: 3.4.0 -> 3.4.1
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.4.1
2019-03-30 11:09:28 +01:00
Will Dietz
5410b3d789 spleen: init at 1.0.4
Default console font on OpenBSD, FWIW:
https://undeadly.org/cgi?action=article;sid=20190110064857
2019-03-29 23:15:03 -05:00
Ryan Mulligan
aaae785f90
Merge pull request #58422 from mogorman/chafa-1.0.1
chafa: init at 1.0.1
2019-03-29 20:18:35 -07:00
Matthew O'Gorman
f6d83c2ef9
chafa: init at 1.0.1 2019-03-29 22:40:30 -04:00
LinArcX
2806041afc nika-fonts: init at 1.0.0 (#58495) 2019-03-29 22:28:14 -04:00
linarcx
6b1d7e9316 gandom-fonts: init at v0.6
gandom-fonts: init at v0.6
2019-03-29 23:46:20 +01:00
John Ericson
842b14ba98
Merge pull request #58330 from AerialX/msp430
TI MSP430 cross compiling
2019-03-29 16:11:22 -04:00
Aaron Lindsay
c17cf32a37 fixup! msp430: include vendor headers with stdenv 2019-03-29 11:08:37 -07:00
Jörg Thalheim
912dca193a rust: fix cross-compilation 2019-03-29 11:11:00 -04:00
Peter Romfeld
364cbd088e minio: init at 4.0.13 2019-03-29 15:50:36 +01:00
Domen Kožar
bad5d145c2
Merge pull request #58525 from domenkozar/haskell-bin-output
Haskell optional separate bin output
2019-03-29 19:18:36 +07:00
Domen Kožar
b06201bf6f
cachix: use separate bin output to prove it's useful
Spares compilation time by not compiling the package twice.
2019-03-29 15:10:54 +07:00
Vincent Laporte
823107038b coqPackages.coqhammer: init at 1.1
CoqHammer is a general-purpose automated reasoning hammer tool for Coq.

Homepage: http://cl-informatik.uibk.ac.at/cek/coqhammer/
2019-03-29 09:07:27 +01:00
Symphorien Gibol
3d60a00c63 wafHook: cross compilation support
for this to work, wafHook must be in nativeBuildInputs.
2019-03-28 20:06:25 +01:00
Vaibhav Sagar
9c3b994c49 Use Poly/ML 5.7 for Isabelle 2019-03-27 22:30:45 -04:00
Timo Kaufmann
197bc2afc0
python.pkgs.pybullet: init at 2.4.8 (#58448) 2019-03-27 22:17:37 +00:00
Timo Kaufmann
f2569b9116
python.pkgs.baselines: init at 0.1.5 (#58452) 2019-03-27 21:27:22 +00:00
Timo Kaufmann
e7a084bdba
python.pkgs.roboschool: init at 1.0.39 (#58451)
Needs a forked version of bullet.
2019-03-27 21:26:54 +00:00
Sarah Brofeldt
431d8e3038
Merge pull request #58454 from srhb/brig-fix-metrics
brig: Fix build of metrics jobs, cleanup
2019-03-27 20:17:50 +01:00
Väinö Järvelä
d984875aff websocat: Fix on macOS 2019-03-27 14:00:09 -05:00
Sarah Brofeldt
1b59764672 brig: Fix callPackage 2019-03-27 19:35:09 +01:00
worldofpeace
c036b3e4c2
Merge pull request #58443 from dotlambda/cherrypy-18.1.1
python3.pkgs.cherrypy: 18.1.0 -> 18.1.1
2019-03-27 12:29:59 -04:00
Domen Kožar
8559b0a36a Remove yarn2nix, see #20637 (#58424) 2019-03-27 17:16:00 +01:00
Robert Schütz
489d7351da python.pkgs.cherrypy: spilt expression in two 2019-03-27 16:48:08 +01:00
Will Dietz
ef3801b418
Merge pull request #58252 from dtzWill/feature/manrope
manrope: init at 3
2019-03-27 08:37:11 -05:00
Bignaux Ronan
dd6742bece ps2client: init at 2018-10-18 2019-03-27 13:38:50 +01:00
Maximilian Bosch
b4ca0e4b98
Merge pull request #58353 from marius851000/clementien
clementine: update to qt5
2019-03-27 09:40:46 +01:00
ajs124
910c1d05b7 performous: fix build by using boost 166 (#58418) 2019-03-26 21:59:58 -04:00
Maximilian Bosch
607c07d8ae
Merge pull request #58358 from bzizou/itsx
itsx: init at 1.1.1
2019-03-27 02:44:45 +01:00
Anders Kaseorg
8da6083b37 abseil-cpp: init at 20190322-eab2078b53c9e3d9d240135c09d27e3393acb50a
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-03-26 17:04:03 -07:00
Anders Kaseorg
08e9273e29 or-tools: Add Python bindings
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-03-26 17:04:03 -07:00
Silvan Mosberger
607b0a1fa8
stylish-haskell: Add top-level package 2019-03-26 22:36:41 +01:00
Jaka Hudoklin
5c74e42bec
Merge pull request #56718 from xtruder/pkgs/brig/init
brig: init at 0.3.0
2019-03-26 19:42:31 +01:00
Aaron Lindsay
bc2c8db7f8 mspdebug: init at 0.25 2019-03-26 11:21:02 -07:00
Matthew Bauer
e8c84d3449
Merge pull request #58283 from dylex/bootzlib
fetchurl: use fetchurlBoot for zlib deps
2019-03-26 14:13:18 -04:00
Bruno Bzeznik
00431493c0 itsx: init at 1.1.1 2019-03-26 15:52:35 +01:00
Vincent Laporte
853b589f78
ocamlPackages.cairo2: 0.5 -> 0.6 (#57965) 2019-03-26 15:11:37 +01:00
Vincent Laporte
7a2426ca77 dune: move into ocamlPackages 2019-03-26 14:17:50 +01:00
Jaka Hudoklin
0a06afa7ed
Merge pull request #55898 from xtruder/pkgs/rootlesskit/init
feat(roolesskit): init at 0.3.0-alpha.2
2019-03-26 12:58:30 +01:00
marius851000
e047449118 clementine: update to qt5 2019-03-26 11:11:29 +01:00
Aaron Lindsay
1c7bb464d9 msp430: include vendor headers with stdenv 2019-03-25 20:39:51 -07:00
Aaron Lindsay
02a1d3b24a msp430: vendor header package 2019-03-25 20:33:58 -07:00
Aaron Lindsay
1eca945e94 systems: support TI MSP430 microcontrollers 2019-03-25 20:33:58 -07:00
Matthew Bauer
4cbb9b840b
Merge pull request #57905 from LinArcX/vazir-fonts
vazir-fonts: init at 19.2.0
2019-03-25 22:22:18 -04:00
Matthew Bauer
810f2ba1f3
Merge pull request #57758 from midchildan/add-mediasdk
intel-media-sdk: init at 18.4.1
2019-03-25 22:18:23 -04:00
John Ericson
aa0cf64422
Merge pull request #57611 from Ericson2314/stage-braid-not-chain
top-level: Create `pkgs{Build,Host,Target}{Build,Host,Target}`
2019-03-25 21:56:59 -04:00
Joachim F
d0a0de2c44
Merge pull request #55736 from risicle/ris-libdislocator
libdislocator: init at 2.52b
2019-03-26 00:47:10 +00:00
Joachim F
feb08243cd
Merge pull request #55378 from DerTim1/tmp/asterisk-update
asterisk: 15.3.0 -> 15.7.0, 13.20.0 -> 13.24.1, add 16.x
2019-03-26 00:46:16 +00:00
Joachim F
d1595144a4
Merge pull request #56773 from bricewge/solarc
solarc-gtk-theme: init at 1.0.2
2019-03-26 00:45:20 +00:00
Joachim F
c9cd1356ea
Merge pull request #56522 from bzizou/messer-slim
messer-slim: init at 3.2.1
2019-03-26 00:42:58 +00:00
Joachim F
8a2b572ee9
Merge pull request #57830 from srghma/image_optim
image_optim: init at 0.26.3
2019-03-26 00:42:34 +00:00
Dylan Simon
1c3a4ef287 fetchurl: use fetchurlBoot for zlib deps 2019-03-25 15:04:55 -04:00
Matthew Bauer
5f32434aef
Merge pull request #58246 from danbst/infinite-recursion-otherPackageSets
pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlays
2019-03-25 12:05:07 -04:00
Aaron Bull Schaefer
1f6e46ff96 bazelisk: init at 0.0.3 (#56867) 2019-03-25 07:52:32 -07:00
Max Wilson
a2abe2aba1 adding showoff to pkgs/servers/http 2019-03-25 10:40:17 -04:00
Will Dietz
1d4ce7aef2 manrope: init at 3 2019-03-25 07:42:27 -05:00
Joachim F
7c9e225d89
Merge pull request #56433 from nyarly/add_cadre
cadre: init at 1.0.4
2019-03-25 09:09:03 +00:00
danbst
f72903864d pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlays
Consider example:

$ nix-instantiate ./nixos -A system --arg configuration '
    {
      boot.isContainer = true;
      nixpkgs.overlays = [ (self: super: {
        nix = self.pkgsStatic.nix;
      }) ];
    }'

When resolving package through overlays, we figure out that

  nix == self.pkgsStatic.nix
  =>
  nix == (import <nixpkgs> { inherit overlays; }).nix
  =>
  nix == (import <nixpkgs> { overlays = [(self: super: { nix = self.pkgsStatic.nix; })];}).nix

and we enter infinite recursion of nixpkgs evaluations.

The proper fix should terminate recursion by assigning self fixpoint
to inner custom package set. But I get infinite recursion somehow, so
I use `super`. It is less correct modulo deep custom overrides, but behaves
correctly for simple cases and doesn't OOM evaluator.

Fixes https://github.com/NixOS/nixpkgs/issues/57984
2019-03-25 10:58:46 +02:00
Pierre Bourdon
6beffff797 pythonPackages.dnslib: init at 0.9.9 (#57101) 2019-03-25 08:57:58 +01:00
Will Dietz
1cfee05450
Merge pull request #57892 from dtzWill/feature/xtruss
xtruss: init at 20181001-82973f5
2019-03-24 21:45:22 -05:00
John Ericson
70d71bbbe4 top-level: Create pkgs{Build,Host,Target}{Build,Host,Target}
This is needed to avoid confusing and repeated boilerplate for
`fooForTarget`.  The vast majority of use-cases can still use
`buildPackages or `targetPackages`, which are now defined in terms of
these.
2019-03-24 22:12:15 -04:00
Elis Hirwing
0ee682da53
Merge pull request #57869 from robertseaton/master
pdfsandwich: init at 0.1.7
2019-03-24 23:57:38 +01:00
Robert Seaton
4358c3d216 pdfsandwich: init at 0.1.7 2019-03-24 17:20:19 -05:00
Elis Hirwing
5699e8edc7
Merge pull request #58201 from etu/php-composer-update
phpPackages.composer: 1.8.0 -> 1.8.4
2019-03-24 22:56:02 +01:00
Dmitry Kalinkin
cf7f234ff5
Merge pull request #57527 from Chiiruno/dev/meguca
Init: statik, Update: easyjson, quicktemplate, meguca, hydron
2019-03-24 15:26:37 -04:00
worldofpeace
ac1bd5b1d4
Merge pull request #58050 from worldofpeace/libunity/fix-build
libunity fix build
2019-03-24 15:12:07 -04:00
Cedric Cellier
0206adc566 lacaml: init at 11.0.3 2019-03-24 19:37:47 +01:00
Tim Steinbach
e5fd7ba15c
linux: Remove 4.20
Upstream has EOL'd 4.20
2019-03-24 12:15:41 -04:00
Bryan Richter
a30bed52d4 pythonPackages.pyhocon: init at 0.3.51 (#57025) 2019-03-24 15:37:42 +01:00
Sarah Brofeldt
a194f8855b
perlPackages.FileSlurp: remove obsolete patch (#58135)
FileSlurp no longer uses syswrite.
2019-03-24 12:42:33 +01:00
Elis Hirwing
52fa2d4be1
phpPackages.composer: Add unzip to path
Unzip is used by composer to install dependencies etc. If it's not
there it defaults to using PHP's built in zip functions. But they are
slower and composer complains to the user if this happens.
2019-03-24 11:17:24 +01:00
Elis Hirwing
afa88c8aa7
phpPackages.composer: 1.8.0 -> 1.8.4
Changelogs:
https://github.com/composer/composer/releases/tag/1.8.1
https://github.com/composer/composer/releases/tag/1.8.2
https://github.com/composer/composer/releases/tag/1.8.3
https://github.com/composer/composer/releases/tag/1.8.4
2019-03-24 11:08:02 +01:00
Dmitry Kalinkin
6f95ac3588
Merge pull request #57988 from lopsided98/buildbot-update
buildbot: 1.8.1 -> 2.1.0
2019-03-23 20:38:20 -04:00
Dmitry Kalinkin
04727cc641
Merge pull request #57522 from yorickvP/it87
it87: init at 2018-08-14
2019-03-23 20:35:26 -04:00
Philipp Volguine
e0c3c2ed52 paulstretch: init at version 2.2-2
This is a neat little program for extreme sound stretching and it was
not in the repo yet.
2019-03-23 19:27:19 -04:00
Brice Waegeneire
4430e0aa8f solarc-gtk-theme: init at 1.0.2 2019-03-23 12:08:38 +01:00
Joachim F
f65a6ac829
Merge pull request #57766 from 8084/init-retext
retext: init at 7.0.4
2019-03-23 09:23:44 +00:00
Frederik Rietdijk
23e431387b Merge staging-next into staging 2019-03-23 09:20:09 +01:00
Frederik Rietdijk
b40d752872 Merge master into staging-next 2019-03-23 09:18:41 +01:00
Joachim F
37bc410625
Merge pull request #56044 from groodt/greg/td-0.16.4
td: init at 0.16.4
2019-03-23 06:39:23 +00:00
Joachim F
c76dd2948d
Merge pull request #55773 from xtruder/pkgs/rippled-validator-keys-tool/init
rippled-validatior-keys-tool: init at d7774bcc
2019-03-23 06:34:56 +00:00
Joachim F
f612e3345b
Merge pull request #57449 from tohl/master
samsung-unified-linux-driver_1_00_36, tested on nixos x86_64 with m2070w printer/scanner, fixes https://github.com/NixOS/nixpkgs/issues/27995
2019-03-23 06:29:52 +00:00
Okina Matara
1d4a9950af
statik: init at 2018-11-28 2019-03-23 01:19:29 -05:00
worldofpeace
ec4af5c5c1
Merge pull request #57838 from pacien/riot-desktop-1.0.4
riot-desktop: init at 1.0.4
2019-03-22 21:13:01 -04:00
Ben Wolsieffer
69f2787af9 buildbot: remove deprecated aliases 2019-03-22 18:43:22 -04:00
Ben Wolsieffer
b2e11e0cdf buildbot: 1.8.1 -> 2.1.0 2019-03-22 18:43:15 -04:00
pacien
839c988dd0 riot-desktop: init at 1.0.4 2019-03-22 22:26:31 +01:00
Will Dietz
16a1601bb4 go-langserver: don't use old go 2019-03-22 14:14:12 -05:00
Sarah Brofeldt
78c95f561f
Merge pull request #58031 from dotlambda/elasticsearch-curator-application
elasticsearch-curator: add top-level package using older click
2019-03-22 20:11:54 +01:00
Gabriel Ebner
03f7c82e62
Merge pull request #57826 from gebner/anbox
anbox: init at 2019-03-07
2019-03-22 19:19:47 +01:00
Will Dietz
309e095d90
Merge pull request #58079 from dtzWill/feature/libwhich
libwhich: init at 2019-03-20
2019-03-22 12:59:14 -05:00
Jörg Thalheim
34bc84d5b8
Merge pull request #52409 from ffinkdevs/master
duplicacy: init at 2.1.2
2019-03-22 11:29:30 +00:00
Joachim F
91943f7ee3
Merge pull request #56132 from balsoft/master
wmfs: init at 201902
2019-03-22 11:01:30 +00:00
Александр Бантьев
cd8a8bab4b wmfs: init at 201902 2019-03-22 13:46:36 +03:00
Robert Schütz
22bb090ed1
Merge pull request #58035 from dotlambda/python-fixes
pythonPackages: multiple fixes
2019-03-22 10:59:38 +01:00
Elis Hirwing
870db5e15d
Merge pull request #57389 from ggPeti/master
musly: init at unstable-2017-04-26
2019-03-22 07:33:24 +01:00
Wael Nasreddine
1f460d05c1
miniflux: do not send buildGoPackage, it is using buildGoModule now (#58110) 2019-03-21 22:33:16 -07:00
Wael Nasreddine
043255c639
buildGo112Package: fix the function (#58105) 2019-03-21 22:04:29 -07:00
Wael M. Nasreddine
5af0780492
Merge remote-tracking branch 'origin/master' into staging
* origin/master: (693 commits)
  buildGoModule: use go_1_12 instead of go_1_11 (#58103)
  gitAndTools.lab: 0.15.2 -> 0.15.3 (#58091)
  signal-desktop: 1.22.0 -> 1.23.0
  added missing semicolon to documentation
  terminus_font_ttf: 4.46.0 -> 4.47.0
  buildGoModule: remove SSL env vars in favor of cacert in buildInputs (#58071)
  dav1d: init at 0.2.1
  dropbox-cli: 2018.11.28 -> 2019.02.14
  atlassian-confluence: 6.14.1 -> 6.14.2
  maintainers: update email for dywedir
  python.pkgs.hglib: use patch to specify hg path (#57926)
  chkrootkit: 0.52 -> 0.53
  radare2-cutter: 1.7.2 -> 1.8.0
  autorandr: 1.7 -> 1.8
  pythonPackages.pyhepmc: fix build
  llvm-polly/clang-polly: use latest llvm
  apulse: 0.1.11.1 -> 0.1.12, cleanup
  factorio: experimental 0.17.14 → 0.17.16 (#58000)
  sequeler: 0.6.7 -> 0.6.8
  nasc: 0.5.1 -> 0.5.2
  ...
2019-03-21 21:01:25 -07:00
Wael Nasreddine
52dae14f0c
buildGoModule: use go_1_12 instead of go_1_11 (#58103) 2019-03-21 20:40:07 -07:00
Will Dietz
400b6032c8
Merge pull request #54847 from raquelgb/add-joplin-desktop
joplin-desktop: init at 1.0.120
2019-03-21 16:31:34 -05:00
Will Dietz
7fbe20a8d1 libwhich: init at 2019-03-20 2019-03-21 16:26:33 -05:00
Michael Weiss
21d3eee760
dav1d: init at 0.2.1 2019-03-21 18:57:56 +01:00
Robert Schütz
d716cad907 python.pkgs.retry: init at 0.9.2 2019-03-21 16:08:02 +01:00
worldofpeace
dea05e36a1 libunity: 2015-10-02 -> 2019-03-19
Fixes build with newer vala.

Chose to fetch from ubuntu's git packaging because it
is easier for me to maintain. This would be the same
version used in Ubuntu's Disco Dongo.

Changelog: https://git.launchpad.net/ubuntu/+source/libunity/tree/debian/changelog?id=adae0cbb67ee5eb0913e8cd1887e15e72800251f
2019-03-21 10:41:00 -04:00
Robert Schütz
c0409de98d elasticsearch-curator: add top-level package using older click
See https://github.com/NixOS/nixpkgs/pull/58023 for a discussion
of why this is necessary. The upstream issue can be found at
https://github.com/elastic/curator/pull/1280.
2019-03-21 11:53:32 +01:00
Will Dietz
bb7e9e46a0
Merge pull request #57970 from dtzWill/update/llvm8
llvmPackages_8: rc5 -> 8.0.0 release!
2019-03-20 23:56:46 -05:00
Will Dietz
0a97ce5f56 llvm-polly/clang-polly: use latest llvm 2019-03-20 23:37:16 -05:00
Benjamin Saunders
11988d7336 vulkan-validation-layers: 1.1.85.0 -> 1.1.101.0 2019-03-20 18:04:43 -07:00
Benjamin Saunders
6066f72960 glslang: 2018-09-26 -> 7.11.3113 2019-03-20 18:01:37 -07:00
Benjamin Saunders
94b2a0fc6b spirv-headers: init at 2019.1 2019-03-20 17:51:39 -07:00
Alyssa Ross
0cd7f32a4c
Merge pull request #54627 from FlorianFranzen/waybar
waybar: init at 0.4.0
2019-03-20 23:38:04 +00:00
Carles Pagès
d918001898 duckmarines: fix build
Actually updated to 1.0c. Prevent hydra from building it.
2019-03-20 23:05:37 +01:00
Graham Christensen
5c9b1c3a48
Merge pull request #57927 from justinwoo/purescript-binary
purescript: fix purescript derivation using easy-purescript-nix
2019-03-20 11:48:04 -05:00
Will Dietz
eb62028ed4 llvmPackages_8: add top-level attributes 2019-03-20 09:58:38 -05:00
Graham Christensen
fb39447028
purescript: inline properties used from pkgs
Co-Authored-By: justinwoo <moomoowoo@gmail.com>
2019-03-20 15:50:16 +02:00
Peter Ferenczy
12e425c17b musly: init at unstable-2017-04-26 2019-03-20 13:27:13 +01:00
Dmitry Kalinkin
399061d3e4 pythonPackages.fastparquet: init at 0.2.1 (#56027) 2019-03-20 12:45:58 +01:00
justinwoo
ee1e16453f purescript: inline referenced derivation 2019-03-20 10:20:05 +02:00
justinwoo
0810c406b7 purescript: fix purescript derivation using easy-purescript-nix
For the past couple of years, there has continued to be problems with having the PureScript compiler on nixpkgs building from Haskell packages it is not built against in its actual development and release. We have seen this issue come up multiple times here on nixpkgs, but this also causes numerous issues to be filed against the PureScript compiler repository. One example of an exchange that has occurred multiple times in the past: https://github.com/NixOS/nixpkgs/issues/53597 https://github.com/purescript/purescript/issues/3571. As noted, the PureScript compiler is not on Stackage because it is not meant to be used as a library, and it does not update itself to the latest LTS and cut releases to match LTS releases.

Instead, I have begun maintaining my own derivation for the PureScript compiler (among other tools) in a small project here: https://github.com/justinwoo/easy-purescript-nix. Within are other reference and derivations for other tools commonly used in the PureScript ecosystem, updated to their respective newest releases. These derivations use the same releases that other Linux and OSX users use, along with the standard application of patchELF to provide for runtime dependencies such as zlib, gmp, and ncurses5. These derivations are now used by a variety of NixOS, non-NixOS Linux, and OSX users.

This commit then consumes the easy-purescript-nix derivation for the PureScript compiler and provides it in all-packages for consumption.
2019-03-20 00:36:55 +02:00
Daiderd Jordan
373488e6f4
Merge pull request #57868 from Kaali/coreaudio-sox
Add CoreAudio to sox on macOS
2019-03-19 19:11:13 +01:00
linarcx
5b98f0d289 vazir-fonts: init at 19.2.0 2019-03-19 16:55:40 +03:30
Jörg Thalheim
5e888d1854
Merge pull request #57896 from dotlambda/asyncio-remove
python.pkgs.asyncio: remove
2019-03-19 10:55:37 +00:00
Robert Schütz
180c68d88a
python.pkgs.cairocffi: make withXcffib work again (#57855) 2019-03-19 10:20:05 +01:00
Robert Schütz
a4a61777e8 python.pkgs.asyncio: remove
> This version is only relevant for Python 3.3,
> which does not include asyncio in its stdlib.
We don't ship 3.3 anymore.
2019-03-19 10:11:23 +01:00
Cedric Cellier
913e33897c ocaml-syslog: init at 1.5 2019-03-19 09:31:12 +01:00
Aleksey Kladov
c5c886f091 jumpapp: init at 1.0 (#57893) 2019-03-19 10:20:21 +02:00
Will Dietz
c388e8c986 xtruss: init at 20181001-82973f5 2019-03-19 00:09:10 -05:00
Peter Hoeg
86cff5f5d7 logitech-udev-rules: init at 20190130 2019-03-19 09:58:56 +08:00
Dmitry Kalinkin
631ec69639
Merge pull request #57048 from 0x4A6F/master-tayga
tayga: init at 0.9.2
2019-03-18 21:28:43 -04:00
aszlig
7c3311d152
lastwatch: Remove no longer maintained package
I no longer use nor do I maintain this package upstream and with the
current version of pylast moving to Python 3, this package is hereby
obsolete as I'm not willing to port this to Python 3.

Signed-off-by: aszlig <aszlig@nix.build>
2019-03-19 02:14:11 +01:00
aszlig
12efcc2dee
Merge overlayfs fix, LTS kernel bump and test
In Linux 4.19 there has been a major rework of the overlayfs
implementation and it now opens files in lowerdir with O_NOATIME, which
in turn caused issues in our VM tests because the process owner of QEMU
doesn't match the file owner of the lowerdir.

The crux here is that 9p propagates the O_NOATIME flag to the host and
the guest kernel has no way of verifying whether that flag will lead to
any problems beforehand.

There is ongoing work to possibly fix this in the kernel, but it will
take a while until there is a working patch and consensus.

So in order to bring our default kernel back to 4.19 and of course make
it possible to run newer kernels in VM tests, I'm merging a small QEMU
patch as an interim solution, which we can drop once we have a working
fix in the next round of stable kernels.

Now we already had Linux 4.19 set as the default kernel, but that was
subsequently reverted in 048c36ccaa
because the patch we have used was the revert of the commit I bisected a
while ago.

This patch broke overlayfs in other ways, so I'm also merging in a VM
test by @bachp, which only tests whether overlayfs is working, just to
be on the safe side that something like this won't happen in the future.

Even though this change could be considered a moderate mass-rebuild at
least for GNU/Linux, I'm merging this to master, mainly to give us some
time to get it into the current 19.03 release branch (and subsequent
testing window) once we got no new breaking builds from Hydra.

Cc: @samueldr, @lheckemann

Fixes: https://github.com/NixOS/nixpkgs/issues/54509
Fixes: https://github.com/NixOS/nixpkgs/issues/48828
Merges: https://github.com/NixOS/nixpkgs/pull/57641
Merges: https://github.com/NixOS/nixpkgs/pull/54508
2019-03-19 00:15:51 +01:00
Michael Raskin
92a950cc8d
Merge pull request #57776 from lilyball/ffsend
ffsend: init at 0.2.36
2019-03-18 19:44:03 +00:00
Väinö Järvelä
3cc74c3a7c Add CoreAudio to sox on macOS
Otherwise no audio devices are available for recording and playback on
macOS.
2019-03-18 20:17:40 +02:00
0x4A6F
2c330e1382
tayga: init at 0.9.2 2019-03-18 17:42:41 +00:00
Robert Schütz
8ec6905aae
Merge pull request #57745 from dotlambda/csvkit-no-library
csvkit: move out of pythonPackages
2019-03-18 15:49:47 +01:00
aszlig
9a395a45aa
linuxPackages: 4.14 -> 4.19
This reverts commit 048c36ccaa.

With the patch applied for fixing the overlayfs bug in QEMU, there
really shouldn't stand anything in our way to use 4.19 as the default
kernel.

Signed-off-by: aszlig <aszlig@nix.build>
2019-03-18 13:53:51 +01:00
Jörg Thalheim
63279e2ce2
Merge pull request #57834 from balsoft/kanshi-init
kanshi: init at 2019-02-02
2019-03-18 09:59:18 +00:00
Florian Franzen
b76e608ecc waybar: init at 0.4.0 2019-03-18 09:56:26 +01:00
Edward Tjörnhammar
e42b5d9326 anbox: init at 2019-03-07
Co-authored-by: Luke Adams <luke.adams@belljar.io>
Co-authored-by: Volth <volth@webmaster.ms>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Co-authored-by: Edward Tjörnhammar <ed@cflags.cc>
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
2019-03-18 09:28:01 +01:00
Edward Tjörnhammar
07632cbaab properties-cpp: init at 0.0.1
Co-authored-by: Luke Adams <luke.adams@belljar.io>
Co-authored-by: Volth <volth@webmaster.ms>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2019-03-18 09:28:01 +01:00