Commit Graph
33 Commits
Author SHA1 Message Date
symphorien b73dd85c93 vimPlugins.LanguageClientNeovim: 0.1.158 -> 0.1.160 (#101688)
https://github.com/autozimu/LanguageClient-neovim/blob/0.1.160/CHANGELOG.md
2020-10-26 00:43:52 +01:00
symphorien 9e8eaea484 nixos/sslh: fix usage of the now removed ssl probe (#101087)
and document
2020-10-21 21:34:35 +02:00
symphorien 5fc8ce0041 paperwork: use tesseract 4 (#97395)
it gives empirically better results
https://www.willus.com/k2pdfopt/help/ocr/eng_chi_tess4.png
2020-09-08 13:19:29 +02:00
symphorien 5e6fe939df epkowa: update hashes (#93846) 2020-08-05 20:23:30 +02:00
symphorien 9aa4a4c722 texlab: 1.10.0 -> 2.0.0 (#85700)
https://github.com/latex-lsp/texlab/releases/tag/v2.0.0
2020-04-22 13:49:29 -04:00
symphorien d6f1d56eab clementine: fix broken symlink (#82689) 2020-03-15 19:41:12 -04:00
symphorienandMartin Weinelt d2d5d89c2c nixos/iodine: improve wording of some descriptions
Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com>
2020-02-05 19:47:43 +00:00
symphorienandMartin Weinelt dfa67635d6 nixos/iodine: fix typo in description
Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com>
2020-02-05 19:42:27 +00:00
symphorienandMartin Weinelt 1addf1fd94 nixos/iodine: improve description of some options
Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com>
2020-02-05 19:42:07 +00:00
symphorienandLéo Gaspard 56f9c51b05 Update nixos/modules/services/mail/dovecot.nix
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
2020-01-28 20:30:25 +01:00
symphorienandLéo Gaspard b8b9e7be6d Update nixos/tests/ihatemoney.nix
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
2020-01-05 22:04:42 +00:00
symphorienandLéo Gaspard 54b0ab0ac6 Update nixos/tests/ihatemoney.nix
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
2020-01-05 22:04:32 +00:00
symphorien 40f1983f95 caffeine-ng: fix paths in desktop files
(#73123)
2019-11-11 23:37:58 +01:00
symphorien 8772a1dfbc epkowa: update (#68225) 2019-09-08 13:39:21 -04:00
symphorien 757ac88383 utsushi: init at 3.57.0 (#65223) 2019-08-14 08:37:19 +00:00
symphorienandLéo Gaspard d1ac443cca nixos/tests/os-prober.nix: fix typo
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
2019-06-09 19:18:30 +00:00
symphorienandLéo Gaspard 04c9866b6e nixos/tests/os-prober.nix: apply review suggestions
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
2019-06-09 19:12:07 +00:00
symphorienandLéo Gaspard f452d640f0 nixos/tests/os-prober.nix: apply review suggestions
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
2019-06-09 19:11:47 +00:00
symphorien e502c72773 exempi: patch CVE-2018-12648, enable tests on linux (#47496) 2018-09-29 00:15:53 +02:00
symphorien 540e9726b3 agedu: 20180522.5b12791 -> 20180918.80c7beb (#47231) 2018-09-23 22:38:56 +02:00
symphorien 16e776fde7 sound-juicer: fix build (#46051) 2018-09-04 21:16:01 +02:00
symphorien 6c8cea6315 hdaps-gl: init at 0.0.5 (#45986) 2018-09-04 00:28:15 +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
symphorien 0ca40a51c7 gwyddion, ripser: fix derivation name (#44577) 2018-08-07 01:21:53 +02:00
symphorien d85aae2323 agedu: init at 20180522.5b12791 (#42538) 2018-06-26 20:06:16 +02:00
symphorien b30d52905e tesseract: make tessdata a fix output derivation (#41227)
the full tessdata is nearly a GB, so sparing a copy each time we need to
rebuild tesseract without updating tessdata is worth it.
2018-06-19 00:03:48 +02:00
symphorien 001a84f22a etherape: 0.9.13 -> 0.9.17 (#41332)
fixes startup
2018-05-31 23:33:48 +02:00
symphorien d32e2e3063 nix-du: 0.1.1 -> 0.1.2 (#41002) 2018-05-24 13:27:06 +02:00
symphorien 991e5ca486 wxhexeditor: 0.22 -> 0.24 (#36832) 2018-03-12 21:43:02 +00:00
symphorien 0146074560 nixos/tests: add predictable-interface-names.nix (#34305) 2018-02-09 18:40:39 +00:00
symphorien 6dfbef0ae2 nixos/crashdump: fix evaluation. (#30415)
The module would fail to evaluate:
```The option value `boot.crashDump.kernelPackages' in ... is not a package.```

Removed the option boot.crashDump.kernelPackage in favor of using
boot.kernelPatches which automatically chooses the same kernel version
as boot.kernelPackage instead of overriding it.

Added option boot.crashDump.reservedMemory to customized crash kernel
memory.

Changed the default of boot.crashDump.kernelParams as the current one
seemed to have no effect.
2017-10-25 20:00:52 +00:00
symphorien 0b87efacb1 grub: add grub.useOSProber option (#22558) 2017-02-13 14:53:15 +01:00
symphorien f49a23c28e os-prober: init at 1.65 (#21409)
* os-prober: init at 1.65

* os-prober: fix source url

* os-prober: use sha256 instead of md5
2016-12-25 20:43:46 +01:00