Nick Cao
95cd4025c1
Merge pull request #321531 from oluceps/materialgram
...
materialgram: init at 5.4.1.1
2024-08-22 16:57:26 -04:00
Sandro
0c143150b2
Merge pull request #332859 from 404Wolf/add-mailsy
2024-08-22 11:55:49 +02:00
oluceps
9e2357e0df
materialgram: init at 5.4.1.1
...
Co-authored-by: duvetfall <gh@myxa.me>
Co-authored-by: Kamilla 'ova <me@kamillaova.dev>
2024-08-22 17:12:45 +08:00
7c6f434c
aecf90500e
Merge pull request #335412 from hzeller/feature-20240817-init-manifold
...
manifold: init at 2.5.1-unstable-2024-08-18
2024-08-20 16:38:07 +00:00
Wolf Mermelstein
5379872706
mailsy: init at 5.0.0
2024-08-19 23:12:52 -04:00
Wolf Mermelstein
231d5a7268
maintainers: add 404wolf
...
mailsy init at 5.0.0
2024-08-19 16:01:31 -04:00
R. Ryantm
a419f4cacc
maa-cli: 0.4.10 -> 0.4.11
2024-08-19 11:27:04 +00:00
Henner Zeller
c2d1d1383a
manifold: init at 2.5.1-unstable-2024-08-18
2024-08-18 19:08:14 -07:00
Sebastián Mancilla
96973a69f3
Merge pull request #323636 from Brawl345/maccy-update-0.31.0
...
maccy: 0.28.0 -> 0.31.0
2024-08-15 22:04:19 -04:00
Donovan Glover
277791ce48
Merge pull request #333724 from zimward/mangareader
...
mangareader: fix running under wayland
2024-08-14 17:24:23 +00:00
0x4A6F
67d0a62075
Merge pull request #332445 from helsinki-systems/upd/galera
...
mariadb-galera: 26.4.19 -> 26.4.20
2024-08-14 17:37:26 +02:00
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
zimward
01c1b007cd
mangareader: fix running under wayland
2024-08-10 17:21:01 +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
Simon Hauser
564236b384
mariadb-galera: 26.4.19 -> 26.4.20
2024-08-05 11:50:41 +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