Commit graph

435046 commits

Author SHA1 Message Date
colin f45dd59576 kiwix-tools: init at 3.4.0
this provides the `kiwix-serve` tool asked for in
<https://github.com/NixOS/nixpkgs/issues/35009>,
but does not implement the systemd service requested.

package contents:
- bin/kiwix-manage
- bin/kiwix-search
- bin/kiwix-serve

tested by invoking `kiwix-serve` and connecting to it in a web browser:

```sh
nix build '.#kiwix-tools'
wget 'https://dumps.wikimedia.org/other/kiwix/zim/wikipedia/wikipedia_en_simple_all_mini_2022-11.zim'
./result/bin/kiwix-serve -p 1080 ./wikipedia_en_simple_all_mini_2022-11.zim
curl http://localhost:1080
```
2023-01-13 05:07:17 +00:00
colin fa9cc1b2a0 kiwix: split libkiwix out its own toplevel package
this allows libkiwix to be more easily used by non-nixpkgs consumers.
2023-01-13 05:07:14 +00:00
colin bea06ddf35 kiwix: 2.2.1 -> 2.3.1
changelog:
- 2.3.1
        - Fix the AppImage packaging. Now published AppImages work correctly on recent distrubution (mgautierfr 905)
        - Improve zim file picker (kelson42 886)
        - Do not show ServiceWorker zim file from the remote catalog (kelson42 887)
- 2.3.0
        - Fix downloading of file bigger than 4G (Juzz0 855)
        - Hide top widget and topbar in fullscreen (Juzz0 859)
        - Add shortcuts for navigating tabs (Ctrl-tab, Ctrl-shift-tab) (Juzz0 867)
        - Do not use deprecated method QWebEngineDownloadItem::setPath (Juzz0 853)
        - Fix compilation with last version of libkiwix (mgautierfr 858)
        - Fix README.md (psypherium 860)
        - Update translations.
- 2.2.2
        - Remove usage of deprecated libkiwix function (Juzz0 mgautiefr 831)
        - Adapt kiwix-desktop to last libkiwix api (mgautierfr 842, veloman-yunkan 844)
        - Do not search (and crash) on a zim file without fulltext index (mgautierfr 830)
        - Update translations.
        - [Flathub] Update link to screenshot

libkiwix changelog:
<0ae31bd181/ChangeLog>

libkiwix now requires libzim to be compiled with xapian support.
kiwix-desktop fails to link of xapian isn't also found there, so i made
this part of `propagatedBuildInputs`. `xz` also needed to be propagated,
otherwise libkiwix would fail with
```
> meson.build:38:0: ERROR: Could not generate cargs for libzim:
> Package liblzma was not found in the pkg-config search path.
```

additionally, upstream renamed the repo to `libkiwix`. the old `kiwix-lib` repo redirects to
`libkiwix`, so i updated pname to reflect this.
2022-12-16 00:37:35 +00:00
Marek Fajkus 7634c3250b
Merge pull request #206156 from figsoda/cargo-generate
cargo-generate: 0.17.3 -> 0.17.4
2022-12-15 10:05:04 +01:00
Fabián Heredia Montiel 2230108f55 python2Packages.typing: revert removal
This reverts commit ff69267377.
2022-12-15 00:28:46 -08:00
Fabián Heredia Montiel 6ea94a2cf8 treewide: revert removal of references to pythonPackages.scandir
This reverts commit df79f4922f

Closes https://github.com/NixOS/nixpkgs/issues/205742
2022-12-15 00:28:46 -08:00
Fabián Heredia Montiel 8549e49c18 python2Packages.scandir: revert removal
This reverts commit 7d4a0668d2.

