Commit Graph

217179 Commits

Author SHA1 Message Date
Jörg Thalheim f1b69e4d76 Merge pull request #82040 from gnidorah/phodav
phodav: 2.3 -> 2.4
2020-03-15 18:25:43 +00:00
Jörg Thalheim 6fa3705ee9 Merge pull request #82109 from bhipple/remove/wtftw
wtftw: remove broken package
2020-03-15 18:20:30 +00:00
Jörg Thalheim 0fe49d7051 Merge pull request #82114 from bhipple/remove/staccato
staccato: remove broken and unmaintained package
2020-03-15 18:19:39 +00:00
adisbladis 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
adisbladis 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 Kristensen 0adf77f746 vimPlugins.coc-spell-checker: init at 2020-02-19" 2020-03-15 17:58:33 +00:00
Silje Enge Kristensen 79ee5bc822 vimPlugins: Update 2020-03-15 17:58:28 +00:00
adisbladis 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.com 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 Hipple 80a3dbcdd2 geckodriver: upgrade cargo fetcher and cargoSha256 2020-03-15 17:59:25 +01:00
Fabian Möller 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
Silvan Mosberger 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 Klink 115c78c9b3 Merge pull request #82649 from flokli/mariadb-remove-without-client
mariadb: remove withoutClient
2020-03-15 15:47:26 +01:00
Silvan Mosberger 7c3f3e9c51 Merge pull request #72029 from lschuermann/tpm2-module
nixos/tpm2: init
2020-03-15 15:47:06 +01:00
Silvan Mosberger 779b7ff3d8 Merge pull request #80931 from LEXUGE/master
smartdns: init at 30
2020-03-15 15:36:05 +01:00
Timo Kaufmann 2e68526cec Merge pull request #82647 from timokau/retdec-fix
retdec: fix build
2020-03-15 13:58:21 +00:00
adisbladis 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 Akinci 588ca6e310 neovim: use TMPDIR as home during initilizaiton 2020-03-15 12:55:06 +00:00
Ersin Akinci 347479b6e0 vimPlugins.overrides: add coc-prettier 2020-03-15 12:55:06 +00:00
Ersin Akinci 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 Tojnar 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 Helgesson 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
Léo Gaspard 7566b4f924 Merge pull request #82614 from Ekleog/xfce4-remove-alias
xfce4-12: remove alias
2020-03-15 12:00:20 +01:00
Timo Kaufmann e5642d405e retdec: fix build
The build was broken by the gcc9 update. Pinning to gcc8 for now.
2020-03-15 11:57:57 +01:00
Elis Hirwing da3384a25d php: Re-indent main derivation 2020-03-15 10:27:37 +01:00
Vladimír Čunát 47f61c9d7f bind: 9.14.10 -> 9.14.11 (small bugfix)
I see just a single small bugfix in the news:
https://downloads.isc.org/isc/bind9/9.14.11/RELEASE-NOTES-bind-9.14.11.html
2020-03-15 09:15:41 +01:00
Nikolay Korotkiy cfb57680ee openorienteering-mapper: 0.9.1 -> 0.9.2 2020-03-15 08:03:51 +00:00
Cole Mickens c91bb59b72 ripcord: 0.4.23 -> 0.4.24 2020-03-15 00:35:45 -07:00
Bignaux Ronan 5fbf8635e3 caprice32: enable freedesktop entries 2020-03-15 04:04:32 +00:00
Bignaux Ronan be768d1ef3 caprice32: 4.5.0 -> 4.6.0 2020-03-15 04:04:09 +00:00
Ryan Fitzsimon ea8efb20a7 ckb-next: Disable built-in updater 2020-03-15 03:17:58 +00:00
Ryan Mulligan 9b053bcd6d Merge pull request #82540 from r-ryantm/auto-update/geoipupdate
geoipupdate: 4.1.5 -> 4.2.2
2020-03-14 19:21:43 -07:00
adisbladis 752dd733a2 Merge pull request #82543 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.9.10 -> 1.9.11
2020-03-15 01:22:52 +00:00
adisbladis c00777042f Merge pull request #82620 from aanderse/ssh-silent
nixos/ssh: silence ssh-keygen during configuration validation
2020-03-15 01:21:38 +00:00
adisbladis d15090dbe6 Merge pull request #82604 from rycee/fix/emacs-setup-hook
emacs: improve setup hook
2020-03-15 01:20:41 +00:00
adisbladis cf719bf9a8 emacs: Add adisbladis as maintainer 2020-03-15 01:03:40 +00:00
Harry Ying 629d3bab18 nixos/smartdns: init first generation config 2020-03-15 08:53:20 +08:00