Commit Graph

37645 Commits

Author SHA1 Message Date
Johannes Frankenau
916dc592d4 tvbrowser-bin: init at 4.0.1 (#42620) 2018-06-27 20:08:03 +02:00
volth
dda16ec6ad perlPackages.BC: 1.54 -> 1.55 (#42645) 2018-06-27 16:27:32 +02:00
volth
d5a647245f perl-packages.nix: collect aliases (#42646) 2018-06-27 15:35:46 +02:00
Peter Hoeg
a0c36e9f18 amarok: 2.8.91-20170228 -> 2.9.0-20180618
Also:
 - make kf5 version default
 - drop kdelibs4
2018-06-27 12:19:03 +08:00
Benjamin Saunders
cb2921c839 vulkan-tools: init at 1.1.77.0 2018-06-26 20:38:02 -07:00
Benjamin Saunders
07396a6145 vulkan-validation-layers: init at 1.1.77.0 2018-06-26 20:38:01 -07:00
Benjamin Saunders
879145e1f7 vulkan-headers: init at 1.1.77.0 2018-06-26 20:38:00 -07:00
Paul Myjavec
57183eef63 saml2aws: init at 2.6.1
Adds a new package, saml2aws, a CLI tool for managaing AWS logins via
SAML. For more information see https://github.com/Versent/saml2aws.

* Add nix expression to build the package.
* Add myself as a maintainer.
2018-06-27 09:59:04 +09:00
Luke Adams
b64932fabe gnuradio: 3.7.11.1 -> 3.7.13.3
* also add mako input (cheetah will be removed in GR3.8)
2018-06-26 17:04:43 -05:00
Vincent Laporte
c647ca8180
ocamlPackages.cmdliner: remove at 0.9.8 2018-06-26 20:14:57 +00:00
Vincent Laporte
ed1bbae4db
ocamlPackages.ocp-indent: remove at 1.5.2 2018-06-26 20:14:57 +00:00
Vincent Laporte
06158033f2
ocamlPackages.ocp-index: use up-to-date ocp-indent 2018-06-26 20:14:57 +00:00
Vincent Laporte
db8f874da8
ocamlPackages.ocp-indent: fix attribute name (from ocpIndent) 2018-06-26 20:14:57 +00:00
Vincent Laporte
fd018bdadd
ocamlPackages.ocp-build: remove spurious dependency to camlp4
Change attribute name from “ocpBuild” to “ocp-build”.
2018-06-26 20:14:57 +00:00
Tad Fisher
3c5e7e2ae4 jd-gui: 0.3.5 -> 1.4.0 2018-06-26 12:21:16 -07:00
Robert Schütz
352995d79b
Merge pull request #42052 from makefu/pkgs/python-forecastio/init
pythonPackages.python-forecastio: init at 1.4.0
2018-06-26 20:22:38 +02:00
symphorien
d85aae2323 agedu: init at 20180522.5b12791 (#42538) 2018-06-26 20:06:16 +02:00
makefu
ecac42bd87
pythonPackages.python-forecastio: init at 1.4.0 2018-06-26 18:35:04 +02:00
xeji
6c0427e8ec
Merge pull request #42586 from Ma27/phonon-qt5-by-default
phonon-backend-vlc: use qt5 by default
2018-06-26 18:26:14 +02:00
Maximilian Bosch
8d6502f8ca
phonon-backend-vlc: use qt5 by default
`minitube` is currently broken transitively due to the broken
`phonon-backend-qt4`: https://hydra.nixos.org/build/76523277

Although QT4 is fairly old, this package is still built with `qt4` ATM,
however QT5 is available as well. After this change, QT5 will be built
by default and in case anybody requires legacy QT4 it has to be enabled
explicitly like this:

```
with import <nixpkgs> { };
phonon-backend-vlc.override { withQt4 = true; }
```

Now the QT5-only build can be used (which fixes `minitube`) and there
are no confusions anymore with the build dependencies. Previously
`phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by
default which was likely responsible for broken `minitube`.
2018-06-26 17:34:34 +02:00
xeji
a627399a84
Merge pull request #42567 from vbgl/ocaml-psmt2-frontend
ocamlPackages.psmt2-frontend: init at 0.1
2018-06-26 17:00:37 +02:00
Matthew Justin Bauer
e4d9ce9061
Merge pull request #42599 from obsidiansystems/xcodever-in-system
xcode: add xcodePlatform to system
2018-06-26 10:56:57 -04:00
Chris Hodapp
b2831de441 yafaray-core: init at v3.3.0 2018-06-26 09:52:27 -04:00
xeji
191c42d6ca
Merge pull request #42565 from Lassulus/lief
lief: init at 0.9.0
2018-06-26 15:50:58 +02:00
volth
ea946b0611 perlPackages: add meta.broken = true; (#42595)
mark old and unmaintained by upstream packages as broken
2018-06-26 12:12:14 +02:00
volth
f51c256314 perlPackages.MHonArc: fix build (#42593) 2018-06-26 12:09:22 +02:00
volth
9f220ebf76 perlPackages.PathTools: 3.47 -> 3.74 (#42591) 2018-06-26 12:08:44 +02:00
xeji
bf68e93cfb
Merge pull request #42587 from volth/patch-160
perl-packages.nix: duplicate packages -> aliases
2018-06-26 12:07:21 +02:00
Sebastien Maret
8603f343a3 gildas: init at 201806_a 2018-06-26 11:09:45 +02:00
lassulus
7b4cf6b8e7 lief: init at 0.9.0 2018-06-26 07:41:10 +02:00
Matthew Bauer
0bfffbc5e1 xcode: add xcodePlatform to system
This give us a little bit more control over what target we are using.
Eventually we can target other things like WatchOS or MacOS.
2018-06-25 22:18:23 -04:00
Matthew Justin Bauer
c16eb04425
Merge pull request #42399 from obsidiansystems/xcodever-in-system
xcode: add xcodeVer to system
2018-06-25 21:59:01 -04:00
Matthew Bauer
9b0b31d981 xcode: add xcodeVer to system
This version number controls which xcode version to use when building
cross to iOS.
2018-06-25 21:57:24 -04:00
volth
3be343d340
perl-packages.nix: duplicate packages -> aliases 2018-06-25 23:34:53 +00:00
Franz Pletz
1d235be208
virtlyst: init at 1.1.0
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
Franz Pletz
5d534c2663
cutelyst: init at 2.4.1
Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
volth
460b994303
perl-packages.nix: duplicate packages -> aliases 2018-06-25 22:18:34 +00:00
Matthew Bauer
31eac6fd00 impure.nix: fix handling of localSystem
If we passed a localSystem in, we don’t want the current system to
override it. Now we check for localSystem first to avoid getting
"mixed" localSystem values from commands like this:

  nix-build --arg localSystem '{config="x86_64-unknown-linux-musl";}' -A hello

Which would eventually evaluate localSystem to this:

{
  config = "x86_64-unknown-linux-musl";
  system = "x86_64-darwin";
}

& Nix would not be able to run it correctly.

Fixes #41599

/cc @Ericson2314
2018-06-25 17:13:02 -04:00
William Casarin
5d99d322e9 clightning: init at 0.6
c-lightning is a standard compliant implementation of the Lightning
Network protocol. The Lightning Network is a scalability solution for
Bitcoin, enabling secure and instant transfer of funds between any two
parties for any amount.
2018-06-25 11:56:09 -07:00
Tuomas Tynkkynen
d92f73e8db rocket: Init at 2018-06-09 2018-06-25 19:22:25 +03:00
lewo
39615dcfbc
Merge pull request #42010 from nlewo/pr-skydive
skydive: init at 0.17.0
2018-06-25 18:09:28 +02:00
Michiel Leenaars
6056c06721 krop: init -> 0.5.0 2018-06-25 17:07:24 +02:00
Markus Ankenbrand
851ab7f323 hmmer: init at 3.1b2 2018-06-25 16:56:21 +02:00
Vincent Laporte
ec81355c8d
ocamlPackages.psmt2-frontend: init at 0.1 2018-06-25 13:38:55 +00:00
volth
dd366701ce perl528: init at 5.28.0 2018-06-25 13:33:09 +00:00
Benjamin Hipple
6e146c3700 pythonPackages.plaid-python: init at 2.3.0 (#42530)
* pythonPackages.plaid-python: init at 2.3.0

* Run unit tests with py.test
2018-06-25 15:05:47 +02:00
Jan Tojnar
0463c2020e
Merge pull request #42325 from manveru/add-gnome-latex
Gnome-latex: init at 3.28.1
2018-06-25 13:56:12 +02:00
xeji
104194f641
Merge pull request #42541 from flokli/casync
casync: init at 2-152-ge4a3c5e
2018-06-25 13:17:48 +02:00
Frederik Rietdijk
2cf8dd3e4e python.pkgs.psutil_1: remove unused package 2018-06-25 11:46:12 +02:00
Frederik Rietdijk
df587c7f2e Merge master into staging 2018-06-25 10:58:39 +02:00
Frederik Rietdijk
1dd0109c8c pythonPackages: remove traces of Python 2.6 2018-06-25 10:50:44 +02:00
Frederik Rietdijk
7c9d95fef5 python37: init at 3.7.0rc1 2018-06-25 10:41:32 +02:00
Florian Klink
0ee0582a8f casync: init at 2-152-ge4a3c5e 2018-06-25 03:22:49 +02:00
Kevin Liu
3a1033c6d9 autokey: init at 0.94.1 (#42355) 2018-06-25 00:25:14 +02:00
xeji
683005a858
Merge pull request #42385 from caugner/php-apcu-5.1.11
phpPackages.apcu: {4.0.7,5.1.8} -> {4.0.7,5.1.11}
2018-06-24 22:06:56 +02:00
Claas Augner
6d58b9b868 phpPackages.psysh: init at 0.9.6 (#42377) 2018-06-24 22:01:04 +02:00
Claas Augner
3f32f7ab98 phpPackages.imagick: 3.4.3RC1 -> 3.4.3 (#42384) 2018-06-24 21:55:48 +02:00
Chris Hodapp
ec73f89a55 structure-synth: init at v1.5 2018-06-24 15:36:07 -04:00
xeji
c51ac5eb33
Merge pull request #42423 from ryantm/repology-problems
treewide: http -> https
2018-06-24 20:44:50 +02:00
Franz Pletz
4d37ce9199
snapcast: init at 0.14.0 2018-06-24 17:55:34 +02:00
Michael Raskin
7e3db3490e libreoffice: cleanup and update
1. For some reason libreoffice-still was still referencing the Fresh
expression.

2. Moved gdb from buildInputs to nativeBuildInputs.

3. Minor update for both branches.
2018-06-24 16:10:17 +02:00
Jan Tojnar
d91f77c482
libgsystem: remove 2018-06-24 16:10:33 +02:00
Daiderd Jordan
4cd108043c
Merge pull request #42424 from LumiGuide/remove-deprecated-postage
pgmanage: remove deprecated postage alias
2018-06-24 13:19:18 +02:00
Profpatsch
9c1edbddee unvanquished: remove
Hasn’t been building or upgraded since 2015:
https://github.com/NixOS/nixpkgs/issues/9781
2018-06-24 01:51:16 +02:00
Frederik Rietdijk
fc4ab420d9
Merge pull request #40959 from alexvorobiev/clustershell
pythonPackages.clustershell: init at 1.8
2018-06-23 18:29:20 +02:00
Kevin Rauscher
ead58d100d bloop: init at 1.0.0-M11 2018-06-23 18:25:44 +02:00
Frederik Rietdijk
ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk
8cfa9cc66c Merge master into staging 2018-06-23 18:14:03 +02:00
Frederik Rietdijk
eb195041d5
Merge pull request #42335 from Assassinkin/seekpath
pythonPackages.seekpath: init at 1.8.1
2018-06-23 18:08:02 +02:00
Frederik Rietdijk
4df1161ea4
Merge pull request #42367 from Assassinkin/monty
pythonPackages.monty: init at 1.0.2
2018-06-23 18:05:04 +02:00
Will Dietz
19ef534fbb
Merge pull request #41762 from tilpner/appimage-run
appimage-run: init
2018-06-23 07:23:08 -05:00
Frederik Rietdijk
1106d872ae
Merge pull request #42421 from bandresen/python-periphery
pythonPackages.python-periphery: init at 1.1.1
2018-06-23 13:53:29 +02:00
Ryan Mulligan
0d5eb901ad treewide: http -> https 2018-06-23 04:34:55 -07:00
Bas van Dijk
68fa306be6 pgmanage: remove deprecated postage alias
The following has been removed:

* The `services.postage` alias for the `services.pgmanage` module
* The `postage` alias for the `pgmanage` package
2018-06-23 13:32:13 +02:00
Benjamin Andresen
1dcee7a162 pythonPackages.python-periphery: init at 1.1.1 2018-06-23 13:18:20 +02:00
volth
a8a94f27c0 [cpan2nix] perlPackages.CatalystXScriptServerStarman: 0.02 -> 0.03 2018-06-23 10:17:03 +00:00
volth
e79546bb5e [cpan2nix] perlPackages.TestPAUSEPermissions: 0.06 -> 0.07 2018-06-23 10:16:37 +00:00
volth
a295195778 [cpan2nix] perlPackages.DateTimeLocale: 1.20 -> 1.22 2018-06-23 10:15:46 +00:00
volth
bb4c4cb745 [cpan2nix] perlPackages.LocaleTextDomainOOUtil: 3.008 -> 4.001 2018-06-23 10:15:07 +00:00
volth
d8ecb6a39d [cpan2nix] perlPackages.LWP: 6.33 -> 6.34 2018-06-23 10:15:07 +00:00
volth
95230dacc7 [cpan2nix] perlPackages.JSONWebToken: cleanup 2018-06-23 10:15:02 +00:00
volth
45a46d1098 [cpan2nix] perlPackages.PPIxRegexp: 0.059 -> 0.060 2018-06-23 10:15:00 +00:00
volth
a55809cc5b [cpan2nix] perlPackages.ClassLoad: 0.24 -> 0.25 2018-06-23 10:14:51 +00:00
volth
94505757fd [cpan2nix] perlPackages.ArchiveTarWrapper: 0.24 -> 0.27 2018-06-23 10:14:40 +00:00
volth
c9a712336e [cpan2nix] perlPackages.HTTPMessage: 6.16 -> 6.18 2018-06-23 10:14:32 +00:00
volth
bc3d7011b8 [cpan2nix] perlPackages.CPANPLUS: 0.9174 -> 0.9176 2018-06-23 10:14:25 +00:00
volth
af67ef0347 [cpan2nix] perlPackages.FileMimeInfo: cleanup 2018-06-23 10:13:59 +00:00
volth
b22545f1f4 [cpan2nix] perlPackages.DevelNYTProf: 6.05 -> 6.06 2018-06-23 10:13:57 +00:00
volth
8738816096 [cpan2nix] perlPackages.TestYAML: 1.06 -> 1.07 2018-06-23 10:13:45 +00:00
volth
51200b8181 [cpan2nix] perlPackages.TextSimpleTable: 2.04 -> 2.05 2018-06-23 10:13:18 +00:00
volth
6ce476f892 [cpan2nix] perlPackages.ForksSuper: 0.93 -> 0.94 2018-06-23 10:13:07 +00:00
volth
9b99d8dc73 [cpan2nix] perlPackages.DevelChecklib: 1.12 -> 1.13 2018-06-23 10:13:03 +00:00
volth
d37f244309 [cpan2nix] perlPackages.TestWarn: 0.34 -> 0.35 2018-06-23 10:12:52 +00:00
volth
590a55a568 [cpan2nix] perlPackages.IOSocketInet6: cleanup 2018-06-23 10:12:35 +00:00
volth
edd4d5ad7e [cpan2nix] perlPackages.FileShareDir: 1.104 -> 1.112 2018-06-23 10:12:33 +00:00
volth
85d03e5843 [cpan2nix] perlPackages.EmailSimple: 2.214 -> 2.216 2018-06-23 10:12:29 +00:00
volth
125e412ffa [cpan2nix] perlPackages.DateManip: 6.71 -> 6.72 2018-06-23 10:12:28 +00:00
volth
28edcf0294 [cpan2nix] perlPackages.ConfigAutoConf: 0.316 -> 0.317 2018-06-23 10:12:20 +00:00
volth
ea57aa45f6 [cpan2nix] perlPackages.YAMLLibYAML: 0.69 -> 0.70 2018-06-23 10:12:07 +00:00
volth
990c3e5316 [cpan2nix] perlPackages.TimeLocal: 1.25 -> 1.28 2018-06-23 10:11:59 +00:00
volth
69ac41458e [cpan2nix] perlPackages.TimeHiRes: 1.9753 -> 1.9758 2018-06-23 10:11:58 +00:00
volth
d3a91da6e5 [cpan2nix] perlPackages.TieHashIndexed: cleanup 2018-06-23 10:11:56 +00:00
volth
b9a03f6a05 [cpan2nix] perlPackages.NetCIDR: 0.18 -> 0.19 2018-06-23 10:10:57 +00:00
volth
cf95d7bc7e [cpan2nix] perlPackages.Mojolicious: 7.82 -> 7.84 2018-06-23 10:10:55 +00:00
volth
b9ab4724b6 [cpan2nix] perlPackages.HashMoreUtils: 0.05 -> 0.06 2018-06-23 10:10:29 +00:00
volth
1bcdcba333 [cpan2nix] perlPackages.GSSAPI: cleanup 2018-06-23 10:10:24 +00:00
volth
f988968a6c [cpan2nix] perlPackages.EmailAddressXS: 1.03 -> 1.04 2018-06-23 10:10:01 +00:00
volth
ddc0a5c627 [cpan2nix] perlPackages.DevelHide: 0.0009 -> 0.0010 2018-06-23 10:09:56 +00:00
volth
766b34ae20 [cpan2nix] perlPackages.CryptX: 0.060 -> 0.061 2018-06-23 10:09:50 +00:00
volth
6ebb3ac68b [cpan2nix] perlPackages.CPANPerlReleases: 3.58 -> 3.62 2018-06-23 10:09:28 +00:00
volth
9bb6c5569b [cpan2nix] perlPackages.ArchiveTar: 2.26 -> 2.28 2018-06-23 10:09:24 +00:00
Cray Elliott
950d667b3d phpPackages.composer: 1.6.3 -> 1.6.5 2018-06-23 01:48:27 -07:00
Frederik Rietdijk
95eb2fa40e Merge staging into master 2018-06-23 08:23:24 +02:00
Matthew Justin Bauer
5ac6ab091a
Merge pull request #42389 from tobiasBora/master
imapnotify: added in all-packages.nix
2018-06-22 15:25:11 -04:00
Leo Colisson
4509fdba3f imapnotify: inherit inside all-packages 2018-06-22 21:24:31 +02:00
Matthew Justin Bauer
6c17928d52
Merge pull request #42378 from obsidiansystems/fix-android32
androidndk: Fix version selection
2018-06-22 14:50:14 -04:00
Leo Colisson
94bfc2cdc3 imapnotify: added in all-packages.nix 2018-06-22 20:22:21 +02:00
Symphorien Gibol
f5307941cc gnirehtet: init at 2.2.1 2018-06-22 19:21:23 +02:00
Claas Augner
1f396441a6 phpPackages.apcu40: 4.0.7 -> 4.0.11 2018-06-22 18:17:51 +02:00
Claas Augner
89fc0fb2c9 phpPackages.apcu51: 5.1.8 -> 5.1.11 2018-06-22 18:17:37 +02:00
Matthew Bauer
c8fd285c8d android: add ndkVer to resolve ndk ambiguity
It wasn’t exactly clear which NDK you were using previously. This adds
an attribute to system that handles what version of the NDK we should
use when building things.

/cc @Ericson2314
2018-06-22 11:06:17 -04:00
Assassinkin
4d728b19f7 pythonPackages.sklearn-deap: init at 0.2.2 2018-06-22 14:38:08 +01:00
Assassinkin
0fe77afcaf pythonPackages.monty: init at 1.0.2 2018-06-22 12:54:26 +01:00
Frederik Rietdijk
48110c1295 Merge staging into master 2018-06-22 13:20:37 +02:00
Frederik Rietdijk
25e5b37c23 python.pkgs.cftime: init at 1.0.0 2018-06-22 13:09:50 +02:00
Robert Schütz
8216e6fa0d python.pkgs.dateutil_1_5: remove 2018-06-22 13:09:49 +02:00
Robert Schütz
6896911117 python.pkgs.pysolr: move expression 2018-06-22 13:09:48 +02:00
Robert Schütz
95ce1c4e12 python.pkgs.django-haystack: move expression 2018-06-22 13:09:48 +02:00
Frederik Rietdijk
a903708156 python.pkgs.google-auth-httplib2: init at 0.0.3 2018-06-22 13:09:48 +02:00
Frederik Rietdijk
da455116d2 python.pkgs.greenlet: move expression 2018-06-22 13:09:36 +02:00
Frederik Rietdijk
c08d570350 python: pytest: 3.5.1 -> 3.6.1 2018-06-22 13:09:28 +02:00
Michael Fellinger
6f831a7ab4 Gnome-latex: init at 3.28.1 2018-06-22 10:14:28 +02:00
Matthieu Coudron
6664babe85 i3-easyfocus: init at 20180622
Fast window switcher.
Attributes and display one letter per window on your current workspace, upon keypress,
will focus the matching window.
2018-06-22 16:44:53 +09:00
Matthieu Coudron
d395b185d9 i3ipc-glib: init at 0.6.0
IPC library used to interact with the window manager www.i3wm.org
2018-06-22 16:43:33 +09:00
Matthew Justin Bauer
9185df5f9d
Merge pull request #41614 from teto/flent_wrap
[RFC/RDY] flent: add manpage + init http-getter
2018-06-21 21:33:49 -04:00
Daiderd Jordan
26434c0924
Merge pull request #42329 from goertzenator/erlang-21.0
add erlang-21.0
2018-06-21 22:44:11 +02:00
Chris Hodapp
3b880f55b5 appleseed: init at 1.9.0-beta, osl: init at 1.9.9, seexpr: init at 2.11 2018-06-21 16:18:13 -04:00
Matthew Bauer
3da395fd96 xcode: add 9.4 sdk
This is the newest sdk. I have skipped 9.3 for now but someone can
certainly add it if they need it for some reason.

Also I added a generic "xcode" that will always point to the newest
xcode that is available in Nixpkgs.
2018-06-21 13:24:52 -04:00
Assassinkin
e2589f7a72 pythonPackages.seekpath: init at 1.8.1 2018-06-21 18:18:17 +01:00
Chris Hodapp
1b187b3961 luxcorerender: init at 2.0, embree: init at 2.17.4 2018-06-21 13:12:02 -04:00
Daniel Goertzen
4001a680cc erlangR21: init at 21.0 2018-06-21 09:36:54 -05:00
Jörg Thalheim
9da836dd03 rancher-compose: remove
I no longer use rancher and can test this derivation.
Also rancher-compose should have the same version as the rancher cluster
used. So it is better to be build by the user using it rather having a
random version in nixpkgs.
2018-06-21 11:11:41 +01:00
Robert Schütz
9f7ed5ed10 python.pkgs.pkgconfig: move expression 2018-06-21 07:42:50 +02:00
Spencer Baugh
a7a48fddc3 pythonPackages.pkgconfig: 1.1.0 -> 1.3.1 2018-06-21 07:42:50 +02:00
Frederik Rietdijk
404f91c4c2 Merge master into staging 2018-06-21 07:42:14 +02:00
Matthew Justin Bauer
3925077548
Merge pull request #41485 from teto/owamp
[RDY] Owamp : Get one way (network) latencies between synchronized computers
2018-06-20 21:45:36 -04:00
Jörg Thalheim
d4ed33492e
Merge pull request #42296 from bkchr/ts3_3_1_10
teamspeak_client: 3.1.8 -> 3.1.10
2018-06-20 23:35:20 +01:00
Vladimír Čunát
5039d6ed1f
Merge branch 'master' into staging
~6k rebuilds per platform (mainly haskellPackages, I think).
2018-06-20 18:17:18 +02:00
Franz Pletz
cac9f08810
Merge pull request #42134 from tazjin/feat/journaldriver
Add package & NixOS module for journaldriver
2018-06-20 12:14:31 +00:00
Pascal Wittmann
f0e7af3b6b
Merge pull request #42236 from mnacamura/esh
esh: init at 0.1.1
2018-06-20 13:02:55 +02:00