Closes https://github.com/NixOS/nixpkgs/issues/205742
2022-12-15 00:28:46 -08:00
Alexander Bantyev 38358880b3
Merge pull request #205652 from NixOS/hugin-with-egl
hugin: use glew-egl to fix startup crash
2022-12-15 11:48:45 +04:00
R. Ryantm 1218bada61 onedrive: 2.4.21 -> 2.4.22 2022-12-15 15:11:01 +08:00
Vincent Laporte b28b8118f2 ocamlPackages.sha: 1.15.1 → 1.15.2 2022-12-15 08:08:35 +01:00
Weijia Wang 062b7f42fd ocamlPackages.lustre-v6: 6.103.3 -> 6.107.1 2022-12-15 08:05:28 +01:00
Robert Schütz f9920fe857
Merge pull request #206160 from dotlambda/CVE-2022-4396
python310Packages.pyrdfa3: patch CVE-2022-4396
2022-12-14 22:21:36 -08:00
figsoda 69ce4fbad8
Merge pull request #206154 from trofi/qgis-without-xlibsWrapper
qgis: drop unused xlibsWrapper inputs
2022-12-14 21:55:01 -05:00
figsoda 5e335585c4
Merge pull request #206155 from trofi/qgis-ltr-without-xlibsWrapper
qgis-ltr: drop unused xlibsWrapper inputs
2022-12-14 21:54:37 -05:00
R. Ryantm a715b7b909 v2ray-geoip: 202212080044 -> 202212150047 2022-12-15 10:22:49 +08:00
Martin Weinelt aff81d2db9
Merge pull request #206165 from r-ryantm/auto-update/python310Packages.pyomo 2022-12-15 02:03:01 +01:00
Robert Schütz 5953f6926f python310Packages.bashlex: 0.15 -> 0.16 2022-12-14 16:55:07 -08:00
Robert Schütz 73a9427360 python310Packages.cartopy: 0.21.0 -> 0.21.1
https://github.com/SciTools/cartopy/releases/tag/v0.21.1
2022-12-14 16:54:39 -08:00
Robert Schütz 5c6b747f08 python310Packages.micloud: 0.5 -> 0.6
https://github.com/Squachen/micloud/releases/tag/v_0.6
2022-12-14 16:52:10 -08:00
Robert Schütz 03339a5840 python310Packages.safety: 2.3.3 -> 2.3.5
https://github.com/pyupio/safety/blob/2.3.5/CHANGELOG.md
2022-12-14 16:48:58 -08:00
Robert Schütz 9a6a5c7cf9 python310Packages.mastodon-py: 1.7.0 -> 1.8.0
https://github.com/halcy/Mastodon.py/releases/tag/1.8.0
2022-12-14 16:48:46 -08:00
Robert Schütz 9630cb38d9 python310Packages.pikepdf: 6.2.4 -> 6.2.5
https://github.com/pikepdf/pikepdf/blob/v6.2.5/docs/releasenotes/version6.rst
2022-12-14 16:48:27 -08:00
Robert Schütz f2711088ee python310Packages.bonsai: init at 5.1.1 2022-12-14 16:48:10 -08:00
R. Ryantm e0f2dcdab6 python310Packages.pyomo: 6.4.3 -> 6.4.4 2022-12-15 00:36:25 +00:00
figsoda 125625e5e5
Merge pull request #206114 from r-ryantm/auto-update/tauon
tauon: 7.4.5 -> 7.4.6
2022-12-14 19:32:08 -05:00
Martin Weinelt 48a706fa7b
Merge pull request #206162 from r-ryantm/auto-update/python310Packages.pynetbox
python310Packages.pynetbox: 6.6.2 -> 7.0.0
2022-12-15 01:27:49 +01:00
Anderson Torres 4e7dc3b408
Merge pull request #206148 from atorres1985-contrib/steghide
steghide: init at 0.5.1.1
2022-12-14 21:24:02 -03:00
R. Ryantm 3dda6800a6
python310Packages.pynetbox: 6.6.2 -> 7.0.0
https://github.com/netbox-community/pynetbox/releases/tag/v7.0.0
2022-12-15 01:23:51 +01:00
Martin Weinelt 6add32f371
Merge pull request #205694 from mweinelt/bird-2.0.11 2022-12-15 01:08:39 +01:00
Robert Schütz f0f06846e9 python310Packages.pyrdfa3: patch CVE-2022-4396 2022-12-14 16:06:50 -08:00
figsoda b3f9e49833 cargo-generate: 0.17.3 -> 0.17.4
Diff: https://github.com/cargo-generate/cargo-generate/compare/v0.17.3...v0.17.4

