Commit Graph

295 Commits

Author SHA1 Message Date
nixpkgs-merge-bot[bot]
c67d90d517
Merge pull request #334063 from r-ryantm/auto-update/maa-cli
maa-cli: 0.4.9 -> 0.4.10
2024-08-12 09:21:02 +00:00
R. Ryantm
3cddf1e43e maa-cli: 0.4.9 -> 0.4.10 2024-08-12 05:33:58 +00:00
R. Ryantm
a33ca8335c marwaita-orange: 20.3 -> 20.3.1 2024-08-12 01:56:32 +00:00
pinage404
6dcdce3142 masklint: package is built from source 2024-08-11 16:11:36 +02:00
pinage404
8f2a876d3a masklint: add update script 2024-08-11 16:11:36 +02:00
R. Ryantm
8fa21e71d6 maa-assistant-arknights: 5.5.0 -> 5.5.11452 2024-08-10 03:01:59 +00:00
Philip Taron
06d2eb33e3
python3Packages.setuptools-rust.tests: fix eval 2024-08-07 08:02:23 -07:00
R. Ryantm
0260b66b95 marwaita-teal: 20.3 -> 20.3.1 2024-08-06 14:35:01 +00:00
Aleksana
a01c6c7e74
Merge pull request #332659 from Cryolitia/maa-cli
maa-cli: disable build feature `core_installer`
2024-08-06 19:01:02 +08: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
Nikolay Korotkiy
5166728956
Merge pull request #331731 from imincik/mapserver-8.2.1
mapserver: 8.0.1 -> 8.2.1
2024-08-06 00:46:23 +04:00
Cryolitia PukNgae
ce39f8f574
maa-cli: disable build feature core_installer
To prevent user from downloading MaaCore prebuild binary
2024-08-06 00:45:03 +07:00
Ivan Mincik
065aa42c5f
Merge pull request #332118 from r-ryantm/auto-update/mapcache
mapcache: 1.14.0 -> 1.14.1
2024-08-05 12:40:41 +00:00
Ivan Mincik
6c95b78935 mapserver: migrate to by-name 2024-08-05 12:32:16 +02:00
Nikolay Korotkiy
68d36ee87b
mapcache: format with nixfmt-rfc-style 2024-08-05 01:43:54 +04:00
Nikolay Korotkiy
b3c8a5e7f8
mapcache: switch to pcre2 2024-08-05 01:11:46 +04:00
Nikolay Korotkiy
4a1623f712
mapcache: migrate to by-name 2024-08-04 12:35:00 +04:00
nixpkgs-merge-bot[bot]
849372f54d
Merge pull request #332149 from r-ryantm/auto-update/maa-cli
maa-cli: 0.4.8 -> 0.4.9
2024-08-04 04:49:15 +00:00
R. Ryantm
3fcb87d5ba maa-cli: 0.4.8 -> 0.4.9 2024-08-04 03:02:36 +00:00
Julius Michaelis
11d02a13f8 maa-cli: nixfmt 2024-08-04 10:55:16 +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
Aleksana
bd84b429e1
Merge pull request #330647 from pinage404/masklint-init
masklint: init at 0.3.0
2024-08-03 20:21:34 +08:00
R. Ryantm
422b91b915 matrix-media-repo: 1.3.6 -> 1.3.7 2024-07-31 12:47:19 +00:00
nixpkgs-merge-bot[bot]
7d0551855b
Merge pull request #331012 from r-ryantm/auto-update/maa-assistant-arknights
maa-assistant-arknights: 5.4.1 -> 5.5.0
2024-07-30 17:33:30 +00:00
R. Ryantm
ac0a1d2926 maa-assistant-arknights: 5.4.1 -> 5.5.0 2024-07-30 04:39:01 +00:00
Emily
d8fbe30bce
Merge pull request #327240 from pyrox0/denose/mackup
mackup: remove nose dependency and modernize
2024-07-29 11:08:43 +01:00
Pyrox
f68963c364
mackup: drop nose and six dependencies; modernize 2024-07-29 01:13:59 -04: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
pinage404
8d0814b110 masklint: init at 0.3.0 2024-07-28 15:35:56 +02:00
Vladimír Čunát
a5b2fe7374
Merge #328673: staging-next 2024-07-20 2024-07-28 13:45:55 +02:00
José Romildo
83dba8f7c8 marwaita-red: 20.2-unstable-2024-07-01 -> 20.3.1 2024-07-27 23:01:55 -03: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
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Peder Bergebakken Sundt
b3db515807
Merge pull request #328530 from uncenter/feat/add-markuplinkchecker
markuplinkchecker: init at 0.18.0
2024-07-26 01:07:26 +02:00
nixpkgs-merge-bot[bot]
46e7871c05
Merge pull request #329576 from r-ryantm/auto-update/mariadb-connector-java
mariadb-connector-java: 3.4.0 -> 3.4.1
2024-07-25 20:16:43 +00:00
Peder Bergebakken Sundt
e76b3a9274 markuplinkchecker: add maintainer anas 2024-07-25 02:11:34 +02:00
github-actions[bot]
94c17d2caa
Merge master into staging-next 2024-07-25 00:02:30 +00:00
Peder Bergebakken Sundt
b983e7630a
Merge pull request #328802 from mimvoid/add-major-mono-display
major-mono-display: init at 2.000
2024-07-25 01:09:45 +02:00
github-actions[bot]
7208220b63
Merge master into staging-next 2024-07-24 18:01:18 +00:00
Masum Reza
997332b081
Merge pull request #327431 from D3vil0p3r/patch-5
matrix-gtk-theme: init at 0-unstable-2024-07-22
2024-07-24 20:44:58 +05:30
D3vil0p3r
0d1c5ff307 matrix-gtk-theme: init at 0-unstable-2024-07-22 2024-07-24 15:52:48 +02:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next 2024-07-24 07:19:19 +02:00
rewine
6edd3f43e5
Merge pull request #329392 from jukremer/markdown-oxide-unstable
markdown-oxide: 0.0.21 → 0.23.1-unstable-2024-07-20
2024-07-24 12:54:40 +08:00
R. Ryantm
db463709a1 mariadb-connector-java: 3.4.0 -> 3.4.1 2024-07-24 04:45:25 +00:00
Matthieu Coudron
e3986c2bed
Merge pull request #328284 from isabelroses/mangal
mangal: fix build; modernize
2024-07-23 17:19:19 +02:00
Jan Kremer
d283b4d9a2
markdown-oxide: 0.0.21 -> 0.23.1-unstable-2024-07-20 2024-07-23 13:41:36 +02:00
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
mimvoid
4226b1ddf7 major-mono-display: init at 2.000 2024-07-21 10:31:54 -04:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next 2024-07-20 16:12:24 +02:00