Franz Pletz
8473168bef
mtxclient: init at 0.1.0
2018-09-09 22:15:06 +02:00
Benjamin Hipple
4d8bb9a34a
dockerTools: unpin go version
...
The linked PR has been merged, and in fact dockerTools has upgraded to the
latest `go1.11` compiler:
https://github.com/moby/moby/pull/35739
https://github.com/moby/moby/pull/37358
2018-09-09 11:21:59 -04:00
Periklis Tsirakidis
136fb311c7
elpy: fix build dep
2018-09-09 17:14:59 +02:00
Jörg Thalheim
ab8f0aa476
Merge pull request #46392 from andrew-d/adunham/wkhtmltopdf-qt5
...
wkhtmltopdf: 0.12.4 -> 0.12.5, use Qt5
2018-09-09 15:10:12 +01:00
Daiderd Jordan
939debc7a4
bullet: fix darwin build
...
The examples fail with an opengl related issue:
Undefined symbols for architecture x86_64:
"SimpleOpenGL3App::SimpleOpenGL3App(char const*, int, int, bool)", referenced from:
_main in main_opengl_single_example.o
"_useShadowMap", referenced from:
GL_ShapeDrawer::drawScene(btDiscreteDynamicsWorld const*, bool, int) in GL_ShapeDrawer.o
ld: symbol(s) not found for architecture x86_64
And the tests need an extra dependencly, possibley related to
https://github.com/bulletphysics/bullet3/issues/819
ld: library not found for -lBussIK
/cc ZHF #45961
2018-09-09 15:34:03 +02:00
Maximilian Bode
5b1b4adb2a
pythonPackages.CDDB: fix darwin build ( #46412 )
2018-09-09 12:10:18 +02:00
Scott W. Dunlop
c69933f71b
nats-streaming-server: init at 0.11.0
2018-09-08 23:11:24 +00:00
Andrew Dunham
5e94e2bc7c
wkhtmltopdf: 0.12.4 -> 0.12.5, use Qt5
2018-09-08 16:11:06 -07:00
Matthew Bauer
a0dc4854af
Merge pull request #38878 from tadfisher/steamcmd
...
steamcmd: init at 20180104
2018-09-08 17:55:56 -05:00
Matthew Bauer
72ffce41f6
Merge pull request #46372 from periklis/remove-ffp
...
Remove outdated external package emacs-find-file-in-project
2018-09-08 17:23:06 -05:00
Tad Fisher
0b2b7b2d53
steamcmd: init at 20180104
2018-09-08 13:39:32 -07:00
Robert Helgesson
bcedf59d84
perl-packages: remove rycee from maintainers
...
I no longer use or develop Perl regularly so cannot vouch for these
packages anymore.
2018-09-08 15:15:41 +02:00
Yarny0
a08b633fe7
HylaFAX+: init at 5.6.0
...
Create the top-level packages attribute
'hylafaxplus' that builds HylaFAX+ .
Note:
The nobody uid and the nogroup gid
are hardcoded in the package.
The package build recipe file
contains options to modify these ids.
2018-09-08 14:21:40 +02:00
Vladyslav M
3b4ab85f01
ripgrep: 0.9.0 -> 0.10.0 ( #46331 )
2018-09-08 14:21:25 +02:00
Maximilian Bosch
37032db583
chessx: fix build ( #46359 )
...
See https://hydra.nixos.org/build/80998335 .
Upstream doesn't support QT 5.11 ATM which broke compilation:
```
src/dialogs/savedialog.cpp: In constructor ‘SaveDialog::SaveDialog(QWidget*, Qt::WindowFlags)’:
src/dialogs/savedialog.cpp:37:34: error: invalid use of incomplete type ‘class QButtonGroup’
group = new QButtonGroup(this);
```
The Arch community recommends to use an older QT version to fix
this (https://aur.archlinux.org/packages/chessx/ ).
Furthermore the `QT_PLUGIN_PATH` wasn't set properly which broke the
runtime since QT coudln't find the `xcb` plugin:
```
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized.
Reinstalling the application may fix this problem.
```
Finally, some minor style fixes were made for consistent indentation.
Addresses #45960
2018-09-08 14:19:24 +02:00
Periklis Tsirakidis
1b4f19ca73
Remove outdated external package emacs-find-file-in-project
2018-09-08 13:29:48 +02:00
Uli Baum
2953d4c994
banshee: remove
...
- was broken since June 2016 because it depends on `boo`
- no visible attempts to fix in over 2 years
2018-09-08 10:24:22 +02:00
Uli Baum
dc84de59d1
nant: remove
...
- our version is from 2015
- it doesn't build
- upstream project is dead, last release 2012, last commit Oct 2016.
- used by only 1 nixpkgs package: `boo`, marked broken since 2016.
2018-09-08 10:23:23 +02:00
Uli Baum
5a166ffd47
boo: remove, broken since Jun 2016
...
marked broken in June 2016, no visible attempt to fix it,
so let's get rid of it
2018-09-08 10:23:23 +02:00
Tim Steinbach
bd55a78f6d
nanorc: Init at 2018-09-05
2018-09-07 21:11:26 -04:00
Maximilian Bosch
218ac50fd4
pythonPackages.trio: fix build ( #46342 )
...
Fixes the build for `python3Packages.trio' for the next ZHF iteration.
Please refer to the Hydra build for further reference: https://hydra.nixos.org/build/80617356
`python3Packages.sniffio` is needed for the build, otherwise the build
aborts with an error like this:
```
Could not find a version that satisfies the requirement sniffio (from trio==0.6.0) (from versions: )
No matching distribution found for sniffio (from trio==0.6.0)
```
See #45960
2018-09-08 01:02:55 +02:00
Alexey Shmalko
e5e4fd8ede
Merge pull request #46327 from costrouc/costrouc/markerlib
...
pythonPackages.markerlib: init at 0.6.0
2018-09-07 23:38:16 +03:00
Chris Ostrouchov
2895560f4f
pythonPackages.markerlib: init at 0.6.0
2018-09-07 14:08:35 -04:00
xeji
a60e79425b
Merge pull request #46019 from veprbl/pr/geant4_overhaul
...
geant4 overhaul
2018-09-07 20:08:17 +02:00
Claas Augner
9466627d36
phpPackages.xdebug26: 2.6.0 -> 2.6.1 ( #46205 )
2018-09-07 17:57:37 +02:00
Claas Augner
da63c86e3e
phpPackages.psysh: 0.9.6 -> 0.9.8 ( #46206 )
2018-09-07 17:56:43 +02:00
Claas Augner
6ae3f9a3f7
phpPackages.composer: 1.6.5 -> 1.7.2 ( #46203 )
2018-09-07 17:56:17 +02:00
xeji
6f3ff5acc7
Merge pull request #46186 from costrouc/costrouc/python-ncclient
...
pythonPackages.ncclient: refactor + init pythonPackages.selectors2
2018-09-07 17:33:58 +02:00
Timo Kaufmann
e326c0156d
Merge pull request #45728 from Ma27/nixos/weechat-module
...
nixos/weechat: add module
2018-09-07 17:19:46 +02:00
Sarah Brofeldt
4ae70b7771
Merge pull request #46111 from stites/noti
...
noti: init at 3.1.0
2018-09-07 16:35:18 +02:00
stites
f1c30cf772
noti: init at 3.1.0
2018-09-07 10:28:03 -04:00
Chris Ostrouchov
11c3fe2258
pythonPackages.selectors2: init at 2.0.1
...
Added package becuase now dependency of ncclient.
2018-09-07 10:22:22 -04:00
Andrey Golovizin
2bec98ae06
pythonPackages.psycopg2: 2.7.1 -> 2.7.5
2018-09-07 15:40:34 +02:00
Maximilian Bosch
a8efe61412
weechat: 2.1 -> 2.2; improve package configuration
...
This aims to make the `weechat` package even more configurable. It
allows to specify scripts and commands using the `configure` function
inside a `weechat.override` expression.
The package can be configured like this:
```
with import <nixpkgs> { };
weechat.override {
plugins = { availablePlugins, ... }: {
plugins = builtins.attrValues availablePlugins;
init = ''
/set foo bar
/server add freenode chat.freenode.org
'';
scripts = [ "/path/to/script.py" ];
};
}
```
All commands are passed to `weechat --run-command "/set foo bar;/server ..."`.
The `plugins' attribute is not necessarily required anymore, if it's
sufficient to add `init' commands, the `plugins' will be
`builtins.attrValues availablePlugins' by default.
Additionally the result contains `weechat` and `weechat-headless`
(introduced in WeeChat 2.1) now.
2018-09-07 13:10:43 +02:00
Michael Raskin
0e4197b34b
julia: readd julia_06 name, make julia an alias that selects a version, as we usually do for incompatible versions
2018-09-07 11:39:52 +03:00
xplat
3fc7c5b591
opam: 1.2.2 -> 2.0.0 ( #45806 )
2018-09-06 19:18:34 +02:00
Matthieu Coudron
13050ccc0b
python3Packages.genanki: init at 0.6.0
...
Library to generate anki flashcards.
2018-09-06 18:31:57 +02:00
Paul TREHIOU
fc2c606a7a
jackett: 0.9.41 -> 0.10.160 ( #46114 )
...
* jackett: update mono to 5.8
Jackett needs mono version >= 5.8
https://github.com/Jackett/Jackett/blob/master/README.md#supported-systems
* jackett: 0.9.41 -> 0.10.160
2018-09-06 18:02:33 +02:00
John Ericson
24209d29f0
Merge pull request #46148 from obsidiansystems/plain-system-host
...
top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform
2018-09-06 09:37:20 -04:00
John Ericson
773233ca77
top-level, stdenv: Make system
and stdenv.system
describe the hostPlatform.
...
Intuitively, one cares mainly about the host platform: Platforms differ
in meaningful ways but compilation is morally a pure process and
probably doesn't care, or those difference are already abstracted away.
@Dezgeg also empirically confirmed that > 95% of checks are indeed of
the host platform.
Yet these attributes in the old cross infrastructure were defined to be
the build platform, for expediency. And this was never before changed.
(For native builds build and host coincide, so it isn't clear what the
intention was.)
Fixing this doesn't affect native builds, since again they coincide. It
also doesn't affect cross builds of anything in Nixpkgs, as these are no
longer used. It could affect external cross builds, but I deem that
unlikely as anyone thinking about cross would use more explicit
attributes for clarity, all the more so because the rarity of inspecting
the build platform.
2018-09-06 08:33:51 -04:00
John Ericson
0af9072e74
Merge pull request #46059 from obsidiansystems/deprecate-top-level-platform-aliases
...
top-level: Deprecate top-level `{build,host,target}Platform`
2018-09-06 07:52:17 -04:00
Profpatsch
e8f336fac2
skawarePackages.nsss: init at 0.0.1.0
2018-09-06 11:53:22 +02:00
Profpatsch
0071ae1d4f
skawarePackages: factor out the common parts
...
Introduce a `skawarePackages.buildPackage` function that contains the
common setup, removing a lot of duplication.
In particular, we require that the build directory has to be empty
after the `fixupPhase`, to make sure every relevant file is moved to
the outputs.
A next step would be to deduplicate the `configureFlags` attributes
and only require a `skawareInputs` field.
2018-09-06 11:53:22 +02:00
Profpatsch
57b431590b
skaware: bundle all skaware packages into an attrset
...
They are normally updated in lockstep, this makes maintenance more
convenient.
2018-09-06 11:53:22 +02:00
Sarah Brofeldt
a59f244b2c
Merge pull request #46126 from flokli/gmpy-phe
...
pythonPackages: cleanup gmpy[2], add phe
2018-09-06 10:31:56 +02:00
Jörg Thalheim
6e6ef8871b
Merge pull request #46135 from vbgl/ocaml-re-1.8.0
...
ocamlPackages.re: 1.7.3 -> 1.8.0
2018-09-06 08:24:17 +01:00
Vladimír Čunát
b5bd566172
Merge #46075 : texinfoInteractive: fix for new perl
2018-09-06 09:09:44 +02:00
Christopher Ostrouchov
ed130935c8
Merge branch 'master' into costrouc/dask-distributed
2018-09-05 23:53:23 -04:00
Chris Ostrouchov
4f70170f8a
pythonPackages.distributed: 1.15.1 -> 1.22.1
...
The github repository was downloaded instead of the pypi repository
for testing (needed `conftest.py`). Major work was done on the
underlying dependencies to make distributed work on python 2.7,
3+. Note that the test **do** take a significant amount of time (10-15
minutes).
- moved to `python-modules`
- compatible with 2.7, 3+
- all tests pass (previously tests were not run)
2018-09-05 23:46:28 -04:00
Chris Ostrouchov
7b920172db
pythonPackages.pytest-repeat: init at 0.6.0
...
- compatible with 2.7, 3+
- all tests pass and running
2018-09-05 23:46:28 -04:00
Chris Ostrouchov
3a56e314b8
pythonPackages.python-lz4: init at 2.1.0
...
Fetching from github repository instead of pypi so that all tests can
be run.
- compatible with 2.7, 3+
- all tests pass
2018-09-05 23:46:28 -04:00
Chris Ostrouchov
5704642a3f
pythonPackages.pytest-faulthandler: init at 1.5.0
...
- compatible with 2.7 and 3+
- all test pass.
2018-09-05 23:46:28 -04:00
Tim Steinbach
f89d6d92b7
linux: Remove 4.17
2018-09-05 21:02:09 -04:00
Florian Klink
e053386c92
gmpy2: 2.0.6 -> 2.0.8
...
Also move outside python-packages.nix
2018-09-05 23:56:20 +02:00
Florian Klink
7339a4004c
gmpy: move outside python-packages.nix
2018-09-05 23:56:20 +02:00
Florian Klink
f051f66c9a
phe: init at 1.4.0
2018-09-05 23:56:20 +02:00
John Ericson
32df8909e5
Merge pull request #46076 from oxij/tree/cleanups
...
trivial: treewide: random noop cleanups
2018-09-05 15:14:12 -04:00
Matthew Bauer
4120a9dda7
Merge pull request #42295 from avnik/libprefixed-to-multioutput/heimdal
...
Libprefixed to multioutput/heimdal
2018-09-05 13:50:13 -05:00
Vincent Laporte
f0a0ccabcc
ocamlPackages.seq: init at 0.1
2018-09-05 17:12:13 +00:00
Jan Malakhovski
0b89ece569
Revert "texinfoInteractive: fixup build by using older perl"
...
This reverts commit 7a22083e12
.
2018-09-05 16:39:37 +00:00
Jethro Kuan
a9a380b259
pythonPackages.tflearn: 0.2.1 -> 0.3.2 ( #46102 )
2018-09-05 17:38:23 +01:00
John Ericson
e51f736076
top-level: Deprecate top-level {build,host,target}Platform
...
I don't know when we can/should remove them, but this at least gets
people to stop using them. The preferred alternatives also date back to
17.09 so writing forward-compatable code without extra conditions is
easy.
Beginning with these as they are the least controversial.
2018-09-05 11:53:51 -04:00
xeji
bf2a90298a
Merge pull request #46053 from danieldk/mxnet-fixes
...
pythonPackages.mxnet: fix build
2018-09-05 16:07:56 +02:00
Janne Heß
a885e886b6
nullidentdmod: Init at 1.3 ( #46040 )
2018-09-05 11:09:55 +02:00
xeji
91cc864c3c
Merge pull request #46081 from samueldr/fix/solarus
...
solarus[-quest-editor]: 1.4.5 -> 1.5.3
2018-09-05 08:53:51 +02:00
Kenny Shen
7e0dd4c261
prettyping: init 1.0.1 ( #46008 )
2018-09-05 07:52:55 +02:00
Michael Raskin
856b891765
Merge pull request #46049 from dtzWill/update/libreoffice-2018
...
libreoffice-{fresh,still}: upgrade and clean
2018-09-05 04:27:11 +00:00
Samuel Dionne-Riel
83a0d5d013
solarus: 1.4.5 -> 1.5.3
2018-09-04 22:03:56 -04:00
Wael M. Nasreddine
107de747c7
linux_4_18: HID: core: fix grouping by application
...
This patch fixes #45165
commit f07b3c1da92d ("HID: generic: create one input report per
application type") was effectively the same as MULTI_INPUT:
hidinput->report was never set, so hidinput_match_application()
always returned null.
Fix that by testing against the real application.
Note that this breaks some old eGalax touchscreens that expect MULTI_INPUT
instead of HID_QUIRK_INPUT_PER_APP. Enable this quirk for backward
compatibility on all non-Win8 touchscreens.
link: https://bugzilla.kernel.org/show_bug.cgi?id=200847
link: https://bugzilla.kernel.org/show_bug.cgi?id=200849
link: https://bugs.archlinux.org/task/59699
link: https://github.com/NixOS/nixpkgs/issues/45165
Cc: stable@vger.kernel.org # v4.18+
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
2018-09-04 20:11:42 -04:00
Jan Malakhovski
4092708261
treewide: cleanup some references to bash
2018-09-04 22:05:02 +00:00
Michael Weiss
f50aa1cd4e
pythonPackages.glances: 3.0 -> 3.0.1
2018-09-04 23:43:07 +02:00
Daniël de Kok
e57e92bfa2
python[23]Packages.mxnet: fix build
...
Relax graphviz, numpy, requests dependency version bounds.
2018-09-04 20:35:05 +02:00
Daniël de Kok
19ac917707
python[23]Packages.graphviz: 0.5.2 -> 0.9
2018-09-04 20:30:31 +02:00
Jan Malakhovski
033ed93da2
all-packages.nix: cleanup a bit
2018-09-04 17:59:52 +00:00
Jan Malakhovski
1ee3c294bf
all-packages.nix: rename emacs functions Gen -> For
...
This was introduced when it was unclear which suffix was better, but now it's
clear that the "For" convention won.
2018-09-04 17:59:51 +00:00
Will Dietz
72cf7f513d
libreoffice-{fresh,still}: upgrade and clean
...
* libreoffice-still: -> 6.0.6.2
* (newer than our current 'fresh!')
* libreoffice-fresh: -> 6.1.0.3
* 6.1.1(.1) is currently pre-release, FWIW
* Use normal gcc, not gcc5
* dropping 'glibc' from buildInputs fixed this (?)
* remove many fixes/touchups/workarounds/hacks
* hopefully everything still works for everyone
* disable online update since that seems unlikely to work anyway
* fix autogen/configure invocations
* disable libnumbertext in 6.1.x since not packaged
* drop 'touch solenv/inc/target.mk' as unclear what it was for
and doesn't seem to be currently needed
* cleanup link gen a bit[1]
* split checks to check phase
[1]
primary motivation was to stop creating links like:
'libreoffice-6.0.5.2/src/-libxslt-1.1.32.tar.gz' -> '/nix/store/503v5hmhm430bld0h078gacmkniwdllr-libxslt-1.1.32.tar.gz'
'libreoffice-6.0.5.2/src/libxslt-1.1.32.tar.gz' -> '/nix/store/503v5hmhm430bld0h078gacmkniwdllr-libxslt-1.1.32.tar.gz'
This is mostly accomplished by simply using the 'md5name' field
which the python script kindly generates for us
(including the use of non-md5 if md5 is not set or empty).
2018-09-04 11:51:55 -05:00
xeji
0402f04b9b
Merge pull request #44978 from alyssais/cargo-download
...
cargo-download: init at 0.1.1
2018-09-04 15:36:53 +02:00
Vladimír Čunát
1428d00aa4
Merge branch 'master' into staging-next
...
Hydra: ?compare=1477053
2018-09-04 13:06:45 +02:00
Orivej Desh
2e0befd22e
libsignal-protocol-c: init at 2.3.2
2018-09-04 08:35:52 +00:00
Alexander Kahl
5e9aafb316
semodule-utils: init at 2.7
2018-09-04 09:42:02 +02:00
symphorien
6c8cea6315
hdaps-gl: init at 0.0.5 ( #45986 )
2018-09-04 00:28:15 +02:00
markuskowa
7c915abd52
gnss-sdr: set boost version to 1.66 ( #46014 )
2018-09-04 00:20:48 +02:00
Michiel Leenaars
bfb14fbe72
thonny: init at 3.0.0b3
2018-09-03 23:40:34 +02:00
symphorien
3549879b45
gede: 2.6.1 -> 2.10.9 ( #45995 )
...
reverting to qt 5.9 fixed the build.
2018-09-03 23:24:38 +02:00
volth
c36bfa7211
perlPackages.TestAggregate: broken with perl 5.26+ ( #46003 )
2018-09-03 22:04:05 +02:00
Uli Baum
9889c0f241
Revert "[cpan2nix] perlPackages.GetoptLongDescriptive: 0.102 -> 0.103"
...
It broke perlPackages.MouseXGetOpt
This reverts commit ad47c381bd
.
2018-09-03 21:52:56 +02:00
Tim Steinbach
5fccac2b8d
kernel: Remove Copperhead
...
The patches are unmaintained and suggest a false sense of security
2018-09-03 11:18:11 -04:00
Dmitry Kalinkin
f3049d020a
geant4: move parameter definitions from all-packages, use system zlib, use qt5
2018-09-03 10:55:33 -04:00
Dmitry Kalinkin
ecfa538e05
gean4: use motif for enableXM by default (lesstif is deprecated, see #17359 )
2018-09-03 10:55:15 -04:00
volth
9173c37e05
perlPackages.UNIVERSALref: broken with perl 5.26+
2018-09-03 13:15:43 +00:00
Vladimír Čunát
8d7439eb19
tarball job: more --show-trace
...
Without that I couldn't well do the grandparent commit.
2018-09-03 14:24:42 +02:00
Jörg Thalheim
d1c6c32230
Merge pull request #45964 from Mic92/irc
...
python.pkgs.irc: 14.2.2 -> 16.4
2018-09-03 01:36:07 +01:00
Jörg Thalheim
35c9408ca4
python.pkgs.irc: 14.2.2 -> 16.4
2018-09-03 01:25:03 +01:00
Jörg Thalheim
9bc1b13983
python.pkgs.jaraco_logging: 1.5 -> 1.5.2
2018-09-03 01:25:03 +01:00
Jörg Thalheim
7cd2bf48f7
python.pkgs.jaraco_text: 1.7 -> 1.10.1
2018-09-03 01:25:02 +01:00
Jörg Thalheim
c4bf056c08
python.pkgs.jaraco.collections: 1.3.2 -> 1.5.3
2018-09-03 01:25:02 +01:00
Jörg Thalheim
6b1b6c84bf
python.pkgs.jaraco.itertools: 1.7.1 -> 2.4
2018-09-03 01:25:02 +01:00
Jörg Thalheim
b3e9520a0c
python.pkgs.jaraco.classes: 1.4 -> 1.5
2018-09-03 01:25:01 +01:00
Jörg Thalheim
97b73d6a58
python.pkgs.jaraco.stream: 1.1.1 -> 1.2
2018-09-03 01:25:01 +01:00
Jörg Thalheim
8e15622cf3
python.pkgs.inflect: 0.2.5 -> 1.0.0
2018-09-03 01:25:01 +01:00
Jan Malakhovski
a402c8f295
fbreader: 0.99.4 -> 0.99.6, switch to fetchFromGitHub, add more build options ( #45840 )
...
This, apparently, is not an official release (it's tagged, but the tarball is not
available on the official site), but this repo is the official repo mentioned on
the official site.
This fixes a bunch of very annoying bugs present in 0.99.4, e.g.
```
$ FBReader filename
```
does not crash anymore. Yay!
2018-09-02 21:47:06 +02:00
Ryan Mulligan
7b54a50e97
Merge pull request #45730 from Helkafen/snakemake
...
snakemake: init at 5.2.2
2018-09-02 07:54:13 -07:00
xeji
6a7cd78884
Merge pull request #45818 from jglukasik/master
...
ipfs-cluster: init at v0.5.0
2018-09-02 13:52:48 +02:00
Frederik Rietdijk
b910b697f6
Merge master into staging
2018-09-02 12:10:33 +02:00
Utku Demir
7fbfba7c66
bluejeans-gui: init at 1.6.39
2018-09-02 19:22:07 +12:00
greydot
028b64ab08
qcomicbook: init at 0.9.1. ( #44074 )
2018-09-01 23:39:38 +02:00
Vladimír Čunát
2d6179d1e8
Merge branch 'master' into staging
...
A few trivial conflicts due to *Platforms mass replace.
2018-09-01 17:38:18 +02:00
Tobias Happ
e6a3ad775f
pythonPackages.dependency-injector: init at 3.13.1 ( #45871 )
2018-09-01 17:29:47 +02:00
Vladimír Čunát
2e7cb61cfb
Merge #45720 : coreutils: split a coreutils-full version
2018-09-01 17:03:49 +02:00
Vladimír Čunát
342d3db703
Merge branch 'staging-next'
...
The failure diff seems good-enough on Hydra now.
2018-09-01 17:02:15 +02:00
Kevin Cox
1f073bc40b
Merge pull request #45903 from kevincox/cargo-web-init
...
cargo-web: init at 0.6.15
2018-09-01 14:44:17 +01:00
Kevin Cox
0a6420cbac
cargo-web: init at 0.6.15
2018-09-01 14:20:58 +01:00
Sebastian Meric de Bellefon
93ce77af40
python.pkgs.snakemake: init at 5.2.2
2018-09-01 09:18:19 -04:00
Michael Weiss
173e48d5dd
pythonPackages.glances: 2.11.1 -> 3.0
2018-09-01 14:50:37 +02:00
Daiderd Jordan
9e2e667d05
Merge pull request #44640 from LnL7/beam-erlangR20
...
beam-packages: default erlangR19 -> erlangR20
2018-09-01 14:24:11 +02:00
Jörg Thalheim
b29aff5a05
Merge pull request #45705 from manveru/ruby-2.5-default
...
ruby: default to version 2.5
2018-09-01 11:17:13 +01:00
Frederik Rietdijk
4134048b6f
Merge master into staging-next
2018-09-01 10:41:58 +02:00
Jörg Thalheim
4a74aca868
Merge pull request #45700 from Mic92/node-packages-v8
...
nodePackages: 6_x -> 8_x
2018-09-01 09:09:24 +01:00
Daiderd Jordan
85fdbf6123
cuter: use erlangR19 and cleanp expression
...
It fails to build using R20 and there's no new release available.
2018-08-31 22:27:13 +02:00
Robert Schütz
dc707e41e4
python.pkgs.pyqrcode: init at 1.2.1
2018-08-31 19:07:35 +02:00
Robert Schütz
09cced6725
python.pkgs.pyotp: init at 2.2.6
2018-08-31 19:07:35 +02:00
lewo
fc39e5c645
Merge pull request #41920 from fgaz/drawpile
...
drawpile: init at 2.0.10
2018-08-31 18:37:37 +02:00
Robert Schütz
93550cbddf
Merge branch 'master' into staging-next
2018-08-31 17:32:48 +02:00
John Ericson
2c4a75e9ef
Merge pull request #45820 from obsidiansystems/dont-use-obsolete-platform-aliases
...
treewide: Dont use obsolete platform aliases
2018-08-31 09:56:10 -04:00
Silvan Mosberger
f7606a82ed
Merge pull request #43437 from MostAwesomeDude/cozy
...
Cozy
2018-08-31 15:29:41 +02:00
Sebastian Meric de Bellefon
c49e507bbc
python.pkgs.ratelimiter: init at 1.2.0.post0
2018-08-31 08:57:28 -04:00
xeji
4db15ba7b8
Merge pull request #45748 from xeji/p/nfs-232
...
nfs-utils: 2.1.1 -> 2.3.2, integrate libnfsidmap
2018-08-31 14:23:56 +02:00
Matt McHenry
297a82f3eb
perl: Text-Unaccent: fixup build ( #45768 )
...
workaround as mentioned at https://rt.cpan.org/Public/Bug/Display.html?id=124815
2018-08-31 11:32:20 +01:00
Rob Vermaas
195d81c45f
julia: add 0.7 and 1.0
2018-08-31 10:57:33 +02:00
Ivan Malison
9a93fa292f
notify-osd-customizable: init at 0.9.35+16.04.20160415 ( #43226 )
2018-08-31 09:27:08 +02:00
Jörg Thalheim
359227daa9
Merge pull request #45839 from oxij/pkgs/tor-browser-docstrings
...
treewide: write better docstrings for tor-browser things
2018-08-31 08:05:56 +01:00
Jan Tojnar
f0136e4bc8
Merge pull request #45638 from aanderse/incron
...
incron: init at 0.5.12
2018-08-31 06:54:58 +01:00
Sarah Brofeldt
582507627f
pythonPackages.httpsig: init at 1.2.0
2018-08-30 20:46:54 -07:00
Jan Malakhovski
e4babb32d5
treewide: write better docstrings for tor-browser things
2018-08-31 03:33:25 +00:00
xeji
875714968c
Merge pull request #45747 from vbgl/default-ocaml-4.06
...
ocamlPackages: default to 4.06
2018-08-31 00:10:24 +02:00
Joseph Lukasik
aeb360caa3
ipfs-cluster: init at 0.5.0
2018-08-30 14:39:48 -07:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Robert Schütz
a9780a095b
Merge branch 'master' into staging-next
2018-08-30 21:56:13 +02:00
xeji
d3036afd6d
Merge pull request #45432 from xeji/texlive-2018
...
[staging]: texlive: 2017 -> 2018
2018-08-30 20:42:03 +02:00
Jan Tojnar
efb16b5829
deadbeefPlugins.infobar: init at 1.4
2018-08-30 20:36:56 +02:00
Uli Baum
c62bb34f7a
nfs-utils: 2.1.1 -> 2.3.2, integrate libnfsidmap
...
- switch source to kernel.org
- libnfsidmap 2.3.2 is built from the nfs-utils source,
put it in nfs-utils.lib
- split outputs
- adapt sssd, the only other package using libnfsidmap
2018-08-30 19:55:54 +02:00
Matthew Pickering
bcccd13471
kythe: init at 0.0.28 ( #45778 )
...
Progress towards #27590
2018-08-30 19:24:31 +02:00
Frederik Rietdijk
ca6442bc33
Merge pull request #45732 from marsam/feature/update-pywatchman
...
pythonPackages.pywatchman: 1.3.0 -> 1.4.1
2018-08-30 17:54:53 +02:00
Alyssa Ross
7b4c7c4b59
extract_url: init at 1.6.2 ( #45624 )
...
Squashed from:
* extract_url: init at 1.6.2
* extract_url: purify build
* extract_url: move src to more conventional place
* extract_url: don't unnecessarily propagate
* extract_url: use installFlags instead of patch
* extract_url: use URL literal instead of string
* extract_url: fix make flags style
* extract_url: remove PodChecker dependency
2018-08-30 17:10:00 +02:00
Robert Schütz
4b4c871401
buttersink: move out of pythonPackages ( #45783 )
2018-08-30 16:33:53 +02:00
Robert Schütz
ab772d066d
python.pkgs.docker_registry: remove
...
It has been deprecated for 4 years.
2018-08-30 14:54:48 +02:00
Vladimír Čunát
19c68fe28c
Merge branch 'master' into staging
2018-08-30 12:25:43 +02:00
Vladimír Čunát
88e4ac7a97
Merge #45636 : nix-repl: throw an explanation
2018-08-30 10:27:11 +02:00
Wael Nasreddine
c928d69642
corgi: init at 0.2.3 ( #45766 )
2018-08-30 09:20:40 +02:00
xeji
f629d36560
Merge pull request #45411 from alyssais/linux-libre
...
linux-libre: init
2018-08-30 09:01:00 +02:00
Graham Christensen
a141b3aad8
Merge pull request #33686 from samueldr/artwork/iso
...
(Installation media) Bootloader artwork refresh
2018-08-29 15:31:13 -04:00
Frederik Rietdijk
6038628ea5
Merge master into staging-next
2018-08-29 20:54:55 +02:00
Peter Simons
10eb7526b5
Fix evaluation errors in libndtypes and libxnd.
2018-08-29 19:42:00 +02:00
xeji
683707ea03
dwm-git: init at 20180602 ( #45716 )
...
The latest tagged release dwm 6.1 is from 2015, so
the development version is much more current.
2018-08-29 19:39:10 +02:00
Michael Weiss
256e347dfe
signal-desktop-beta: remove
...
This package was marked as broken since
9cb0b49673
.
Reason: The package is outdated and keeping up with the beta releases
isn't really worth it (there are regular stable releases).
2018-08-29 17:28:58 +02:00
Mario Rodas
58db095c86
pythonPackages.pywatchman: move to python-modules
...
pywatchman is licensed under BSD-3
150f1fb4ef
2018-08-29 10:06:02 -05:00
Vincent Laporte
474c0aa221
ocamlPackages: default to 4.06
2018-08-29 12:49:46 +00:00
Vincent Laporte
bdaec23d14
ocamlPackages.ocaml_extlib_maximal: remove at 1.7.5
2018-08-29 12:49:45 +00:00
Vincent Laporte
6d38ada0ba
wyrd: use OCaml 4.05
2018-08-29 12:49:36 +00:00
Vincent Laporte
f661b0dbf6
tlaps: use OCaml 4.05
2018-08-29 12:49:35 +00:00
Vincent Laporte
5670f77a90
obliv-c: use OCaml 4.05
2018-08-29 12:49:34 +00:00
Vincent Laporte
4d8c0d75b3
cubicle: use OCaml 4.05
2018-08-29 12:49:34 +00:00
Vincent Laporte
7211ee1aeb
haxe: use OCaml 4.05
2018-08-29 12:49:33 +00:00
Vincent Laporte
4d26e2a312
mldonkey: use OCaml 4.05
2018-08-29 12:49:33 +00:00
Vincent Laporte
9edd1875bc
coq_8_6: use OCaml 4.05
2018-08-29 12:49:32 +00:00
Vincent Laporte
271af919e3
coccinelle: use OCaml 4.05
2018-08-29 12:49:32 +00:00
Vincent Laporte
9b76bf991f
coq_8_5: use OCaml 4.05
2018-08-29 12:49:31 +00:00
Vincent Laporte
8cdb0c3cbd
opam: use OCaml 4.05
2018-08-29 12:49:31 +00:00
Vincent Laporte
be6769816d
statverif: use OCaml 4.05
2018-08-29 12:49:30 +00:00
Vincent Laporte
65f42595cf
sapic: use OCaml 4.05
2018-08-29 12:49:30 +00:00
Vincent Laporte
124639bd8f
jackline: use OCaml 4.05
2018-08-29 12:49:30 +00:00
Vincent Laporte
18b3b67689
alt-ergo: use OCaml 4.05
2018-08-29 12:49:29 +00:00
Vincent Laporte
c81d4f800e
acgtk: use OCaml 4.05
2018-08-29 12:49:29 +00:00
Vincent Laporte
28ee1ae69d
libbap: use OCaml 4.05
2018-08-29 12:49:28 +00:00
Vincent Laporte
b5a6e6cf01
unison: use OCaml 4.05
2018-08-29 12:49:28 +00:00
Jörg Thalheim
d314c4d3ce
vala_0_28: remove
2018-08-29 11:52:28 +01:00
Jörg Thalheim
cbdcf6b4db
vanubi: remove
2018-08-29 11:39:28 +01:00
Jörg Thalheim
3a56156866
vala_0_32: remove
2018-08-29 11:39:28 +01:00
Jörg Thalheim
ffba654405
vala_0_26: remove
2018-08-29 11:39:28 +01:00
Jörg Thalheim
e4881e221b
finalterm: remove non-working version ( #45737 )
...
This is abandom-ware: https://worldwidemann.com/finally-terminated/
and it coredumps on startup
2018-08-29 11:13:54 +02:00
Jörg Thalheim
8f6d3a3c33
awesome-3-5: remove deprecated version ( #45736 )
...
this version is deprecated and no longer maintained by upstream:
https://awesomewm.org/download/
Two years should have been enough for people to upgrade.
2018-08-29 11:12:56 +02:00
Uli Baum
c52174030e
poppler_min: 0.61 -> 0.67
...
currently only used for texlive
2018-08-29 11:03:44 +02:00
Jörg Thalheim
ff449e176a
Merge pull request #45668 from romildo/upd.python-efl
...
pythonefl: 1.20.0 -> 1.21.0
2018-08-29 09:41:29 +01:00
Mario Rodas
0e5a184980
pythonPackages.pywatchman: 1.3.0 -> 1.4.1
2018-08-29 01:39:20 -05:00
Michael Hoang
8b7fe8910c
compton, compton-git: Merge derivations
2018-08-29 12:47:35 +10:00
José Romildo Malaquias
4f82d135f7
pythonefl: move out of python-packages.nix
...
- Move out of pkgs/top-level/python-packages.nix into
pkgs/development/python-modules/python-efl/default.nix.
- Add dependency on dbus-python.
- Remove hardeningDisable.
- Update some meta attributes.
2018-08-28 19:34:20 -03:00
Jörg Thalheim
c748ac5bdd
Merge pull request #45721 from Mic92/remove-hurd
...
hurd: cleanup unmaintained target
2018-08-28 23:32:39 +01:00
Jan Tojnar
89586ed0d0
deadbeefPlugins.headerbar-gtk3: init at 1.2
2018-08-28 23:33:59 +02:00
Niclas
42bfaab927
bunny: init at 1.1 ( #45714 )
...
* bunny: init at 1.1
Motivation for this change
Pretty useful not to have to think about what system you're on when
doing basic (un)installation tasks.
* Fixed typo
2018-08-28 23:18:55 +02:00
Jörg Thalheim
9efffe0135
hurd: cleanup unmaintained target
...
This has been not touched in 6 years. Let's remove it to cause less
problems when adding new cross-compiling infrastructure.
This also simplify gcc significantly.
2018-08-28 22:18:02 +01:00
Vladimír Čunát
fd3927ac29
coreutils: split a coreutils-full version
...
- default coreutils is stripped of /share/ (11 -> 2 MiB)
- coreutils-full retains /share/ and adds openssl for faster *sum tools
- NixOS systemPackages contains coreutils-full
- *Support parameter defaults are moved inside
(it seemed confusing to have `? false` and "at once" with `? isLinux`)
Closure considerations:
+ typical build-time closure will get lighter by ~9 MiB
- typical closure of NixOS installation will grow by ~2 MiB,
due to referring to both versions. I think it would be possible to
re-use most of the utils between the two versions, but the expression
would get much more complex.
I considered having stdenv with minimal coreutils and the default
`coreutils` attribute being full, but it turned out there were too many
trivial references in nixpkgs, so it didn't seem easy to keep rebuild
impact of openssl from growing significantly.
2018-08-28 22:17:07 +02:00
John Wiegley
fa817fb9f7
imgcat: New expression 2.3.0
2018-08-28 12:51:09 -07:00
Daiderd Jordan
c66c469433
Merge pull request #45352 from LnL7/darwin-vim-x11
...
vim_configurable: fix darwin build with guiSupport
2018-08-28 21:14:22 +02:00
Michael Fellinger
baefa983d3
ruby: default to version 2.5
2018-08-28 14:38:48 +02:00
Jörg Thalheim
1b09d06dcb
twitterBootstrap: v2 -> v3
...
cc @Profpatsch
v2 no longer compiles and is ancient
2018-08-28 12:52:13 +01:00
Jörg Thalheim
bf56bc7b49
nodePackages: 6_x -> 8_x
2018-08-28 11:15:07 +01:00
Jörg Thalheim
3f8bbbdc5c
enableDebugging: fix usage example
2018-08-28 09:28:36 +01:00
Jörg Thalheim
ff9a2297ac
Merge pull request #45467 from ktf/init-alibuild
...
alibuild: init at 1.5.3
2018-08-28 08:50:18 +01:00
Anderson Torres
18006f8edc
Merge pull request #45493 from NegaNexus/master
...
faustlive: init at 2017-12-05
2018-08-27 21:28:45 -03:00
Raitis Veinbahs
1ae5f05d16
vitetris: init at 0.57.2 ( #45672 )
2018-08-27 20:30:18 +02:00
Joachim F
c383462c79
Merge pull request #44914 from costrouc/costrouc/xnd-init
...
libxnd and libndypes: init at 0.2.0dev3
2018-08-27 17:40:33 +00:00
Chris Ostrouchov
dd12060b94
libxnd: init at 0.2.0dev3
...
General container that maps a wide range of Python values directly to memory."
2018-08-27 12:30:18 -04:00
adisbladis
faf2f0b0e1
Merge pull request #45630 from adisbladis/go-1_11
...
go_1_11: init at 1.11 and set as default
2018-08-27 21:34:56 +08:00
José Romildo Malaquias
15780b518c
pythonefl: 1.20.0 -> 1.21.0
2018-08-27 07:03:44 -03:00
Frederik Rietdijk
7945295410
Merge master into staging
2018-08-27 08:21:50 +02:00
volth
e668ec5665
perlPackages.SVNSimple: fix build with non-default perl
2018-08-26 20:10:26 +00:00
Francesco Gazzetta
62a2574eb3
drawpile: init at 2.0.11
2018-08-26 21:00:39 +02:00
Timo Kaufmann
e7e2f190c2
Merge pull request #45653 from volth/patch-236
...
perlPackages.AlienWxWidgets: fix staging build
2018-08-26 20:16:24 +02:00
Francesco Gazzetta
ff583d8114
endgame-singularity: init at 0.30c ( #45057 )
2018-08-26 19:38:52 +02:00
adisbladis
9336e893eb
buildGoPackage: Use go 1.11 by default
2018-08-27 00:56:59 +08:00
volth
e76c0cdbd1
perlPackages.ArchiveZip: fix build
2018-08-26 16:53:12 +00:00
volth
c93c160cbb
perlPackages.AlienWxWidgets: fix build
2018-08-26 16:51:59 +00:00
adisbladis
90d3ed0096
go_1_11: init at 1.11
2018-08-26 23:11:10 +08:00
Graham Christensen
cca5717170
Merge pull request #45623 from bignaux/xkbd
...
xkbd: init at 0.8.18
2018-08-26 10:57:59 -04:00
Bignaux Ronan
63257c88c3
xkbd: init at 0.8.18
2018-08-26 15:06:52 +02:00
Jörg Thalheim
110b7b224a
Merge pull request #45645 from xeji/p/ceph
...
ceph: fix build, 12.2.2 -> 12.2.7
2018-08-26 13:51:03 +01:00
Uli Baum
cd8bcb5f9f
ceph: fix build, 12.2.2 -> 12.2.7
...
Since 772eef9168
, Boost
doesn't support by python by default, which broke ceph.
Also bump to 12.2.7, the latest release of ceph 12.
2018-08-26 13:11:57 +02:00
Frederik Rietdijk
b61b993b75
Merge master into staging
2018-08-26 12:10:05 +02:00
Augustin Borsu
359368f76f
jupyter: init
...
Top-level jupyter package that, given kernel definitions, can be used with
various kernels.
2018-08-26 12:00:54 +02:00
Augustin Borsu
16f4076c70
jupyter-kernel: init
...
This is a meta package for creating a jupyter notebook
kernel definition folder. It must be used in conjunction
with jupyter or jupyterhub to make different environements
availables.
2018-08-26 12:00:54 +02:00
Aaron Andersen
63c3b7ce10
fixed license
...
added incron to pkgs
2018-08-25 20:51:39 -04:00
Francesco Gazzetta
0fd58ed099
20kly: init at 1.4 ( #45056 )
2018-08-26 02:23:32 +02:00
Silvan Mosberger
99e663d4e1
Throw warning for nix-repl attribute
2018-08-26 02:17:11 +02:00
xeji
90ed75d522
Merge pull request #43634 from jfrankenau/init-split2flac
...
split2flac: init at 122
2018-08-26 01:42:53 +02:00
Bas van Dijk
a144c798e5
Merge pull request #44340 from shmish111/es-curator
...
nixos/curator: init elasticsearch curator
2018-08-26 01:33:34 +02:00
xeji
5f4b4323da
Merge pull request #45629 from volth/cpan2nix-2018-08-25
...
perlPackages: cpan2nix updates
2018-08-26 01:26:37 +02:00
Jan Tojnar
ce3584860c
libmanette: init at 0.2.1
2018-08-26 01:18:32 +02:00
xeji
9fcffb5bd4
Merge pull request #42673 from tadfisher/vaapi-intel-hybrid
...
cmrt, vaapi-intel-hybrid, vaapiIntel: init at 1.0.6, init at 1.0.2, add enableHybridCodec option
2018-08-26 01:07:41 +02:00
Michiel Leenaars
de61d0da20
ydiff: init at 1.1
2018-08-25 22:52:51 +02:00
Frederik Rietdijk
c71942eb7e
Merge pull request #44752 from costrouc/costrouc/lammps-update
...
material science packages (init and update): lammps, python - ase, pymatgen-lammps, lammps-cython, dftfit
2018-08-25 19:03:36 +02:00
Bas van Dijk
61b646741c
pythonPackages.requests-aws4auth: init at 0.9
...
Needed by elasticsearch-curator.
2018-08-25 18:53:10 +02:00
adisbladis
1b2cc51031
Merge pull request #45575 from uri-canva/jdk-10-darwin
...
openjdk10: add darwin support
2018-08-26 00:25:53 +08:00
Frederik Rietdijk
5c3e607fb2
mypy: use toPythonApplication
...
Top-level Python packages are applications, not libraries.
2018-08-25 18:07:19 +02:00
Bas van Dijk
7d04961c95
Merge pull request #44389 from Mic92/es6
...
elasticsearch: use 6.x as default version, remove unsupported releases
2018-08-25 17:04:07 +02:00
Jan Tojnar
05992b9b1b
gtk-vnc: rename from gtkvnc
...
Upstream uses gtk-vnc, let’s be consistent.
2018-08-25 15:57:23 +02:00
Jan Tojnar
ae756f9d02
libgrss: init at 0.7.0
2018-08-25 15:57:22 +02:00
Thomas Tuegel
b55e3f6449
Merge pull request #45376 from bkchr/kde_applications_18_08_0
...
kde-applications: 18.04.03 -> 18.08.0
2018-08-25 08:49:20 -05:00
volth
6e9d2c5da9
[cpan2nix] perlPackages.MooseXGetopt: 0.71 -> 0.72
2018-08-25 12:56:31 +00:00
volth
ea4aaa5c58
[cpan2nix] perlPackages.DateTime: 1.49 -> 1.50
2018-08-25 12:56:04 +00:00
volth
1c613fdd8e
[cpan2nix] perlPackages.NetDBus: cleanup
2018-08-25 12:55:42 +00:00
volth
45e03cef9d
[cpan2nix] perlPackages.ParamsValidationCompiler: 0.27 -> 0.30
2018-08-25 12:55:39 +00:00
volth
35227f7bcb
[cpan2nix] perlPackages.ApacheAuthCookie: cleanup
2018-08-25 12:55:37 +00:00
volth
c5a4ce386d
[cpan2nix] perlPackages.RESTClient: cleanup
2018-08-25 12:55:37 +00:00
volth
fab711473c
[cpan2nix] perlPackages.Mouse: v2.5.4 -> v2.5.6
2018-08-25 12:55:32 +00:00
volth
c80bbbb9e3
[cpan2nix] perlPackages.XMLSemanticDiff: 1.0006 -> 1.0007
2018-08-25 12:55:29 +00:00
volth
b7010ba756
[cpan2nix] perlPackages.PPIxRegexp: 0.061 -> 0.062
2018-08-25 12:55:16 +00:00
volth
1b4b076e77
[cpan2nix] perlPackages.ProtocolHTTP2: 1.08 -> 1.09
2018-08-25 12:55:10 +00:00
volth
ad47c381bd
[cpan2nix] perlPackages.GetoptLongDescriptive: 0.102 -> 0.103
2018-08-25 12:55:08 +00:00
volth
dfb78acae5
[cpan2nix] perlPackages.GamesSolitaireVerify: 0.1800 -> 0.1900
2018-08-25 12:55:04 +00:00
volth
0d0584ea4b
[cpan2nix] perlPackages.MonitoringPlugin: 0.39 -> 0.40
2018-08-25 12:55:00 +00:00
volth
7919500318
[cpan2nix] perlPackages.FileMimeInfo: 0.28 -> 0.29
2018-08-25 12:54:16 +00:00
volth
66e597d893
[cpan2nix] perlPackages.CGI: 4.38 -> 4.40
2018-08-25 12:54:13 +00:00
volth
9d7599fb00
[cpan2nix] perlPackages.PodMarkdown: 3.005 -> 3.101
2018-08-25 12:54:01 +00:00
volth
f2dbd4ecb1
[cpan2nix] perlPackages.Coro: 6.514 -> 6.52
2018-08-25 12:53:55 +00:00
volth
ee263f3371
[cpan2nix] perlPackages.CarpAlways: 0.13 -> 0.16
2018-08-25 12:53:55 +00:00
volth
a8d2126f44
[cpan2nix] perlPackages.CGISimple: 1.15 -> 1.16
2018-08-25 12:53:55 +00:00
volth
dd8e222203
[cpan2nix] perlPackages.TextSimpleTable: 2.05 -> 2.07
2018-08-25 12:53:36 +00:00
volth
fb58820af5
[cpan2nix] perlPackages.TextQuoted: 2.09 -> 2.10
2018-08-25 12:53:36 +00:00
volth
0eda6c26a6
[cpan2nix] perlPackages.NetDNS: 1.16 -> 1.17
2018-08-25 12:53:28 +00:00
volth
4aae8f0fa6
[cpan2nix] perlPackages.XMLParserLite: 0.721 -> 0.722
2018-08-25 12:53:13 +00:00
volth
05e5a6dd0e
[cpan2nix] perlPackages.TypeTiny: 1.002002 -> 1.004002
2018-08-25 12:53:12 +00:00
volth
c184a1be95
[cpan2nix] perlPackages.ModuleScanDeps: 1.24 -> 1.25
2018-08-25 12:53:03 +00:00
volth
ad6d0e42f7
[cpan2nix] perlPackages.IOSocketSSL: 2.058 -> 2.059
2018-08-25 12:52:55 +00:00
volth
e6fa561afc
[cpan2nix] perlPackages.TextCSV: 1.95 -> 1.97
2018-08-25 12:52:10 +00:00
volth
ef498e6033
[cpan2nix] perlPackages.TestSimple13: 1.302138 -> 1.302140
2018-08-25 12:52:06 +00:00
volth
9a2529672c
[cpan2nix] perlPackages.PkgConfig: 0.19026 -> 0.21026
2018-08-25 12:51:32 +00:00
volth
a110976924
[cpan2nix] perlPackages.PathTiny: 0.106 -> 0.108
2018-08-25 12:51:29 +00:00
volth
2898f68e81
[cpan2nix] perlPackages.Paranoid: 2.05 -> 2.06
2018-08-25 12:51:28 +00:00
volth
433d149645
[cpan2nix] perlPackages.NetPing: 2.68 -> 2.70
2018-08-25 12:51:20 +00:00
volth
471b3f1dec
[cpan2nix] perlPackages.Mojolicious: 7.88 -> 7.93
2018-08-25 12:51:17 +00:00
volth
ff1e4c79a5
[cpan2nix] perlPackages.ModuleCoreList: 5.20180720 -> 5.20180820
2018-08-25 12:51:14 +00:00
volth
bbc658ffde
[cpan2nix] perlPackages.MLDBM: cleanup
2018-08-25 12:51:09 +00:00
volth
f5db4a4669
[cpan2nix] perlPackages.LogAny: 1.706 -> 1.707
2018-08-25 12:51:07 +00:00
volth
7c523808fb
[cpan2nix] perlPackages.Filter: 1.58 -> 1.59
2018-08-25 12:50:44 +00:00
volth
0ed9c00de0
[cpan2nix] perlPackages.CpanelJSONXS: 4.04 -> 4.05
2018-08-25 12:50:13 +00:00
volth
9fa1b9e0d8
[cpan2nix] perlPackages.CPANPerlReleases: 3.70 -> 3.74
2018-08-25 12:50:02 +00:00
volth
87232bc382
[cpan2nix] perlPackages.ArchiveZip: 1.60 -> 1.62
2018-08-25 12:49:58 +00:00
Frederik Rietdijk
4e659884f9
pythonPackages.pytest_32: move into celery
...
as that's the only consumer of this version of Pytest.
2018-08-25 07:38:34 +02:00
Frederik Rietdijk
974d04eec6
python: pytest: 3.6.3 -> 3.7.1
2018-08-25 07:38:23 +02:00
xeji
740c7884d8
Merge pull request #45570 from leenaars/todoman
...
todoman: init at 3.4.0
2018-08-25 00:36:26 +02:00
Michiel Leenaars
4768d2e13a
todoman: init at 3.4.0
2018-08-24 23:01:15 +02:00
Samuel Dionne-Riel
41e7de42de
Use a themed grub for the installer image
...
This replaces systemd-boot with grub, it is at feature parity, as in it
can do everything systemd-boot did in the previous commit.
2018-08-24 13:04:56 -04:00
Bastian Köcher
7229b8db08
kdevelop: 5.1.2 -> 5.2.4
2018-08-24 17:35:58 +02:00
Bastian Köcher
6e1709734e
kde-applications: 18.04.03 -> 18.08.0
2018-08-24 17:35:49 +02:00
Lancelot SIX
8b9444a0fb
Merge pull request #45116 from lsix/update_django
...
pythonPackages.django: update django_2_0 and add django_2_1
2018-08-24 11:04:48 +02:00
Giulio Eulisse
d895f47d68
alibuild: init at 1.5.3
2018-08-24 10:35:32 +02:00
Jonathan Queiroz
84d1667392
pythonPackages.libkeepass: init at 0.3.0 ( #45528 )
2018-08-24 09:54:12 +02:00
Vladimír Čunát
7db611f2af
Merge branch 'staging'
...
Includes libX11 security update.
2018-08-24 09:19:43 +02:00
Uri Baghin
410a51747c
openjdk10: add darwin support
2018-08-24 16:35:59 +10:00
Léo Gaspard
1bc48e63fd
wabt: init at 1.0.5
2018-08-23 21:28:54 -07:00
Thys
7ef0a74d1b
faustlive: init at 2017-12-05
2018-08-23 19:29:54 -07:00
Daiderd Jordan
cfc3d7c918
vim_configurable: use gtk3 on darwin
2018-08-24 00:38:12 +02:00
Bas van Dijk
551fec4467
Merge branch 'master' into es6
2018-08-23 23:41:27 +02:00
xeji
058ab4cdf5
Merge pull request #44452 from FRidh/llvm_34
...
llvmPackages_34: remove unused
2018-08-23 23:33:28 +02:00
Benjamin Hipple
291de70ed6
scs: init at 2.0.2 ( #45294 )
2018-08-23 23:26:41 +02:00
Jörg Thalheim
60b05119a5
Merge pull request #45513 from Mic92/tor
...
tor: fix build by upgrading openssl
2018-08-23 22:19:36 +01:00
xeji
2df53dee43
Merge pull request #45358 from leenaars/eunomia
...
eunomia-font: init at 0.200
2018-08-23 23:12:48 +02:00
Jörg Thalheim
e3d262e0d4
tor: fix build by upgrading openssl
...
One test segfaulted with openssl_1_0_x. openssl_1_1 seems to work fine.
As libevent still uses openssl_1_0_x we disable ssl support there to
avoid having to different ssl versions linked into tor. Longterm it
would be a better solution to upgrade openssl also in libevent. But this
would require more testing/time as we have many dependent packages of
libevent and we would probably need turn to on openssl 1.1 by default
globally. After all libevent is rather small compared to tor.
2018-08-23 22:10:51 +01:00
Jonathan Queiroz
847291228f
subberthehut: init at 20 ( #45366 )
2018-08-23 23:07:20 +02:00