Changelog: https://github.com/cargo-generate/cargo-generate/blob/v0.17.4/CHANGELOG.md
2022-12-14 18:41:57 -05:00
Sergei Trofimovich dce61952e2 qgis-ltr: drop unused xlibsWrapper inputs
Validated as no material change in `out` output with `diffoscope`.
2022-12-14 23:37:51 +00:00
Sergei Trofimovich 1666dc68b7 qgis: drop unused xlibsWrapper inputs
Validated as no material change in `out` output with `diffoscope`.
2022-12-14 23:36:40 +00:00
AndersonTorres e6bac9563a steghide: init at 0.5.1.1 2022-12-14 20:09:56 -03:00
Martin Weinelt e48cc52224
Merge pull request #190224 from r-ryantm/auto-update/bupstash 2022-12-15 00:04:35 +01:00
Sandro e1ebefcef4
Merge pull request #204540 from SuperSandro2000/remmina-kwallet 2022-12-14 23:55:24 +01:00
Sandro 3ad09d0df9
Merge pull request #204716 from SuperSandro2000/python310Packages.openrazer 2022-12-14 23:54:03 +01:00
Sandro 173a0bb234
Merge pull request #204538 from SuperSandro2000/intel-media-driver 2022-12-14 23:53:18 +01:00
Jörg Thalheim 339f2afa4b
Merge pull request #206008 from r-ryantm/auto-update/python310Packages.nltk
python310Packages.nltk: 3.7 -> 3.8
2022-12-14 22:48:40 +00:00
Sandro 3348d25fcf
Merge pull request #154838 from ShamrockLee/losslesscut-bin
Closes https://github.com/NixOS/nixpkgs/issues/176962
2022-12-14 23:44:58 +01:00
Sandro 16d93e6918
Merge pull request #204779 from deejayem/add-tmux-fuzzback 2022-12-14 23:40:22 +01:00
Sandro 756a5e6b74
CONTRIBUTING: loose squash merging rules (#204988)
Co-authored-by: Naïm Favier <n@monade.li>
2022-12-14 23:36:21 +01:00
Sandro b5f35b1c85
Merge pull request #205399 from SuperSandro2000/fix-avahi 2022-12-14 23:34:12 +01:00
Alex Martens 410ae09cc3
github-runner: 2.299.1 -> 2.300.0 (#206107) 2022-12-14 23:31:28 +01:00
Jörg Thalheim f9c5d92b43
Merge pull request #206033 from dotlambda/pyotp-2.8.0
python310Packages.pyotp: 2.7.0 -> 2.8.0
2022-12-14 22:27:47 +00:00
Jörg Thalheim 08b27ffcfd
Merge pull request #206035 from r-ryantm/auto-update/python310Packages.param
python310Packages.param: 1.12.2 -> 1.12.3
2022-12-14 22:23:44 +00:00
Jörg Thalheim 79b3d4bcae
Merge pull request #205924 from matthiasbeyer/update-zellij
zellij: 0.34.3 -> 0.34.4
2022-12-14 22:21:10 +00:00
Jörg Thalheim 8a7f98c0df
Merge pull request #205891 from r-ryantm/auto-update/heimer
heimer: 3.6.2 -> 3.6.3
2022-12-14 22:09:44 +00:00
Jörg Thalheim 9f0e058025
Merge pull request #206027 from vbgl/ocaml-batteries-3.6.0
ocamlPackages.batteries: 3.5.1 → 3.6.0
2022-12-14 22:08:54 +00:00
Jörg Thalheim ad29cc2dbd
Merge pull request #206129 from r-ryantm/auto-update/tut
tut: 1.0.24 -> 1.0.25
2022-12-14 22:08:09 +00:00