Tim Otten
dae42566db
mysql80: init at 8.0.17 ( #65221 )
...
MySQL 8.0 is a significant iteration after MySQL 5.7. This patch adds it as
a parallel build alongside mysql57 (similar to mysql56 and mysql55 before).
2019-08-13 19:50:51 +00:00
worldofpeace
a5b77b8cae
Merge pull request #65724 from doronbehar/improve-sequoia
...
Improve sequoia package expression
2019-08-13 14:44:35 -04:00
Doron Behar
701c788c3f
sequoia: improve expression, rename from sequoia-tool
...
- Add the package to the pythonPackages' attribute set.
- Make the python support overrideable
We use the pythonSupport argument.
- Rename sequoia-tool -> sequoia
We provide the whole ecosystem which includes:
* ffi bindings to Python and C
* zsh and bash completion for `sq` and `sqv` executables.
- Meta:
* Use a string as the homepage URL (plain URLs are deprecated).
* Change description of package to fit upstream and the files we
actually install.
* Add @doronbehar as maintainer.
2019-08-13 14:42:27 -04:00
Michael Raskin
6490f9c740
Merge pull request #65853 from wahjava/add/sagittarius-scheme
...
sagittarius-scheme: init at 0.9.6
2019-08-13 18:31:17 +00:00
worldofpeace
36e567fc08
Merge pull request #66395 from catern/simpfix
...
pythonPackages.simplefix: init at 1.0.12
2019-08-13 12:48:13 -04:00
Matthew Bauer
554a789403
Merge pull request #65537 from Holo-Host/201907/extend-static
...
pkgsStatic: override libunwind
2019-08-13 12:47:03 -04:00
worldofpeace
fe8364a821
Merge pull request #66397 from svalaskevicius/add-electron-6
...
electron: add 6.x version
2019-08-13 12:39:06 -04:00
Jan Tojnar
bb4a33ec91
ofono: init at 1.30 ( #66565 )
...
ofono: init at 1.30
2019-08-13 15:56:52 +02:00
Jan Tojnar
590310b23f
ofono: init at 1.30
2019-08-13 15:37:16 +02:00
Jörg Thalheim
108c57b141
Merge pull request #53734 from yurrriq/update/noweb
...
Update noweb (and icon-lang)
2019-08-13 13:37:08 +01:00
Eric Bailey
6db22bca4b
noweb: remove noweb_awk
2019-08-13 13:06:01 +02:00
Marek Mahut
1d37178f94
Merge pull request #64579 from MrMebelMan/init/django-logentry-admin
...
pythonPackages.django-logentry-admin: init at 1.0.4
2019-08-13 10:21:43 +02:00
Mario Rodas
c0dc032e42
pythonPackages.pytest_3: drop
...
pluggy>=0.9 introduced a breaking change to pytest_3, and is not
feasible to keep pytest_3 around in nixpkgs.
See: https://github.com/NixOS/nixpkgs/pull/64445
2019-08-13 09:18:25 +02:00
Spencer Baugh
4756d3958b
pythonPackages.simplefix: init at 1.0.12
2019-08-13 00:54:16 +00:00
Niklas Hambüchen
0f206b3e73
idevicerestore: init at 2019-02-14
2019-08-13 02:13:15 +02:00
Niklas Hambüchen
da3cb9e35b
libirecovery: init at 2019-01-28
2019-08-13 02:13:15 +02:00
Niklas Hambüchen
b7dfc72a88
fetchurl: Don't force-override curl's gssSupport to on. Fixes #66499 .
...
The original intent in commit
a1fec866
treewide: assemble all `fetchurlBoot` uses in overrides to `fetchurl` itself
was to turn `gssSupport` *off* on Darwin, but the code actually also forced
it *on* on Linux.
This resulted in previous (e.g. overlays) `.override { gssSupport = false; }`
being ignored (#66499 ).
This commit fixes it by just respecting the old value when it doesn't need
to be forced to off.
2019-08-13 00:42:46 +02:00
Sarunas Valaskevicius
4a31479ae5
electron_6: init at 6.0.1
2019-08-12 18:14:10 +01:00
Silvan Mosberger
096031a513
fetchurl: Make it overridable using callPackage
( #66503 )
...
fetchurl: Make it overridable using `callPackage`
2019-08-12 19:03:30 +02:00
Marek Mahut
caf9295730
Merge pull request #63686 from flokli/mlarchive2maildir
...
mlarchive2maildir: init at 0.0.6
2019-08-12 18:47:34 +02:00
Silvan Mosberger
a7c7bb156f
clight: init ( #64309 )
...
clight: init
2019-08-12 18:18:05 +02:00
Edmund Wu
1688dc72e5
clight: init at 3.1
2019-08-12 11:56:47 -04:00
Edmund Wu
a0736d0fad
clightd: init at 3.4
2019-08-12 11:56:47 -04:00
Edmund Wu
e277b3832a
libmodule: init at 4.2.0
2019-08-12 11:56:47 -04:00
Marek Mahut
984851a9bf
Merge pull request #66509 from emilazy/add-git-revise
...
git-revise: init at 0.4.2
2019-08-12 15:25:42 +02:00
Marek Mahut
11bbc69354
Merge pull request #66372 from kirelagin/fsfe-reuse-0.4.1
...
reuse: 0.3.4 -> 0.4.1
2019-08-12 13:24:34 +02:00
Emily
a010a7b665
git-revise: init at 0.4.2
...
A flexible and fast alternative to `git commit --amend`/`git rebase`.
See also:
* https://mystor.github.io/git-revise.html
* https://lobste.rs/s/5gdnrt/introducing_git_revise
* https://git-revise.readthedocs.io/en/latest/
2019-08-11 22:58:39 -07:00
Niklas Hambüchen
cd6033ba97
fetchurl: Make it overridable.
...
This provides a workaround for #66499 , because this way
https://github.com/NixOS/nixpkgs/issues/66499#issuecomment-520277782
self: super: {
fetchurl = super.fetchurl.override (old: {
curl = old.curl.override {
gssSupport = false;
# ...
};
});
}
works as expected.
2019-08-12 06:51:05 +02:00
worldofpeace
ee877d7b19
Merge pull request #66497 from emilazy/add-stm32loader
...
stm32loader: init at 0.5.0
2019-08-11 22:31:07 -04:00
Dmitry Kalinkin
34224c7ba0
Merge pull request #66117 from veprbl/pr/hepmc_2_06_10
...
hepmc: 2.06.09 -> 2.06.10
2019-08-11 22:16:16 -04:00
Emily
42e55dbe9a
stm32loader: init at 0.5.0
2019-08-11 18:46:33 -07:00
Herwig Hochleitner
ac2eb3151d
emacsPackages.melpaPackages: fix cmake-mode
2019-08-12 02:54:45 +02:00
worldofpeace
bddce34e49
Merge pull request #66478 from aanderse/nylas-mail
...
nylas-mail-bin: drop package which is no longer supported upstream
2019-08-11 17:52:26 -04:00
Aaron Andersen
26f128c1af
nylas-mail-bin: drop package which is no longer supported upstream
2019-08-11 17:44:05 -04:00
Peter Simons
9038403136
cachix: fix infinite recursion during evaluation
2019-08-11 20:48:09 +02:00
worldofpeace
51816f0d40
Merge pull request #66249 from virusdave/dnicponski/scratch/unison_language
...
unison-ucm: init at 1.0.M1c alpha
2019-08-11 14:16:34 -04:00
Dave Nicponski
4673896662
unison-ucm: init at 1.0.M1c alpha
2019-08-11 14:14:56 -04:00
Ashish SHUKLA
8c32ecd1f4
sagittarius-scheme: init at 0.9.6
2019-08-11 21:47:41 +05:30
Maximilian Bosch
142d2f8384
Merge pull request #65401 from aanderse/php-mongodb-driver
...
phpPackages.mongodb: init at 1.5.5
2019-08-11 14:49:38 +02:00
Florian Peter
72330fc275
scylladb: init at 3.0.5
2019-08-11 02:11:32 +08:00
Florian Peter
53a4c3511b
thrift: re-add compatibility 0.10
2019-08-11 02:11:32 +08:00
Florian Peter
b0a480147b
libsystemtap: init at 3.2
2019-08-11 02:11:32 +08:00
Mario Rodas
1c7cf9493c
Merge pull request #52588 from marsam/init-fffuu
...
fffuu: init at unstable-2018-05-26
2019-08-10 09:52:31 -05:00
Vladimír Čunát
387e6952d3
Merge #65846 : Update php packages
2019-08-10 14:42:37 +02:00
Domen Kožar
5ce8864c54
Merge pull request #66328 from domenkozar/nixos-options-doc
...
Extract NixOS options documentation generation to a function
2019-08-10 14:07:19 +02:00
Mario Rodas
a460545927
fffuu: init at unstable-2018-05-26
2019-08-10 05:20:03 -05:00
Kirill Elagin
a5180b1017
pythonPackages.license-expression: init at 0.999
2019-08-10 13:18:25 +03:00
Kirill Elagin
6ba379d604
pythonPackages.boolean-py: init at 3.6
2019-08-10 13:17:48 +03:00
markuskowa
732c1671f5
Merge pull request #66380 from markuskowa/upd-rdma
...
rdma-core: 24.0 -> 25.0
2019-08-10 11:55:17 +02:00
Wael Nasreddine
77eaa86e1a
Merge pull request #66348 from pierothebear/dask_2_2_0
...
pythonPackages.dask: 1.2.2 -> 2.2.0
2019-08-09 17:52:19 -07:00