Jan Tojnar
d2f75c32de
networkmanagerapplet: clean up
2018-08-09 17:37:09 +02:00
Jan Tojnar
807f582d63
mysql-workbench: 6.3.8 → 8.0.12
2018-08-09 17:36:51 +02:00
Jan Tojnar
0e68d11b86
gnome2.zenity: drop
2018-08-09 17:36:48 +02:00
Jan Tojnar
635f4a2938
appdata-tools: drop
2018-08-09 17:36:46 +02:00
Jan Tojnar
b75ee08a6c
xmonad_log_applet_mate: init
2018-08-09 17:36:45 +02:00
Jan Tojnar
ecaac2a5e8
xmonad_log_applet: fix build
2018-08-09 17:36:45 +02:00
Jan Tojnar
200434a695
xmonad_log_applet_gnome2: drop
2018-08-09 17:36:45 +02:00
Vincent Ambo
924016f45f
dd-agent: Simplify inclusion of additional Datadog core integrations
...
Refactors the process used to build the Datadog core integrations to
be more easily extensible with integrations other than the ones built
and installed by default.
Documentation has been added in relevant parts of the module to
describe how the process works.
As a high-level overview:
The `datadog-integrations-core` attribute in the top-level package set
now accepts an extra parameter.
This parameter is an attribute set where each key is the name of a
Datadog integration as it appears in Datadog's integrations-core
repository[1], and the value is a function that receives the Python
package set and returns the required dependencies of this integration.
For example:
datadog-integrations-core {
ntp = (ps: [ ps.ntplib ]);
};
This would build the default integrations and, additionally, the `ntp`
integration.
To support passing the modified Python environment to the
datadog-agent itself, the `python` key has been moved inside of the
derivation which means that it will be made overridable.
This relates to NixOS/nixpkgs#40399 .
[1]: https://github.com/DataDog/integrations-core
2018-08-09 17:25:23 +02:00
Rodney Lorrimar
fb6679151a
datadog-integrations-core: init at git-2018-05-27
2018-08-09 16:53:30 +02:00
Rodney Lorrimar
3a195dc2ef
pythonPackages.uuid: init at 1.30
2018-08-09 16:53:30 +02:00
Rodney Lorrimar
637cc2a35e
datadog-agent: init at 6.1.4
...
DataDog have adopted a subtle naming convention:
- dd-agent refers to the v5 Python implementation
- datadog-agent refers to the v6 golang implementation
2018-08-09 16:53:29 +02:00
xeji
93f5e20ef5
Merge pull request #44553 from yegortimoshenko/201808/toggldesktop
...
toggldesktop: init at 7.4.231
2018-08-09 09:32:53 +02:00
Frederik Rietdijk
786cbba7be
Merge pull request #44447 from NixOS/staging-next
...
Staging next
2018-08-09 09:04:03 +02:00
aanderse
12c05697b5
added Authen::ModAuthPubTkt perl package from cpan ( #44785 )
2018-08-09 08:59:46 +02:00
Vladimír Čunát
94e608d587
Merge branch 'master' into staging-next
2018-08-09 08:48:04 +02:00
Jonathan Mettes
237c956b0a
ncview: init at 2.1.8 ( #44778 )
2018-08-09 08:41:12 +02:00
adisbladis
ea3310c944
ansible_2_6: init at 2.6.2 ( #44673 )
2018-08-09 08:19:55 +02:00
Austin Seipp
078da082b6
libressl: add 2.8.0
...
This does not remove any prior versions: LibreSSL versions are
maintained for a year after their corresponding OpenBSD branch is tagged
for release:
- v2.6.x, part of OpenBSD 6.2-release, Nov 2017 (EOL: Nov 2018)
- v2.7.x, part of OpenBSD 6.3-release, Apr 2018 (EOL: Apr 2019)
- v2.8.x, expected OpenBSD 6.4-release, ETA Sep 2018 (EOL: Sep 2019)
This also does not change the default version: the stable branch remains
2.7.x, and 2.8.0 is the newest released development version. 2.8 can
become the default after OpenBSD-6.4
Closes #44760 (as it's redundant).
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-08 18:59:22 -05:00
Christopher Ostrouchov
1d46027c3d
pythonPackages.pysrim: init at 0.5.8 ( #44756 )
...
- compatible with 2.7, 3+
- tests are not run due to requiring git lfs download of repository
2018-08-09 00:31:51 +02:00
volth
c51043a1bd
scallion: use mono4 ( #44744 )
2018-08-08 23:02:36 +02:00
Christopher Ostrouchov
74f0282d65
pythonPackages.singledispatch: move expression ( #44654 )
2018-08-08 22:35:46 +02:00
Christopher Ostrouchov
8de02232c5
pythonPackages.sortedcontainers: 1.5.7 -> 2.0.4 ( #44653 )
...
Moving sortedcontianers from top-level -> python-modules and updating
to newest sortedcontianers release.
2018-08-08 22:12:12 +02:00
Matthew Bauer
8c025c67d5
Revert "Revert "Revert "release: disallow aliases"""
...
This reverts commit 0d8076b99c
.
This has been causing people issues so it’s easiest to leave it off
for now. Eventually I will do an RFC or some other PR where we can
have more discussion on benefits of doing this in CI.
Fixes #44299
I still think it’s still worth keeping aliases out of Nixpkgs but we
don’t need to block evaluation on it.
2018-08-08 13:04:06 -04:00
Maximilian Bosch
09e58bc4e7
weechat-xmpp: create proper runtime environment
...
The `weechat-xmpp` plugin requires `pydns` to properly resolve the
XMPP host. Furthermore it's much easier to use substituteAll rather than
messing around with substituteInPlace in a patched file.
2018-08-08 17:55:43 +02:00
(cdep)illabout
60f2b476e4
Add the virtualbox-extpack as a top-level package.
2018-08-08 23:23:01 +09:00
Robert Schütz
6342ab656c
Merge pull request #44446 from rnhmjoj/python2->python3
...
Make python{2,3} version explicit
2018-08-08 11:18:21 +02:00
xeji
90e72bb769
Merge pull request #44146 from Izorkin/tengine
...
tengine: init init at v2.2.2
2018-08-08 10:58:25 +02:00
Christopher Ostrouchov
c2e7a20f34
pythonPackages.docrep: init at 0.2.3 ( #44665 )
2018-08-08 10:53:28 +02:00
Sage
2038ac39f5
crispy-doom: init at 5.2 ( #44536 )
...
crispy-doom: init at 5.2
2018-08-08 09:34:32 +02:00
Jan Tojnar
59a2753e9e
gobby5: 0.5.0 → unstable-2018-04-03
...
fix build
2018-08-08 03:01:44 +02:00
rnhmjoj
0683a72e35
nox: remove pythonPackages references
2018-08-08 02:20:54 +02:00
rnhmjoj
873663b650
youtube-dl: use python3
2018-08-08 02:20:53 +02:00
Tim Steinbach
b55c02e878
rsyslog: 8.21.0 -> 8.37.0
2018-08-07 19:49:58 -04:00
Austin Seipp
a240276ccb
zstdmt: remove (dupe, unmaintainable)
...
The user who wrote this code on GitHub has since deleted their account,
making any updates impossible. Furthermore, this package is redundant
anyway: Zstandard has been shipping a compatible 'zstdmt' binary, API,
and stable multi-threading support for over a year now.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Austin Seipp
d3b51ab973
libtorrentRasterbar: multi outputs, install python2/3 bindings
...
Also fixes the Deluge build, which relied on .out and .python
being the same.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Jan Tojnar
4ce95e453b
libinfinity: modernize expression
...
* Use multiple outputs to reduce the number of rebuilds necessary.
* Fix build with GTK+ support
2018-08-08 01:40:26 +02:00
Robert Schütz
fbb60556f8
python.pkgs.tidylib: 0.2.4 -> 0.3.2
...
fixes #44581
2018-08-08 01:29:54 +02:00
Robert Schütz
80bf2e3641
Merge pull request #44599 from jyp/tensorflow-1.9
...
Update to tensorflow 1.9
2018-08-08 00:30:34 +02:00
leenaars
4150a65b17
animbar: init at 1.2 ( #44608 )
2018-08-07 23:39:29 +02:00
Janne Heß
022b81f3f8
tt-rss-theme-feedly: Init at 1.4.0 ( #44634 )
2018-08-07 23:33:15 +02:00
Uli Baum
5a25e17628
tengine: fix build with gcc7
2018-08-07 22:02:39 +02:00
CrazedProgrammer
cb183acbaa
ccemux: init at 1.1.0 ( #44614 )
2018-08-07 21:45:01 +02:00
Janne Heß
f9980af8ac
tt-rss-plugin-tumblr-gdpr: Init at 1.2 ( #44620 )
2018-08-07 21:36:15 +02:00
Matthew Bauer
0fb3edecee
gccCrossMingw2: remove
2018-08-07 14:17:06 -04:00
Matthew Bauer
9cee386f38
windows: refactor
2018-08-07 14:16:55 -04:00
Janne Heß
f3a095dbd2
rainloop: Init at 1.12.1
2018-08-07 19:01:39 +02:00
Janne Heß
25f4a12bc4
smarty3-i18n: Init at 1.0 ( #44622 )
2018-08-07 18:26:49 +02:00
xeji
f28850d40a
Merge pull request #44619 from poelzi/perl-packages
...
Perl packages
2018-08-07 17:10:52 +02:00
Alyssa Ross
1186bdbf7e
triton: init at 6.1.2
2018-08-07 15:46:39 +01:00
Daniel Poelzleithner
9f452aaf41
add perl module REST::Client
2018-08-07 16:14:46 +02:00
Daniel Poelzleithner
f1453e2885
Add perl Filesys::DiskUsage module
2018-08-07 16:14:35 +02:00
adisbladis
90b5798090
Merge pull request #44534 from LnL7/elixir-1.7.2
...
elixir: 1.7.0 -> 1.7.2
2018-08-07 17:48:54 +08:00
Robert Schütz
173a3d27e6
python.pkgs.bleach_1_5_0: remove
...
python.pkgs.html5lib_0_9999999 can now be removed as well
2018-08-07 11:40:31 +02:00
Robert Schütz
746aae0e55
Merge pull request #44571 from kalbasit/nixpkgs-update-mycli
...
mycli: 1.6.0 -> 1.17.0
2018-08-07 10:49:37 +02:00
Robert Schütz
0a6d4b669b
python.pkgs.pyfxa: init at 0.6.0
2018-08-07 10:46:51 +02:00
Wael M. Nasreddine
16cfc2a602
pythonPackages.pymysql: 0.6.6 -> 0.9.2; move to python-modules
2018-08-07 00:18:18 -07:00
Daiderd Jordan
e4083a7d78
vim_configurable: fix darwin build
2018-08-07 08:45:48 +02:00
Wael M. Nasreddine
1faec393f1
pythonPackages.cli-helpers: init at 1.0.2
2018-08-06 23:43:56 -07:00
Jörg Thalheim
893b080e56
Merge pull request #44522 from Ma27/allow-citrix-custom-certs
...
citrix_receiver: allow custom certs and hooks for the installation
2018-08-07 01:29:49 +01:00
Jörg Thalheim
3a609282a7
Merge pull request #44569 from xeji/p/drop-vimNox
...
vimNox: drop
2018-08-07 01:26:47 +01:00
Austin Seipp
8397411b40
Revert "libtorrentRasterbar: multi outputs, install python2/3 bindings"
...
This reverts commit d8e62d202d
.
2018-08-06 16:33:38 -05:00
Austin Seipp
d8e62d202d
libtorrentRasterbar: multi outputs, install python2/3 bindings
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-06 16:23:36 -05:00
xeji
937e402b35
Merge pull request #44555 from markuskowa/mpich-cleanup
...
mpich2: cleanup derivation, rename to mpich
2018-08-06 23:17:47 +02:00
volth
8835240895
libvirt: 4.5.0 -> 4.6.0 ( #44566 )
2018-08-06 23:15:06 +02:00
WilliButz
354a477f0f
nvtop: init at 0.2.2
2018-08-06 22:44:29 +02:00
Uli Baum
9f96ec8b03
vimNox: drop
...
not updated since 2012, see #40876
2018-08-06 21:36:00 +02:00
leenaars
040bbfab60
pythonPackages.fire: init at 0.1.3 ( #44493 )
2018-08-06 21:33:34 +02:00
Daiderd Jordan
8c026699a7
elixir: expose 1.7 in all-packages.nix
2018-08-06 19:30:05 +02:00
Matthew Bauer
0590b3106b
Merge pull request #44520 from oxij/pkg/appimagekit
...
appimagekit: init at 20180727
2018-08-06 11:14:59 -04:00
Bastian Köcher
fb33305423
linux-kernel: Removes bcm2835_mmal_v4l2_camera_driver patch
...
The patch was only required for kernel 4.16.
2018-08-06 17:36:18 +03:00
Markus Kowalewski
87925f0ba6
mpich2: cleanup, rename to mpich
...
* mpich2 -> mpich
* remove slurm dependency
* use most recent gfortran
* turn enableParallelBulding on
* ensure mpi[cc,cxx,fort] uses default compilers it was built with
2018-08-06 15:27:32 +02:00
Maximilian Bosch
3d7b147a2c
citrix_receiver: drop all packages below 13.8
...
All Citrix versions until 13.7 will be EOLed during the lifetime of
18.09: https://www.citrix.co.uk/support/product-lifecycle/milestones/receiver.html
2018-08-06 15:17:14 +02:00
Maximilian Bosch
10b2208ec5
citrix_receiver: allow custom certs and hooks for the installation
...
Sometimes it's required to modify some parts of the Citrix build on
their own which is why `{pre,post}Install` hooks can be quite helpful.
Additionally some corporate clients use their own certificates that
aren't stored as trusted ones in the `cacert` package with all of the
trusted certs by Mozilla.
Now it's possible to add custom certs like this:
``` nix
with import <nixpkgs> { config.allowUnfree = true; };
let path = ../../Downloads/custom-corporate-cert.pem; in
citrix_receiver.override {
extraCerts = [ path ];
}
```
2018-08-06 15:16:16 +02:00
Yegor Timoshenko
c1973f0fec
toggldesktop: init at 7.4.231
2018-08-06 15:12:48 +03:00
Yegor Timoshenko
0d7170cb85
Merge pull request #44459 from kirelagin/b2sum
...
b2sum: init at 20160619
2018-08-06 15:03:53 +03:00
Pascal Wittmann
0efd8a8f70
remove jumanji
...
jumanji isn't activly developed since the end of 2015
and uses an insecure and old version of webkit.
2018-08-06 12:57:17 +02:00
Vladimír Čunát
f504af072b
Merge branch 'master' into staging-next
...
There's been some large rebuild on master.
I don't really have time ATM to find what it was.
2018-08-06 12:07:37 +02:00
Robert Schütz
3b490c653c
ddar: explicitly use python2
2018-08-06 09:28:20 +02:00
Izorkin
5fce5fadf5
tengine: init init at v2.2.2
2018-08-06 08:11:03 +03:00
Silvan Mosberger
e10db2f676
Merge pull request #44435 from aanderse/pecl-oci8
...
php*Packages.oci8: init at 2.1.8
2018-08-05 23:29:19 +02:00
Silvan Mosberger
08c82ad24c
Merge pull request #44519 from oxij/pkg/biber-cleanup
...
biber: cleanup
2018-08-05 22:21:29 +02:00
Jan Malakhovski
1e3c993286
appimagekit: init at 20180727
2018-08-05 19:49:52 +00:00
Jan Malakhovski
66742ff495
biber: cleanup
2018-08-05 19:45:51 +00:00
Janne Heß
2da02088f7
prototypejs: Init at 1.7.3.0 ( #44428 )
2018-08-05 21:24:56 +02:00
Georg Haas
f09e3a385d
qsstv: init at 9.2.6
2018-08-05 20:49:11 +02:00
Michael Raskin
1df8085132
Merge pull request #44506 from timokau/sage-new-deps
...
Init libbraiding and libhomfly
2018-08-05 15:12:23 +00:00
Timo Kaufmann
aabc55e154
libhomfly: init at 1.02r5
...
libhomfly is a new standard package for sage. See
https://trac.sagemath.org/ticket/25705
2018-08-05 16:50:33 +02:00
Timo Kaufmann
34c2f4150b
libbraiding: init at 1.0
...
libbraiding is a new standard package for sage. See
https://trac.sagemath.org/ticket/25705
2018-08-05 16:50:32 +02:00
Vladimír Čunát
11ceef4769
mesa_drivers: fix a mistake from 4c77fdef4
2018-08-05 10:56:17 +02:00
Michael Raskin
9ac7ec7fc7
vim_configurable: enable gtk3 GUI; Fixes #44440
2018-08-05 10:20:24 +03:00
Jan Tojnar
544f1d471a
Merge pull request #44471 from worldofpeace/elementary-requesites
...
Various elementary necessaries
2018-08-05 00:49:47 +02:00
worldofpeace
5d95f474d8
scour: init at 0.37
2018-08-04 18:19:25 -04:00
Austin Seipp
aa79ae0c64
foundationdb: install python bindings
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-04 16:56:16 -05:00
worldofpeace
7f57ebd2c4
libunity: init at 7.1.4
2018-08-04 17:37:34 -04:00
Bignaux Ronan
0bc6225bb4
cadence: init at 0.9.0 ( #44281 )
2018-08-04 23:05:42 +02:00
Kyle Lacy
87069061c5
plex-media-player: init at 2.14.1 ( #43839 )
2018-08-04 22:25:48 +02:00
Bignaux Ronan
39ab7a0778
soulseekqt: 2016-1-17 -> 2018-1-30 ( #44460 )
2018-08-04 17:24:52 +02:00
Kirill Elagin
74732ec298
b2sum: init at 20160619
2018-08-04 17:59:20 +03:00
Tuomas Tynkkynen
008fd5fcf5
Merge remote-tracking branch 'upstream/master' into staging
2018-08-04 15:17:42 +03:00
Frederik Rietdijk
944586699e
llvmPackages_34: remove unused
2018-08-04 13:45:59 +02:00
aanderse
20f1388c3f
perlPackages.Apache-AuthCookie: init at 3.27 ( #44437 )
2018-08-04 12:40:48 +01:00
Frederik Rietdijk
d296a379ba
python.pkgs.beaker: move expression
2018-08-04 13:33:32 +02:00
Frederik Rietdijk
e002b543af
python.pkgs.basiciw: move expression
2018-08-04 13:30:24 +02:00
Frederik Rietdijk
699e0e50b7
Merge master into staging-next
2018-08-04 11:43:54 +02:00
Janne Heß
ae4dc14f0b
smarty3: Init at 3.1.32 ( #44427 )
2018-08-04 11:02:23 +02:00
Johannes Löthberg
adc4e1d6b7
inter-ui: init at 2.5 ( #44433 )
...
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2018-08-04 10:59:32 +02:00
Janne Heß
558c032e53
scriptaculous: Init at 1.9.0 ( #44429 )
2018-08-04 10:09:58 +02:00
Aaron Andersen
4cc3a5a6c9
added the pecl oci8 library for php
...
had to make an adjustment to the oracle instantclient to make it compile
2018-08-03 21:58:57 -04:00
John Ericson
7a337cde31
Merge pull request #44423 from obsidiansystems/configureFlags-cleanup
...
treewide: All configureFlags are lists
2018-08-03 17:49:01 -04:00
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04:00
xeji
8c784998f6
Merge pull request #44421 from volth/perl-524-528
...
perl: 5.24.4 -> 5.28.0
2018-08-03 22:02:21 +02:00
Maciek Starzyk
af176db5d7
obnam: removed ( #44422 )
2018-08-03 21:43:08 +02:00
Thomas Bach
7e60f1c678
mfcl8690cdw: init lpdr and cupswrapper at 1.0.2/1.0.3 ( #43968 )
...
Provide printer driver for Brother MFC-L8690CDW.
2018-08-03 20:18:32 +02:00
volth
77b8d54aa4
perl: 5.24.4 -> 5.28.0
2018-08-03 18:13:12 +00:00
Robert Schütz
c2649439d5
Merge pull request #44408 from dotlambda/actdiag-application
...
*diag: use python3 and toPythonApplication
2018-08-03 19:59:15 +02:00
Silvan Mosberger
f061271938
Merge pull request #44411 from dotlambda/almonds-python3
...
almonds: use python3
2018-08-03 19:33:12 +02:00
Robert Schütz
5acb3f5774
nwdiag: use python3Packages and toPythonApplication
2018-08-03 19:22:18 +02:00
Robert Schütz
7d4d49bf1d
seqdiag: use python3Packages and toPythonApplication
2018-08-03 19:21:02 +02:00
Robert Schütz
8769f25c6a
blockdiag: use python3Packages and toPythonApplication
2018-08-03 19:18:22 +02:00
Robert Schütz
ae3bbf2958
almonds: use python3
2018-08-03 18:04:46 +02:00
Silvan Mosberger
a7ea08d60d
Merge pull request #44406 from johanot/certmgr-pkgs-init
...
certmgr: init at 1.6.1
2018-08-03 17:55:34 +02:00
Frederik Rietdijk
e271c47fcb
Merge pull request #44390 from dotlambda/keras-2.2.2
...
python.pkgs.Keras: 2.2.0 -> 2.2.2
2018-08-03 17:53:34 +02:00
Robert Schütz
54ae6ea537
actdiag: use python3 and toPythonApplication
2018-08-03 17:41:31 +02:00
Johan Thomsen
505007471d
certmgr: init at 1.6.1
2018-08-03 17:35:46 +02:00
snaar
841e2ed547
run-scaled: init at 2018-06-03 ( #44385 )
...
* run-scaled: init at 2018-06-03
* run-scaled: change platform from linux to unix to match dependencies
2018-08-03 17:18:13 +02:00
Alexander Krupenkin
8d708d28a1
parity: 1.10.8 -> 1.11.8; parity-beta: init at 2.0.1 ( #44170 )
...
* parity: 1.10.8 -> 1.10.9
* parity: 1.10.8 -> 1.11.8; parity-beta: init at 2.0.1
2018-08-03 16:54:29 +02:00
xeji
725f253190
Merge pull request #44346 from Fork-Native-Light-Foundation/package/protonmail-bridge
...
protonmail-bridge: init at 1.0.5-1
2018-08-03 16:42:54 +02:00
Roger Qiu
83cc1e3d38
pythonPackages.imgaug: init at 0.2.6 ( #43720 )
2018-08-03 14:39:55 +02:00
LightDiscord
3f9edf1bd6
protonmail-bridge: init at 1.0.5-1
2018-08-03 14:04:10 +02:00
Johannes Frankenau
d99d14f357
reaper: init at 5.93 ( #44391 )
2018-08-03 13:36:11 +02:00
Gabriel Ebner
0a519ad6df
pythonPackages.shippai: init at 0.2.3
2018-08-03 12:40:34 +02:00
Robert Schütz
148f0746ab
python.pkgs.keras-applications: init at 1.0.4
2018-08-03 11:36:42 +02:00
Robert Schütz
2553369795
python.pkgs.keras-preprocessing: init at 1.0.2
2018-08-03 07:48:04 +02:00
Orivej Desh
687771ced6
clickhouse: 1.1.54385 -> 18.1.0
2018-08-02 23:29:41 +00:00
John Ericson
89c21fce3f
Merge commit 'master' into staging
2018-08-02 16:13:33 -04:00
Bas van Dijk
0aae3fda06
graphite: 1.0.2 -> 1.1.3 & moved dependencies to python-modules ( #44276 )
...
Fixes #30891
* Upgrade `graphite-web`, `carbon` and `whisper` from 1.0.2 -> 1.1.3.
* Replaced the deprecated `pythonPackages.graphite_influxdb` with
`pythonPackages.influxgraph.`
* Renamed `pythonPackages.graphite_web` to `pythonPackages.graphite-web`
to be consistent with the Python package name.
* Replaced the unmaintained `pythonPackages.graphite_pager` with
`pythonPackages.graphitepager`
* Moved all new packages from `python-packages.nix` to
`pkgs/development/python-modules`
2018-08-02 16:39:57 +02:00
Vladimír Čunát
86b5b1e174
Revert "android-studio-preview: Print a deprecation warning"
...
This reverts commit 88bfbf6c7d
.
It broke the tarball job. Discussion:
https://github.com/NixOS/nixpkgs/pull/44310#issuecomment-409690460
2018-08-02 16:32:55 +02:00
xeji
5c7bf43c24
Merge pull request #44342 from carlosdagos/tinyproxy
...
tinyproxy: init at 1.8.4
2018-08-02 16:12:12 +02:00
Giulio Eulisse
ca7b17a4a0
doing: init at 1.0.10pre ( #44034 )
2018-08-02 15:24:23 +02:00
Robert Schütz
de880be9a2
Merge pull request #43260 from Assassinkin/sumo
...
pythonPackages.sumo: init at 1.0.9 ( And other packages that sumo depends on)
2018-08-02 14:51:37 +02:00
Carlos D
c431713f99
tinyproxy: init at 1.8.4
2018-08-02 18:36:57 +10:00
xeji
9e52696649
Merge pull request #44325 from markuskowa/molcas
...
openmolcas: init at 20180529
2018-08-02 10:32:04 +02:00
Tobias Happ
219970b494
cargo-update: init at 1.5.2 ( #40575 )
2018-08-02 10:28:57 +02:00
Serge Bazanski
742a50dafd
trellis: init 2018.08.01 ( #44328 )
...
* trellis: init 2018.08.01
* trellis: move boost to buildInputs
* trellis: remove leftover debug clause
2018-08-02 10:18:47 +02:00
Markus Kowalewski
484473b184
openmolcas: init at 20180529
2018-08-02 10:18:17 +02:00
Markus Kowalewski
b908b7d68d
globalarrays: init at 5.7
2018-08-02 10:18:08 +02:00
Bignaux Ronan
38e582c91d
photon: init at 1.0.7 ( #44269 )
2018-08-02 09:49:54 +02:00
Jan Tojnar
0a12371dfb
https://gitlab.gnome.org/GNOME/gnome-keyring/issues/1
2018-08-02 00:32:51 +02:00
Justin Bedő
51fc0ef8d2
somatic-sniper: init 1.0.5.0 ( #43403 )
2018-08-01 22:11:13 +02:00
Maximilian Bosch
cd5e01edd9
ocserv: init at 0.12.1 ( #42871 )
...
`ocserv` is a VPN server which follows the openconnect protocol
(https://github.com/openconnect/protocol ). The packaging is slightly
inspired by the AUR version
(https://aur.archlinux.org/packages/ocserv/ ).
This patch initializes the package written in C, the man pages and a
module for a simple systemd unit to run the VPN server. The package
supports the following authentication methods for the server:
* `plain` (mostly username/password)
* `pam`
The third method (`radius`) is currently not supported since `nixpkgs`
misses a packaged client.
The module can be used like this:
``` nix
{
services.ocserv = {
enable = true;
config = ''
...
'';
};
}
```
The option `services.ocserv.config` is required on purpose to
ensure that nobody just enables the service and experiences unexpected
side-effects on the system. For a full reference, please refer to the
man pages, the online docs or the example value.
The docs recommend to simply use `nobody` as user, so no extra user has
been added to the internal user list. Instead a configuration like
this can be used:
```
run-as-user = nobody
run-as-group = nogroup
```
/cc @tenten8401
Fixes #42594
2018-08-01 21:39:09 +02:00
Jaka Hudoklin
e4ca48c224
confluent: init at 4.1.1-2.11 ( #43137 )
2018-08-01 21:35:42 +02:00
Yuri Aisaka
9caf7ec5a4
pybind11: init at 2.2.2 ( #35027 )
...
* pybind11: init at 2.2.2
* fix license
* remove test dependencies
2018-08-01 21:14:51 +02:00
Ivan Malison
e090fb2967
gitter: init at 4.1.0 ( #43505 )
2018-08-01 20:51:17 +02:00
Michael Weiss
8aa04df600
Merge pull request #44310 from primeos/android-studio-improvements
...
Android Studio improvements
2018-08-01 20:24:03 +02:00
Michael Weiss
8caeec1ba7
androidStudioPackages: Use recurseIntoAttrs
...
IMO it makes sense that the other channels show up in nix-env as well.
2018-08-01 19:47:36 +02:00
Michael Weiss
88bfbf6c7d
android-studio-preview: Print a deprecation warning
...
Hope this is ok... :)
2018-08-01 19:47:36 +02:00
Tuomas Tynkkynen
6260fc8b8e
Merge remote-tracking branch 'upstream/master' into staging
2018-08-01 19:06:09 +03:00
Maximilian Bosch
134c5cc8db
termite: factor wrapper out into its own file ( #43691 )
...
Until now it's impossible to override the attrs of the actual build
instruction for the `termite` package like this:
```
termite.overrideAttrs (_: {
# ...
})
```
This issue occurs since the `termite/default.nix` expressions returns
the `symlinkJoin` expression when I override termite (e.g. to provide a
config file).
I recently patched termite and wanted to apply this patch to my local
termite installation in my system config which is impossible this, so
splitting the wrapper and the build instruction into their own files
makes this way easier to maintian.
2018-08-01 16:09:55 +02:00
leenaars
2b75a7266c
ipgrep: init at 1.0 ( #43887 )
2018-08-01 15:40:57 +02:00
Mario Rodas
4cc3a18fcd
brakeman: init at 4.3.1 ( #44294 )
2018-08-01 15:15:29 +02:00
Mario Rodas
dc4abdfd86
ia-writer-duospace: init at 20180721 ( #43937 )
2018-08-01 15:13:50 +02:00
Daniël de Kok
186cf1c4d6
cargo-asm: init at 0.1.16 ( #44182 )
2018-08-01 15:03:03 +02:00
markuskowa
34f6b0cc0e
halide: init at 2018_02_15 ( #44207 )
2018-08-01 14:57:51 +02:00
Jörg Thalheim
3ea0322f63
Merge pull request #44197 from etu/php-kill-56-and-70
...
php: drop 5.6 and 7.0
2018-08-01 12:49:56 +01:00
Jörg Thalheim
d9cea0e6f1
Merge pull request #44155 from Assassinkin/slackclient
...
pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactor
2018-08-01 12:46:57 +01:00
Assassinkin
f3b60eb0a4
pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactor
2018-08-01 12:05:32 +01:00
Assassinkin
6ee997a5ff
pythonPackages.sumo:init at 1.0.9
2018-08-01 10:58:23 +01:00
Assassinkin
791d50fd3f
pythonPackages.pymatgen:init at 2018.6.27
2018-08-01 10:58:23 +01:00
Assassinkin
1e1cf4f18c
pythonPackages.phonopy:init at 1.13.2.13
2018-08-01 10:57:14 +01:00
Assassinkin
7487510d04
pythonPackages.palettable:init at 3.1.1
2018-08-01 10:57:14 +01:00
Jens Binkert
90ce71eb0c
ldmtool: init at 0.2.4 ( #43975 )
2018-08-01 11:40:07 +02:00
Jörg Thalheim
02ba14dbd2
Merge pull request #44249 from lukeadams/scrcpy
...
scrcpy: init at v1.2
2018-08-01 09:14:27 +01:00
leenaars
184a30bdc2
inriafonts: init at 1.200 ( #44280 )
2018-08-01 09:57:32 +02:00
Léo Gaspard
cccfa8f395
global-platform-pro: init at 0.3.10-rc11
2018-08-01 13:53:33 +09:00
Luke Adams
06b429062f
scrcpy: init at v1.2
2018-07-31 21:56:11 -05:00
Roger Qiu
0f70e78d37
pythonPackages.fastpair: init at 2016-07-05 ( #43722 )
2018-08-01 00:05:21 +02:00
Daniël de Kok
e8d6ceaf39
liblinear: init at 2.20 ( #44178 )
...
Since building liblinear is very similar to libsvm, this expression
is largely based on libsvm.
2018-07-31 23:52:04 +02:00
Théo Zimmermann
fd03ba85cc
mustache-go: init at 1.0.1 ( #44175 )
2018-07-31 23:48:54 +02:00
Edmund Wu
bb0cb24de2
capitaine-cursors: init at r2.1 ( #44208 )
2018-07-31 23:47:31 +02:00
Robert Schütz
e858b285c8
Merge pull request #44239 from borisbabic/feature/init-pre-commit
...
gitAndTools.pre-commit: init at 1.10.4
2018-07-31 14:35:33 +02:00
Robert Schütz
2ea26fb794
bittornado: init at unstable-2018-02-09 ( #43770 )
2018-07-31 14:23:15 +02:00
Boris Babic
339f78957e
pythonPackages.aspy-yaml: init at 1.1.1
2018-07-31 13:58:01 +02:00
Boris Babic
eed74d16a1
pythonPackages.cfgv: init at 1.1.0
2018-07-31 13:58:01 +02:00
Boris Babic
a1f03c09af
pythonPackages.nodeenv: init at 1.3.2
2018-07-31 13:58:01 +02:00
Boris Babic
632d3b5d7d
pythonPackages.identify: init at 1.1.4
2018-07-31 13:57:59 +02:00
Jan Tojnar
a81f73da7d
Merge pull request #44016 from ebzzry/master
...
stumpish: init at 0.0.1
2018-07-31 13:57:40 +02:00
Frederik Rietdijk
d56b54cb3c
Merge master into staging
2018-07-31 13:19:20 +02:00
Jörg Thalheim
94cbb8e3cd
Merge pull request #44251 from kalbasit/add-browsh
...
browsh: init at 1.4.10
2018-07-31 11:11:37 +01:00
Rommel MARTINEZ
a2fafda55a
stumpish: init at 0.0.1
2018-07-31 16:56:24 +08:00
Sarah Brofeldt
cb19404faf
Merge pull request #44245 from Infinisil/add/bukubrow
...
bukubrow: Init at 2.4.0
2018-07-31 08:35:39 +02:00
Wael M. Nasreddine
446b72ef3b
browsh: init at 1.4.10
...
closes #43283
2018-07-30 23:19:38 -07:00
aszlig
c8b973d318
eresi: init at 0.83-a3-phoenix
...
While I'm not sure whether it's suitable for my tasks it might be useful
for others doing reverse engineering, so I decided to package it.
The software seems to have stalled development since a while but became
active again recently, so hopefully some of the issues with packaging
will be fixed and they might want to move away from their handwritten
configure script.
I've tested the package on both i686-linux and x86_64-linux, however the
automated test suite seems to be broken upstream at the moment so I
didn't set doCheck to true, but once this is fixed, we can enable them
in a future update.
Signed-off-by: aszlig <aszlig@nix.build>
2018-07-31 08:17:39 +02:00
Bjørn Forsman
09fcfb6168
Merge pull request #36621 from jfrankenau/init-rapid-photo-downloader
...
rapid-photo-downloader: init at 0.9.9
2018-07-31 01:59:50 +02:00
Silvan Mosberger
2ee3d84a96
bukubrow: init at 2.4.0
2018-07-30 23:02:19 +02:00
Ihor Antonov
742627f271
pythonPackages.fluent-logger: init at 0.9.3 ( #44236 )
2018-07-30 22:46:03 +02:00
John Ericson
9fb6462817
Merge commit master into staging
2018-07-30 15:33:01 -04:00
Jamey Sharp
126f205752
gnome-builder: init at 3.28.4
2018-07-30 12:09:03 -07:00
Vladimír Čunát
7a605f3c78
lua*Packages.http: init at 0.2
2018-07-30 17:35:20 +02:00
Vladimír Čunát
40140997cb
lua*Packages.basexx: init at 0.4.0
2018-07-30 17:26:48 +02:00
Vladimír Čunát
597a5936d3
lua*Packages.compat53: init at 0.7
...
The manual compilation is weird, but there's only a rockspec upstream,
and I don't know how to use that well inside the nix build.
2018-07-30 17:08:48 +02:00
Vladimír Čunát
837a9a4677
lua*Packages.luaoss: init at 20170903
2018-07-30 16:40:41 +02:00
Vladimír Čunát
05df847150
fixup! lua*Packages.cqueues: init at 20171014
2018-07-30 16:40:01 +02:00
Vladimír Čunát
4aa324ac5a
lua*Packages.lpeg_patterns: init at 0.5
2018-07-30 16:31:40 +02:00
Vladimír Čunát
3a808133d3
lua*Packages.fifo: init at 0.2
2018-07-30 16:23:51 +02:00
Andreas Rammhold
80b5f5227e
jsonrpc-glib: init at 3.28.1
2018-07-30 16:23:15 +02:00
Andreas Rammhold
b2c565eee5
template-glib: init at 3.28.0
2018-07-30 16:23:10 +02:00
Vladimír Čunát
112021b166
lua*Packages.cqueues: init at 20171014
2018-07-30 16:09:01 +02:00
Jörg Thalheim
b4d668859a
Merge pull request #44205 from manveru/golangci-lint
...
golangci-lint: init at 1.9.2
2018-07-30 13:45:44 +01:00
Jörg Thalheim
9cfc9de70f
Merge pull request #44161 from Izorkin/nginx-modules
...
Nginx modules
2018-07-30 11:39:10 +01:00
Jörg Thalheim
a42311a9f6
Merge pull request #44209 from samueldr/feature/nix-top
...
nix-top: init at 0.1.0 -> 0.2.0
2018-07-30 10:05:29 +01:00
Eelco Dolstra
14b5d5e93e
Revert "release/metrics: drop requiredSystemFeatures"
...
This reverts commit 1d0caa7b03
. Thanks
to @vcunat we have a 'benchmark' machine again!
2018-07-30 10:46:20 +02:00
Michael Fellinger
06eb270c8f
golangci-lint: init at 1.9.2
2018-07-30 10:23:57 +02:00
Vladimír Čunát
848fa35c24
Merge #43378 into staging: mesa: enableTextureFloats
2018-07-30 08:16:20 +02:00
Jan Tojnar
63ef1e9381
Merge pull request #43160 from jtojnar/pulseaudio-12
...
pulseaudio: 11.1 → 12.2
2018-07-29 22:40:54 +02:00
Samuel Dionne-Riel
92eedad50b
nix-top: init at 0.1.0
2018-07-29 16:20:22 -04:00
Jan Tojnar
f2163b9dff
paprefs: 0.9.10 → 1.0
2018-07-29 21:19:46 +02:00
Jan Tojnar
d69f3a2a43
pulseaudio: 11.1 → 12.2
...
GConf was finally removed in favour of GSettings.
Removes patches that were upstreamed and caps-fix.patch, which is
not needed since f1d465f429
.
2018-07-29 21:19:45 +02:00
Matthew Bauer
c5f1717a19
Merge pull request #43702 from oxij/pkg/checked-glib
...
glib: use tested version when `doCheckByDefault` is set
2018-07-29 15:19:44 -04:00
Alyssa Ross
4e33431b62
pythonPackages.potr: 1.0.1 -> 1.0.2 ( #44096 )
2018-07-29 21:12:58 +02:00
xeji
1feb8e97c5
Merge pull request #44193 from vbgl/stog-0.18
...
stog: 0.17.0 -> 0.18.0
2018-07-29 21:04:15 +02:00
Elis Hirwing
7e6b76fc6b
php: drop 5.6 and 7.0
...
Both 5.6 and 7.0 is currently on life support, as in only recieving
security related patches.
This will only continue until:
- 2018-12-31 for PHP 5.6
- 2018-12-01 for PHP 7.0
Both these dates are in the middle of the 18.09 lifecycle. So it would
be nice to not have them in the 18.09 stable release. Dropping them
now would also result in less maintanance in updating them.
The death dates can be seen on both these links:
- https://secure.php.net/supported-versions.php
- https://en.wikipedia.org/wiki/PHP#Release_history
2018-07-29 20:17:58 +02:00
Silvan Mosberger
9865feb217
Merge pull request #44143 from etu/php-codesniffer-update
...
phpPackages.phpc(s|bf): 3.3.0 -> 3.3.1
2018-07-29 20:11:04 +02:00
Fernando José Pando
285d770949
httperf: init at 0.9.1
...
* httperf: init at 0.9.1
- tested on nixos
* httperf: 0.9.1 add ssl support
* httperf: 0.9.1 default-build-phase
* httperf: 0.9.1 fix pname
2018-07-29 09:41:15 -07:00
Jan Tojnar
3390678545
Merge pull request #43681 from worldofpeace/lightdm-1.26.0
...
lightdm: 1.24.0 -> 1.26.0
2018-07-29 17:12:49 +02:00
Vincent Laporte
26213bc990
stog: 0.17.0 -> 0.18.0
2018-07-29 13:32:10 +00:00
Izorkin
a7a7033e45
msgpuck: init at v2.0
2018-07-29 14:54:08 +03:00
Jörg Thalheim
bdfba1a954
Merge branch 'master' into update/grv-0.2.0
2018-07-29 12:18:18 +01:00
Jörg Thalheim
eceab20f28
Merge pull request #44191 from Mic92/julia-cleanup
...
julia: remove unsupported versions
2018-07-29 12:16:55 +01:00
Jörg Thalheim
8c705beab7
julia-git: remove
2018-07-29 10:17:19 +01:00
Jörg Thalheim
9bc989b2df
julia_04: remove
2018-07-29 10:16:15 +01:00
Jörg Thalheim
4b5a809e6e
julia_05: remove
2018-07-29 10:14:51 +01:00
Vincent Laporte
d6a60a7e91
ocamlPackages.labltk: init at 8.06 ( #43963 )
...
LablTk is an OCaml interface to the Tcl/Tk GUI framework.
homepage: http://labltk.forge.ocamlcore.org/
2018-07-29 08:35:35 +00:00
Frederik Rietdijk
90ffd3f3f6
Merge pull request #44078 from volth/cpan2nix-2018-07-25
...
[staging] cpan2nix updates
2018-07-29 09:55:30 +02:00
Vincent Laporte
1747b29a4c
ocamlPackages.httpaf: init at 0.4.1
...
http/af is a high-performance, memory-efficient, and scalable web server for
OCaml.
Homepage: https://github.com/inhabitedtype/httpaf
2018-07-29 07:47:21 +00:00
Vincent Laporte
96b9fdaa35
ocamlPackages.bigstringaf: init at 0.3.0
...
Bigstring intrinsics and fast blits based on memcpy/memmove
homepage: https://github.com/inhabitedtype/bigstringaf
2018-07-29 07:47:21 +00:00
Frederik Rietdijk
e46e7f44c2
Merge staging-next into master
2018-07-29 09:13:54 +02:00
Jörg Thalheim
82f3cd631c
Merge pull request #44180 from vbgl/ocaml-sqlexpr-0.9.0
...
ocamlPackages.sqlexpr: 0.5.5 -> 0.9.0
2018-07-28 23:22:23 +01:00
Daiderd Jordan
0fa2cbf59f
Merge pull request #44111 from LnL7/elixir-1.7.0
...
elixir: init 1.7.0
2018-07-28 17:14:27 +02:00
Vincent Laporte
0c4daae16a
ocamlPackages.ppx_sqlexpr: init at 0.9.0
2018-07-28 14:16:47 +00:00
Frederik Rietdijk
8db716d9f3
Merge master into staging-next
2018-07-28 12:31:35 +02:00
Frederik Rietdijk
5cd5e74177
Merge pull request #44152 from georgewhewell/add-sabyenc
...
pythonPackages.sabyenc: init at 2.3.3
2018-07-28 09:43:07 +02:00
Frederik Rietdijk
17a09eb501
Merge pull request #41892 from catern/exlib
...
add pykerberos, requests-kerberos, exchangelib
2018-07-28 09:37:17 +02:00
Dominik Xaver Hörl
6613fea80e
android-file-transfer: init at 3.4
2018-07-27 20:20:41 -07:00
Matthew Bauer
0e707034b5
st: fix patches passing
2018-07-27 19:39:15 -04:00
Matthew Bauer
d14dedfa2a
aliases: add callPackage_i686
...
This was removed in PR #42874 .
2018-07-27 19:37:57 -04:00
John Ericson
574871ea7f
Merge pull request #44164 from LnL7/llvm-man-output
...
llvm-packages: fix manpages on darwin
2018-07-27 19:30:38 -04:00
Daiderd Jordan
2100f462a5
llvm-packages: expose manpages in all-packages.nix
...
Only for the default version, we probably shouldn't be exposing
most attributes all versions.
2018-07-28 00:08:31 +02:00
Bas van Dijk
ebcdb822f8
elk: 6.2.4 -> 6.3.2
...
* The ELK stack is upgraded to 6.3.2.
* `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is
a suite of additional features. These are however licensed under the unfree
"Elastic License".
* Fortunately they also provide OSS versions which are now packaged
under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`.
Note that the naming of the attributes is consistent with upstream.
* The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS
version by default. You can also run the test on the unfree ELK using:
`NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
2018-07-28 00:01:31 +02:00
Spencer Baugh
b8980e47bd
pythonPackages.exchangelib: init at 1.11.4
2018-07-27 19:04:21 +00:00
Spencer Baugh
08db286889
pythonPackages.requests-kerberos: init at 0.12.0
2018-07-27 19:04:21 +00:00
Spencer Baugh
aa86f70d18
pythonPackages.pykerberos: init at 1.2.1
2018-07-27 19:04:20 +00:00
georgewhewell
660721140c
pythonPackages.sabyenc: init at 2.3.3
2018-07-27 19:01:59 +01:00
worldofpeace
ed8fbbbfa9
lightdm: 1.24.0 -> 1.26.0
...
* now uses fetchFromGitHub too
2018-07-27 11:37:49 -04:00
Vladimír Čunát
1d83c4583b
Merge #44131 : release/metrics: drop requiredSystemFeatures
2018-07-27 17:11:37 +02:00
Jörg Thalheim
f026e85080
libgit2_0_25: remove
2018-07-27 13:35:24 +01:00
Jörg Thalheim
84c75d5a50
blsd: bump libgit
2018-07-27 13:34:35 +01:00
Elis Hirwing
31bb8d849a
phpPackages.phpcbf: 3.3.0 -> 3.3.1
...
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.1
2018-07-27 07:56:12 +02:00
Elis Hirwing
367ec1ae7a
phpPackages.phpcs: 3.3.0 -> 3.3.1
...
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.1
2018-07-27 07:55:40 +02:00
Janne Heß
6d2ab18915
sieve-connect: Init at 0.89
2018-07-26 14:12:03 -07:00
Thomas Tuegel
4f5837668b
hindent: build Emacs package with latest Melpa recipe
...
The hindent Emacs package is built with the latest Melpa recipe, but the same
source version as in haskellPackages.
2018-07-26 15:36:43 -05:00
Will Dietz
a9300b2b6b
libgit2_0_27: init
2018-07-26 15:35:21 -05:00
Tuomas Tynkkynen
3877501f9d
Merge remote-tracking branch 'upstream/master' into staging
2018-07-26 23:09:22 +03:00
Vladimír Čunát
1d0caa7b03
release/metrics: drop requiredSystemFeatures
...
Lack of a "benchmark" machine on Hydra prevents it from building,
and that blocks channels.
2018-07-26 18:32:41 +02:00
Shea Levy
886871538c
pythonPackages.rfc7464: Init at 17.7.0
2018-07-26 12:04:16 -04:00
Frederik Rietdijk
f59e6f4037
Merge master into staging
2018-07-26 16:18:53 +02:00
Jos van Bakel
812f4749ae
rshell: init at 0.0.14
2018-07-26 06:12:06 -07:00
Frederik Rietdijk
ac7a998fae
python.pkgs.prompt_toolkit_52: remove unused
2018-07-26 12:43:19 +02:00
Robert Schütz
72934aa94e
beets: use python3Packages
2018-07-26 12:43:18 +02:00
Robert Schütz
48eb8c4e88
spyder: remove from pythonPackages
...
Spyder is an application only and therefore does not belong in pythonPackages.
2018-07-26 12:43:18 +02:00
Robert Schütz
7b9141d172
python.pkgs.importlib: remove
...
importlib is included in Python 2.7+ and 3.1+
2018-07-26 12:43:17 +02:00
Robert Schütz
94d87e4c1e
python: testresources: 0.2.7 -> 2.0.1
2018-07-26 12:43:16 +02:00
Robert Schütz
9ddbfc9242
python.pkgs.jaraco_functools: move expression
2018-07-26 12:43:16 +02:00
Jörg Thalheim
c4b99ee9cc
python.pkgs.snowballstemmer: move out of python-packages.nix
2018-07-26 12:43:16 +02:00
Jörg Thalheim
e9f05ffa9b
python.pkgs.pystemmer: fix compilation with python3.7
2018-07-26 12:43:15 +02:00
Frederik Rietdijk
ea91420675
Merge pull request #43886 from FRidh/vim
...
qvim, vim_configurable: get rid of composableDerivation
2018-07-26 11:42:40 +02:00
Carlos D
4758fe7c56
kustomize: init at 1.0.4
2018-07-25 21:10:07 -07:00
volth
dbf6a5e68c
perlPackages: fix build
2018-07-25 22:32:10 +00:00
volth
233f1b9d81
[cpan2nix] perlPackages.NetAmazonS3: 0.80 -> 0.84
...
dependencies:
perlPackages.RefUtil: init at 0.204
2018-07-25 22:31:36 +00:00
volth
20276b840a
[cpan2nix] perlPackages.SOAPLite: 1.11 -> 1.27
...
dependencies:
perlPackages.IOSessionData: init at 1.03
perlPackages.XMLParserLite: init at 0.721
2018-07-25 22:30:25 +00:00
volth
e3dc190497
[cpan2nix] perlPackages.ArchiveTarWrapper: 0.31 -> 0.33
...
dependencies:
perlPackages.Dumbbench: init at 0.111
perlPackages.NumberWithError: init at 1.01
perlPackages.StatisticsCaseResampling: init at 0.15
perlPackages.TestLectroTest: init at 0.5001
perlPackages.prefork: init at 1.04
2018-07-25 22:30:13 +00:00
volth
afc95f8f73
[cpan2nix] perlPackages.SQLAbstract: 1.85 -> 1.86
2018-07-25 22:30:04 +00:00
volth
8730f8233b
[cpan2nix] perlPackages.FCGIClient: 0.08 -> 0.09
2018-07-25 22:30:02 +00:00
volth
c4220ea3b9
[cpan2nix] perlPackages.LWP: 6.34 -> 6.35
2018-07-25 22:30:01 +00:00
volth
0c6033c362
[cpan2nix] perlPackages.grepmail: 5.3105 -> 5.3111
2018-07-25 22:30:00 +00:00
volth
356bf433a9
[cpan2nix] perlPackages.PPIxRegexp: 0.060 -> 0.061
2018-07-25 22:29:53 +00:00
volth
fd9b252f2c
[cpan2nix] perlPackages.PPIxQuoteLike: 0.005 -> 0.006
2018-07-25 22:29:53 +00:00
volth
5e21d976be
[cpan2nix] perlPackages.MailMboxMessageParser: 1.5106 -> 1.5111
2018-07-25 22:29:50 +00:00
volth
e789b6ecf1
[cpan2nix] perlPackages.TestMockObject: 1.20161202 -> 1.20180705
2018-07-25 22:29:27 +00:00
volth
c82f7545a6
[cpan2nix] perlPackages.FileHandleUnget: 0.1629 -> 0.1634
2018-07-25 22:29:12 +00:00
volth
516979ad97
[cpan2nix] perlPackages.Test2Suite: 0.000114 -> 0.000115
2018-07-25 22:29:09 +00:00
volth
1d018d13d5
[cpan2nix] perlPackages.StatisticsDescriptive: 3.0613 -> 3.0701
2018-07-25 22:28:47 +00:00
volth
0a65e4f280
[cpan2nix] perlPackages.URIdb: 0.18 -> 0.19
2018-07-25 22:28:29 +00:00
volth
bfdc2cd948
[cpan2nix] perlPackages.AuthenRadius: 0.26 -> 0.27
2018-07-25 22:28:17 +00:00
volth
59addc1548
[cpan2nix] perlPackages.ParallelForkManager: 1.19 -> 1.20
2018-07-25 22:28:06 +00:00
volth
fb63fa3c93
[cpan2nix] perlPackages.NetDNS: 1.15 -> 1.16
2018-07-25 22:28:05 +00:00
volth
09a66b0ba8
[cpan2nix] perlPackages.AudioScan: 1.00 -> 1.01
2018-07-25 22:27:52 +00:00
volth
da069a87aa
[cpan2nix] perlPackages.TestTempDirTiny: 0.017 -> 0.018
...
dependencies:
perlPackages.FileTemp: init at 0.2308
2018-07-25 22:27:46 +00:00
volth
090253642d
[cpan2nix] perlPackages.IOSocketSSL: 2.056 -> 2.058
2018-07-25 22:27:31 +00:00
volth
97bb88eedb
[cpan2nix] perlPackages.BusinessISMN: 1.131 -> 1.132
2018-07-25 22:27:12 +00:00
volth
f386aad505
[cpan2nix] perlPackages.YAMLLibYAML: 0.70 -> 0.72
2018-07-25 22:27:03 +00:00