Bobby Rong
f7505f92d8
gnome-epub-thumbnailer: 1.7 → 1.8
...
https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer/-/compare/1.7...1.8
2024-08-06 21:22:47 +08:00
R. Ryantm
99220b7a17
organicmaps: 2024.07.23-8 -> 2024.07.29-2
2024-08-06 08:40:49 +00:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
...
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
Masum Reza
6f8aa1f115
Merge pull request #332635 from iynaix/bump-wallust
...
wallust: 3.0.0-beta -> 3.0.0
2024-08-06 11:15:39 +05:30
Florian
b929a6c31d
Merge pull request #330840 from erictapen/gollum
...
gollum: 5.3.3 -> 6.0.1
2024-08-06 07:27:50 +02:00
Lin Xianyi
7b31c13643
wallust: 3.0.0-beta -> 3.0.0
...
Changelog: https://codeberg.org/explosion-mental/wallust/releases/tag/3.0.0
Diff: https://codeberg.org/explosion-mental/wallust/compare/3.0.0-beta...3.0.0
2024-08-06 12:40:56 +08:00
R. Ryantm
3af75e0058
cotp: 1.7.3 -> 1.8.0
2024-08-06 01:50:52 +00:00
Nick Cao
6af52d35cb
Merge pull request #332326 from r-ryantm/auto-update/dialect
...
dialect: 2.4.1 -> 2.4.2
2024-08-05 15:43:02 -04:00
Adam C. Stephens
726a128bcf
Merge pull request #332415 from r-ryantm/auto-update/golden-cheetah
...
golden-cheetah: 3.7-DEV2404 -> 3.7-DEV2408
2024-08-05 07:11:08 -04:00
Masum Reza
31c76b1c40
Merge pull request #332055 from DontEatOreo/update-gallery-dl
...
gallery-dl: 1.27.1 -> 1.27.2
2024-08-05 14:07:00 +05:30
Pol Dellaiera
0d3476aa22
Merge pull request #332276 from diniamo/obsidian-mainprogram
...
obsidian: add meta.mainProgram, remove reduant inherit
2024-08-05 09:26:06 +02:00
R. Ryantm
ef4263823c
golden-cheetah: 3.7-DEV2404 -> 3.7-DEV2408
2024-08-05 07:06:44 +00:00
Peder Bergebakken Sundt
a4270e54ec
Merge pull request #330487 from alyraffauf/rofi-bluetooth-add-bc
...
rofi-bluetooth: add bc to binPath
2024-08-04 22:17:41 +02:00
R. Ryantm
55e5b1e79a
dialect: 2.4.1 -> 2.4.2
2024-08-04 20:14:14 +00:00
tomberek
4399de890f
Merge pull request #328833 from r-ryantm/auto-update/notesnook
...
notesnook: 3.0.8 -> 3.0.11
2024-08-04 14:42:40 -04:00
tomberek
8ecd603556
Merge pull request #330549 from r-ryantm/auto-update/protonup-qt
...
protonup-qt: 2.9.2 -> 2.10.2
2024-08-04 14:31:36 -04:00
tomberek
2d6ab0a2a4
Merge pull request #330624 from r-ryantm/auto-update/tellico
...
tellico: 3.5.3 -> 3.5.5
2024-08-04 14:30:01 -04:00
diniamo
1335aeda7a
obsidian: remove reduant inherit
2024-08-04 17:57:55 +02:00
diniamo
09e008349f
obsidian: add meta.mainProgram
2024-08-04 17:57:42 +02:00
amesgen
52ec421a00
bazecor: move to by-name
2024-08-04 13:37:09 +02:00
Masum Reza
f97c714221
Merge pull request #329531 from Mange/rofi-emoji-split
...
rofi-emoji: 3.4.0 -> 3.4.1 + 4.0.0 / rofi-emoji-wayland
2024-08-04 13:29:46 +05:30
Julius Michaelis
87e574e110
treewide: rewrite some uses of hostPlatform == buildPlatform to canExecute
...
This rewrites uses of
stdenv.hostPlatform == stdenv.buildPlatform
to
stdenv.buildPlatform.canExecute stdenv.hostPlatform
when guarding postInstall scripts that use $out/bin/… to generate shell completions
2024-08-04 10:50:48 +09:00
Julius Michaelis
6a9beaf893
treewide: skip generating shell completions using $out/bin/… when cross compiling
...
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:
postInstall = ''
installShellCompletion --cmd foo \
--bash <($out/bin/foo completion bash) \
…
This commit just guards those with
lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)
splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
Julius Michaelis
7454971deb
inlyne: fix installing shell completions
...
upstream recommends using cargo xtask gen, but checks in the results
2024-08-04 10:42:36 +09:00
Francesco Gazzetta
556410f4f8
faircamp: 0.14.0 -> 0.15.0
...
Diff: https://codeberg.org/simonrepp/faircamp/compare/0.14.0...0.15.0
2024-08-03 20:53:52 +00:00
Pol Dellaiera
d9b6993391
Merge pull request #331963 from kilianar/calibre-7.16.0
...
calibre: 7.15.0 -> 7.16.0
2024-08-03 21:11:39 +02:00
DontEatOreo
e06e1bda5d
gallery-dl: 1.27.1 -> 1.27.2
...
Changelog: https://github.com/mikf/gallery-dl/releases/tag/v1.27.2
Diff: https://github.com/mikf/gallery-dl/compare/v1.27.1...v1.27.2
2024-08-03 21:47:55 +03:00
Anselm Schüler
e1354a3538
maintainers: partially remove anselmschueler
2024-08-03 19:09:47 +02:00
Nick Cao
8db8c8fb6f
Merge pull request #331261 from r-ryantm/auto-update/otpclient
...
otpclient: 3.7.0 -> 4.0.0
2024-08-03 10:47:03 -04:00
Sandro
6602aa2586
Merge pull request #331928 from rycee/pytrainer-tests
...
pytrainer: replace `setup.py test` by `-m unittest`
2024-08-03 13:42:41 +02:00
kilianar
d8a7e169ea
calibre: 7.15.0 -> 7.16.0
...
https://github.com/kovidgoyal/calibre/releases/tag/v7.16.0
2024-08-03 13:03:52 +02:00
Emily
72be45b1bd
openlp: drop
...
This was a major version behind and using outdated or insecure packages
like sqlalchemy-migrate and Qt WebKit. It hadn’t seen any attention
since it was added in 2020. If anyone wants to step up to update it
to the latest version and maintain it, that would be great!
2024-08-03 11:19:38 +01:00
Robert Helgesson
58a7c9b434
pytrainer: replace setup.py test
by -m unittest
2024-08-03 07:40:01 +02:00
adisbladis
e0816431a2
treewide: Pass self when overriding Python
...
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
python' = python3.override {
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.
And the same with `self`:
```
with import <nixpkgs> { };
let
python' = python3.override {
self = python';
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.
This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Nick Cao
2637eb4336
Merge pull request #331659 from r-ryantm/auto-update/oxker
...
oxker: 0.6.4 -> 0.7.0
2024-08-02 15:15:52 -04:00
Francesco Gazzetta
956b068eaf
translatelocally: unstable-2023-09-20 -> 0-unstable-2024-05-12
2024-08-02 14:52:30 +00:00
Francesco Gazzetta
6fc72f65d1
translatelocally: enable wayland support
2024-08-02 14:52:30 +00:00
eljamm
d563ec9a5d
albert: 0.24.3 -> 0.25.0
2024-08-02 09:58:39 +01:00
eljamm
532ba73a97
albert: use substituteInPlace instead of sed
...
This is more robust and automatic to check if the file still exists in
the same location and if we can still replace the string.
2024-08-02 09:58:39 +01:00
eljamm
2d06eed03c
albert: remove with lib;
in meta
2024-08-02 09:58:33 +01:00
R. Ryantm
be32484672
oxker: 0.6.4 -> 0.7.0
2024-08-02 02:39:10 +00:00
K900
2ab6654672
prusa-slicer: build with clang
...
See comment for why.
2024-08-01 17:20:33 +03:00
Emily
a6100a4210
Merge pull request #330739 from pyrox0/denose/python-hglib
...
python312Packages.python-hglib: Remove nose dependency; modernize
2024-07-31 19:48:18 +01:00
Johannes Jöns
bb597e6273
Merge pull request #330648 from emilazy/push-kzllwxyyqvtu
...
{qt5,qt6}.qtwebengine: add patches for FFmpeg 7
2024-07-31 19:36:28 +02:00
Nick Cao
2bad3beca7
Merge pull request #331208 from r-ryantm/auto-update/hcl2json
...
hcl2json: 0.6.3 -> 0.6.4
2024-07-31 11:17:29 -04:00
R. Ryantm
d82d2c4919
otpclient: 3.7.0 -> 4.0.0
2024-07-31 10:57:24 +00:00
R. Ryantm
72c3e34620
hcl2json: 0.6.3 -> 0.6.4
2024-07-31 06:33:43 +00:00
Masum Reza
95aaf823a7
Merge pull request #321829 from paumr/xpdf_fix_cve
...
xpdf: fixed CVEs
2024-07-31 10:54:28 +05:30
❄️
3f40c5c987
Merge pull request #331127 from khaneliman/mysql
...
mysql-workbench: fix build
2024-07-30 18:52:38 -03:00
Nick Cao
ebde120503
Merge pull request #331061 from r-ryantm/auto-update/dotfiles
...
dotfiles: 0.6.4 -> 0.6.5
2024-07-30 16:53:53 -04:00
Austin Horstman
ea8c4f36a0
mysql-workbench: fix build
2024-07-30 11:55:31 -05:00
Sigmanificient
aab1113d4a
treewide: normalize maintainers list formatting
...
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
R. Ryantm
d1c49901cf
dotfiles: 0.6.4 -> 0.6.5
2024-07-30 10:45:05 +00:00
Nick Cao
323326fc21
Merge pull request #330718 from r-ryantm/auto-update/xdgmenumaker
...
xdgmenumaker: 2.2 -> 2.3
2024-07-29 15:04:21 -04:00
Pyrox
531e796aff
mozphab: Disable failing tests
2024-07-29 12:59:09 -04:00
Kerstin Humm
d6b9fb9ba3
gollum: 5.3.3 -> 6.0.1
...
Changelog: https://github.com/gollum/gollum/releases
2024-07-29 12:49:43 +02:00
Emily
6d00f45e36
goldendict-ng: disable FFmpeg backend
...
There is an upstream fix for FFmpeg 7 support, but according to
<https://github.com/xiaoyifang/goldendict-ng/issues/1523 >:
> We don't actually need the FFmpeg backend anymore. Newer Qt6's
> multimedia has FFmpeg backend, the supported formats are the same.
>
> Maybe this is the time to delete the FFmpeg backend 😅
2024-07-29 11:07:22 +01:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Peder Bergebakken Sundt
ca208751e1
Merge pull request #328729 from msfjarvis/kondo-completions
...
kondo: install shell completion
2024-07-28 23:55:45 +02:00
Peder Bergebakken Sundt
40d965fe4b
Merge pull request #328949 from hzeller/feature-20240721-update-lyx
...
lyx: 2.3.7-1 -> 2.4.1
2024-07-28 23:31:38 +02:00
Peder Bergebakken Sundt
76b7251c5f
Merge pull request #329004 from Adda0/junction_1.8
...
junction: 1.7 → 1.8
2024-07-28 22:58:53 +02:00
R. Ryantm
34644eb71a
xdgmenumaker: 2.2 -> 2.3
2024-07-28 19:18:05 +00:00
Jörg Thalheim
8968b1abb7
Merge pull request #330232 from atorres1985-contrib/remove-viric
...
Treewide: remove inactive maintainer viric
2024-07-28 17:15:00 +02:00
Anderson Torres
9a624d10e3
treewide: remove viric from meta.maintainers [orphans]
...
Since theey is not active from at least six years.
All the packages on this commit became orphans.
---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:
- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
Nick Cao
f2578eda32
Merge pull request #330569 from r-ryantm/auto-update/tuckr
...
tuckr: 0.8.1 -> 0.9.0
2024-07-28 10:45:49 -04:00
Vladimír Čunát
a5b2fe7374
Merge #328673 : staging-next 2024-07-20
2024-07-28 13:45:55 +02:00
R. Ryantm
87b7b17351
tellico: 3.5.3 -> 3.5.5
2024-07-28 11:33:02 +00:00
Matthias Beyer
11a81ff936
Merge pull request #327848 from r-ryantm/auto-update/joplin-desktop
...
joplin-desktop: 3.0.12 -> 3.0.13
2024-07-28 09:53:37 +02:00
R. Ryantm
bf7e58037c
tuckr: 0.8.1 -> 0.9.0
2024-07-28 03:29:41 +00:00
R. Ryantm
7308c0da1f
protonup-qt: 2.9.2 -> 2.10.2
2024-07-28 00:42:18 +00:00
K900
24076029d2
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-28 01:04:35 +03:00
Aly Raffauf
f213403440
rofi-bluetooth: add bc to binPath
2024-07-27 15:27:33 -04:00
Someone
63cc38bf10
Merge pull request #324545 from paparodeo/treewide-strict-deps-fixes
...
treewide: fix packages that use cmake strict deps when cmake strict deps works
2024-07-27 22:19:23 +03:00
Sandro
08e37800ff
Merge pull request #294275 from ozkutuk/minigalaxy-126
2024-07-27 21:02:43 +02:00
Sandro
2ae7003371
Merge pull request #330187 from SuperSandro2000/archisteamfarm
2024-07-27 21:00:45 +02:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next
2024-07-27 09:18:58 +02:00
Berk Özkütük
7974a4b372
minigalaxy: 1.2.2 -> 1.3.0, cleanup
...
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2024-07-27 02:42:55 +02:00
Nick Cao
4ffed69d2f
Merge pull request #330160 from r-ryantm/auto-update/far2l
...
far2l: 2.6.2 -> 2.6.3
2024-07-26 17:05:22 -04:00
Nick Cao
d5683f0200
Merge pull request #330096 from r-ryantm/auto-update/process-compose
...
process-compose: 1.6.1 -> 1.9.0
2024-07-26 16:34:42 -04:00
Matthias Beyer
37d9262472
Merge pull request #328789 from r-ryantm/auto-update/fetchmail
...
fetchmail: 6.4.38 -> 6.4.39
2024-07-26 20:44:56 +02:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Aleksana
577a9c43f3
Merge pull request #330042 from Sigmanificient/remove-leading-space-description
...
treewide: remove trailing space in description
2024-07-26 23:48:02 +08:00
Sandro Jäckel
db459e0010
ArchiSteamFarm: 6.0.3.4 -> 6.0.4.4
...
Changelog: https://github.com/JustArchiNET/ArchiSteamFarm/releases/tag/6.0.4.4
2024-07-26 16:26:10 +02:00
Aleksana
84a53ad8e2
Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app
...
pkgs/applications: remove unused arguments
2024-07-26 22:05:49 +08:00
K900
8e7a098243
speechd: introduce minimal variant, use it everywhere
2024-07-26 15:48:11 +03:00
R. Ryantm
364a1634b0
far2l: 2.6.2 -> 2.6.3
2024-07-26 12:18:26 +00:00
K900
26801aa449
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-26 14:31:21 +03:00
Sigmanificient
2ee703dccb
pkgs/applications: remove unused arguments
2024-07-26 11:36:49 +02:00
Sigmanificient
6dd44107ac
treewide: remove unused lib (and other) arguments
2024-07-26 11:18:09 +02:00
Franz Pletz
da8fd5be9f
Merge pull request #327189 from NixOS/1pwd_darwin-broken
2024-07-26 10:31:42 +02:00
R. Ryantm
4035da7eab
process-compose: 1.6.1 -> 1.9.0
2024-07-26 07:15:29 +00:00
K900
1410c766c8
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-26 08:41:08 +03:00
Aleksana
024bbd9b11
Merge pull request #330035 from Sigmanificient/fix-with-lib-sigma
...
Remove overuses of `with lib;` in packages i maintain
2024-07-26 10:53:38 +08:00
Sigmanificient
543cd40ecc
treewide: remove trailing space in description
...
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Sigmanificient
b2a6f0d22f
tipp10: remove overuse of with lib;
2024-07-26 01:18:32 +02:00
Nick Cao
141010997b
Merge pull request #329921 from r-ryantm/auto-update/raider
...
raider: 3.0.0 -> 3.0.1
2024-07-25 19:07:58 -04:00
Nick Cao
3272a7c601
Merge pull request #329807 from r-ryantm/auto-update/cotp
...
cotp: 1.7.2 -> 1.7.3
2024-07-25 18:52:16 -04:00
Nick Cao
64ccbca998
Merge pull request #329777 from r-ryantm/auto-update/gum
...
gum: 0.14.1 -> 0.14.3
2024-07-25 18:44:50 -04:00
Robert Schütz
7dbea35f7b
diebahn: 2.6.0 -> 2.7.0
...
Diff: https://gitlab.com/schmiddi-on-mobile/railway/-/compare/2.6.0...2.7.0
Changelog: https://gitlab.com/schmiddi-on-mobile/railway/-/blob/2.7.0/CHANGELOG.md
2024-07-25 10:08:57 -07:00
R. Ryantm
e62ed8e247
raider: 3.0.0 -> 3.0.1
2024-07-25 15:04:43 +00:00