Commit Graph
217195 Commits
Author SHA1 Message Date
Ryan MulliganandGitHub 6c8fad056b Merge pull request #82573 from r-ryantm/auto-update/qbec
qbec: 0.7.5 -> 0.10.5
2020-03-15 13:51:47 -07:00
adisbladisandGitHub a0104e225b Merge pull request #82660 from geistesk/golangci-lint-v1.24.0
golangci-lint: 1.23.8 -> 1.24.0
2020-03-15 20:31:15 +00:00
Francesco GazzettaandGitHub f241aa6910 soundtracker: init at 1.0.0.1 (#82057) 2020-03-15 15:50:00 -04:00
Daiderd JordanandGitHub 134590d0a3 Merge pull request #82675 from cole-h/zoxide
zoxide: 0.2.0 -> 0.2.1
2020-03-15 20:44:00 +01:00
Vladimír Čunát c5f663ff30 gcc8: 8.3.0 -> 8.4.0
https://gcc.gnu.org/legacy-ml/gcc/2020-03/msg00042.html
2020-03-15 20:19:11 +01:00
Dmitry KalinkinandGitHub 359de1d416 Merge pull request #82199 from veprbl/pr/texlive_2019_final
texlive: 2019 -> 2019-final
2020-03-15 15:08:33 -04:00
Dmitry Kalinkin 9f44a61f39 texlive: use versioned tarballs
Announced in [1], versioned tarballs allow to make sure that a
specific version is fetched. This does not guarantee that all previous
versions are retained on the main mirrors.

Logically, we would want to first try to download versioned tarballs
from any mirror and only then try the unversioned ones. But right now
we only have two mirrors and only some of the tarballs are versioned
in texlive-2019, so the order is changed to not hammer the weak
tug.org mirror.

[1] https://tug.org/pipermail/tex-live/2019-September/044086.html
2020-03-15 14:56:18 -04:00
Dmitry Kalinkin 9c4212cb9f texlive/pkgs.nix: add revision 2020-03-15 14:56:17 -04:00
Dmitry Kalinkin 9752593eb0 texlive: 2019 -> 2019-final
The biber package is now at 2.14, but TextBibTeX is still required.

Few changes were needed for newly introduced scripts-extra path. This
broke some of our old tricks which were relying on having writable
script directories. The changes to the script locations made buildEnv
create symlinks to the script directories instead of directories of
symlinks to scripts. The changes to texlinks.sh and texlive/TeXLive
perl path were made because of this.
2020-03-15 14:56:17 -04:00
Dmitry Kalinkin d9fb53ddd6 texlive: reimplement fixHashes.sh in GNU Awk
The shell script doesn't work very well in non-GNU environments like
darwin. This provides an implementation that uses just a single GNU tool
- gawk, thus reduces number of points of failure.
2020-03-15 14:56:16 -04:00
Cole Helbling ce8674dc0f zoxide: 0.2.0 -> 0.2.1
With this release, you can now migrate entries from your `z` database!
2020-03-15 11:54:34 -07:00
Elis HirwingandGitHub a0cb913949 Merge pull request #82643 from etu/php-exts-pdo-odbc
phpPackages.exts.pdo_odbc: init for all versions of php
2020-03-15 19:50:35 +01:00
Elis Hirwing 1f5af3c606 phpPackages.exts: Mark if extensions are zend extensions or not 2020-03-15 19:34:28 +01:00
Elis Hirwing c61d907f81 phpPackages.exts.pdo_odbc: init for all versions of php 2020-03-15 19:34:11 +01:00
Jörg ThalheimandGitHub f1b69e4d76 Merge pull request #82040 from gnidorah/phodav
phodav: 2.3 -> 2.4
2020-03-15 18:25:43 +00:00
Jörg ThalheimandGitHub 6fa3705ee9 Merge pull request #82109 from bhipple/remove/wtftw
wtftw: remove broken package
2020-03-15 18:20:30 +00:00
Jörg ThalheimandGitHub 0fe49d7051 Merge pull request #82114 from bhipple/remove/staccato
staccato: remove broken and unmaintained package
2020-03-15 18:19:39 +00:00
adisbladisandGitHub d828748440 Merge pull request #82667 from etu/clean-up-php-derivation
php: Clean up php derivation
2020-03-15 18:18:17 +00:00
adisbladis ad81f84d1f melpa-packages: 2020-03-15 2020-03-15 18:03:00 +00:00
adisbladis 9dbe706576 elpa-packages: 2020-03-15 2020-03-15 18:03:00 +00:00
adisbladisandGitHub 578c2aff63 Merge pull request #82613 from fnords/master
Add coc-spell-checker plugin for neovim
2020-03-15 18:01:59 +00:00
Silje Enge Kristensenandadisbladis 0adf77f746 vimPlugins.coc-spell-checker: init at 2020-02-19" 2020-03-15 17:58:33 +00:00
Silje Enge Kristensenandadisbladis 79ee5bc822 vimPlugins: Update 2020-03-15 17:58:28 +00:00
adisbladisandGitHub 48b799e365 Merge pull request #82578 from eyJhb/coc-npm
vimPlugins.coc-*: add npm dependencies
2020-03-15 17:51:39 +00:00
adisbladis af9b839a89 nodePackages: regenerate sets 2020-03-15 17:30:37 +00:00
adisbladis f37e7adb7b nodePackages: Fix NODE_NIXPKGS_PATH in shell-generate.nix 2020-03-15 17:30:37 +00:00
eyjhbb@gmail.comandadisbladis d8b41ad219 vimPlugins.coc-*: add npm dependencies 2020-03-15 17:30:33 +00:00
Elis Hirwing f1dfb6e0f5 php: get rid of with lib; used on entire file 2020-03-15 18:04:57 +01:00
Elis Hirwing 6100ac4ab2 php: remove unsupported options
- mcrypt was removed in 7.2
 - mhash was integrated into hash in 7.0
2020-03-15 18:04:25 +01:00
Benjamin HippleandLassulus 80a3dbcdd2 geckodriver: upgrade cargo fetcher and cargoSha256 2020-03-15 17:59:25 +01:00
Fabian MöllerandBjørn Forsman e7f2ad0db9 wireshark: use relative cmake LIBDIR
`wireshark` expects `CMAKE_INSTALL_LIBDIR` to be relative and prefixes
it with `CMAKE_INSTALL_PREFIX` in some places to make it absolute.
This results in duplicate absolute paths being accessed, which don't exist.

Making `CMAKE_INSTALL_LIBDIR` relative fixes this issue.
2020-03-15 17:16:11 +01:00
Michael Weiss 7a1c9d8eb7 python3Packages.google_api_python_client: 1.7.12 -> 1.8.0
This version doesn't depend on
https://github.com/NixOS/nixpkgs/pull/82355 anymore.
2020-03-15 16:34:56 +01:00
Michael Weiss 069f62de77 python3Packages.google_api_python_client: 1.7.11 -> 1.7.12 2020-03-15 16:34:56 +01:00
Sander van der Burg 875bcef98b base16-builder: regenerate with node2nix 1.8.0, add supplement.json with node-pre-gyp to fix build 2020-03-15 16:37:47 +01:00
Sander van der Burg 798ab51bc7 nodePackages: regenerate with node2nix 1.8.0 2020-03-15 16:36:51 +01:00
geistesk 008362a0b5 golangci-lint: 1.23.8 -> 1.24.0 2020-03-15 16:19:22 +01:00
Silvan MosbergerandGitHub 5eb01e1a7f Merge pull request #82637 from colemickens/nixpkgs-ripcord
ripcord: 0.4.23 -> 0.4.24
2020-03-15 15:52:41 +01:00
Florian KlinkandGitHub 115c78c9b3 Merge pull request #82649 from flokli/mariadb-remove-without-client
mariadb: remove withoutClient
2020-03-15 15:47:26 +01:00
Silvan MosbergerandGitHub 7c3f3e9c51 Merge pull request #72029 from lschuermann/tpm2-module
nixos/tpm2: init
2020-03-15 15:47:06 +01:00
Silvan MosbergerandGitHub 779b7ff3d8 Merge pull request #80931 from LEXUGE/master
smartdns: init at 30
2020-03-15 15:36:05 +01:00
Timo KaufmannandGitHub 2e68526cec Merge pull request #82647 from timokau/retdec-fix
retdec: fix build
2020-03-15 13:58:21 +00:00
adisbladisandGitHub 864be2ed1c Merge pull request #72506 from earksiinni/ersin/vim-coc-prettier
vimPlugins.coc-prettier: Add override
2020-03-15 13:37:25 +00:00
adisbladis 79ca23ba68 nodePackages: regenerate set 2020-03-15 13:02:28 +00:00
Ersin Akinciandadisbladis 588ca6e310 neovim: use TMPDIR as home during initilizaiton 2020-03-15 12:55:06 +00:00
Ersin Akinciandadisbladis 347479b6e0 vimPlugins.overrides: add coc-prettier 2020-03-15 12:55:06 +00:00
Ersin Akinciandadisbladis 47069c019f nodePackages.coc-prettier: init 2020-03-15 12:55:06 +00:00
Florian Klink 4b8d66aa72 mariadb: remove withoutClient
When used as a global override, it breaks most of the options in the
mysql module, such as ensureDatabases, ensureUsers, initialDatabases,
initialScript.

We could use `.client` there, but if the reasoning behind this was
closure size reduction, we now end up with the same (or a bigger)
runtime closure and more complexity.

Apart from the options exposed by the mysql module, the client is also
likely to be required for local backups or DBA tasks anyways.

Instead of dealing with all the increased complexity of this for no
arguable benefit, let's just remove the `withoutClient` argument.
Storage space on mysql servers shouldn't be that much of an issue.

Closes #82428.
2020-03-15 13:49:13 +01:00
Jan TojnarandGitHub fb9b0e7d46 Merge pull request #82400 from B4dM4n/duplicity-update
duplicity: 0.8.10 -> 0.8.11.1596
2020-03-15 13:32:10 +01:00
Robert HelgessonandGitHub 2fc67aca65 Merge pull request #82541 from ydlr/nix-generate-from-cpan
nix-generate-from-cpan: remove "unkown" license and improve core module detection
2020-03-15 12:54:12 +01:00
Leon Schuermann 156b879c2e nixos/tpm2: init
This commit adds udev rules, the userspace resource manager and
PKCS#11 module support.
2020-03-15 12:16:32 +01:00