Commit Graph

331 Commits

Author SHA1 Message Date
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
Raf Gemmail
28e0ec3ce6 matrix-brandy: only target linux 2024-07-20 21:53:21 +12:00
Raf Gemmail
ddf63b1c60 matrix-brandy: init at 1.23.2 2024-07-20 20:36:08 +12:00
uncenter
1181116f42
markuplinkchecker: init at 0.18.0 2024-07-19 17:18:23 -04:00
Fabian Affolter
dcf834490f
Merge pull request #328347 from r-ryantm/auto-update/malwoverview
malwoverview: 5.4.5 -> 6.0.0
2024-07-19 21:51:57 +02:00
isabel
498701505d
mangal: fix build 2024-07-19 20:40:32 +01:00
isabel
3bb5e993ca
mangal: format with nixfmt-rfc-style 2024-07-19 20:38:39 +01:00
isabel
4bcfdfd271
mangal: move to by-name 2024-07-19 20:38:39 +01:00
nixpkgs-merge-bot[bot]
7de14a06e3
Merge pull request #328334 from r-ryantm/auto-update/maa-assistant-arknights
maa-assistant-arknights: 5.3.1 -> 5.4.1
2024-07-19 19:36:01 +00:00
github-actions[bot]
f6ed4c2f35
Merge staging-next into staging 2024-07-19 06:01:45 +00:00
R. Ryantm
00ce48f891 malwoverview: 5.4.5 -> 6.0.0 2024-07-19 04:47:26 +00:00
R. Ryantm
ef5417c2a7 maa-assistant-arknights: 5.3.1 -> 5.4.1 2024-07-19 03:24:09 +00:00
José Romildo Malaquias
7e9a7881bd
Merge pull request #327492 from romildo/upd.marwaita-mint
marwaita-mint: 20.2-unstable-2024-07-01 -> 20.3.1
2024-07-18 22:32:44 -03:00
github-actions[bot]
401d4660b3
Merge staging-next into staging 2024-07-18 18:01:57 +00:00
Martin Weinelt
aa7b6f8da4
Merge pull request #326544 from mweinelt/matrix-media-repo-1.3.6
matrix-media-repo: 1.3.4 -> 1.3.6
2024-07-18 18:55:13 +02:00
github-actions[bot]
844ec2d5a1
Merge staging-next into staging 2024-07-18 12:01:55 +00:00
Sandro
f7617f4753
Merge pull request #326566 from SuperSandro2000/maven-nox 2024-07-18 11:14:06 +02:00
Artturin
20cf80e167 Merge branch 'staging-next' into staging 2024-07-17 21:29:37 +03:00
Sandro
35a24e21b5
Merge pull request #325642 from emilioziniades/init-maelstrom
maelstrom-clj: init at 0.2.3
2024-07-17 19:19:42 +02:00
Sandro
969287ef61
Merge pull request #327429 from getchoo/pkgs/maturin/1.7.0
maturin: 1.6.0 -> 1.7.0
2024-07-17 19:09:24 +02:00
Sandro Jäckel
ea0bc32245
maven: use headless jdk to avoid GUI dependencies
This fixes build with environment.noXlibs enabled.
2024-07-17 15:57:48 +02:00
Nick Cao
b13ab2b32f
Merge pull request #327495 from romildo/upd.marwaita
marwaita: 20.3 -> 20.3.1
2024-07-16 16:48:36 -04:00
nixpkgs-merge-bot[bot]
e4eee783e5
Merge pull request #327682 from r-ryantm/auto-update/mautrix-meta
mautrix-meta: 0.3.1 -> 0.3.2
2024-07-16 18:37:55 +00:00
R. Ryantm
60d4768667 mautrix-meta: 0.3.1 -> 0.3.2 2024-07-16 15:20:11 +00:00
nixpkgs-merge-bot[bot]
70fbdac057
Merge pull request #327528 from r-ryantm/auto-update/maa-cli
maa-cli: 0.4.7 -> 0.4.8
2024-07-16 04:14:41 +00:00
R. Ryantm
0c936986c2 maa-cli: 0.4.7 -> 0.4.8 2024-07-16 03:04:54 +00:00
José Romildo
292c6573cb marwaita: 20.3 -> 20.3.1
Diff: https://github.com/darkomarko42/marwaita/compare/20.3...20.3.1
2024-07-15 19:12:34 -03:00
José Romildo
0471f9553e marwaita-mint: 20.2-unstable-2024-07-01 -> 20.3.1
Diff: ecdb79b459...20.3.1
2024-07-15 19:05:48 -03:00
seth
5e4e8abae2
maturin: 1.6.0 -> 1.7.0
Changelog: https://github.com/PyO3/maturin/releases/tag/v1.7.0
Diff: https://github.com/PyO3/maturin/compare/v1.6.0...v1.7.0
2024-07-15 13:27:11 -04:00
Sandro Jäckel
ab554a96a0
maven.buildMavenPackage: overwrite jdk version used to download dependencies without rebuilding maven itself 2024-07-15 15:10:50 +02:00
Sandro Jäckel
1564f9247e
maven: match pname and package attr 2024-07-15 15:10:50 +02:00
seth
ece9778f28
magpie: modernize 2024-07-14 15:33:02 -04:00
seth
ca1ec13de5
magpie: add pkg-config test 2024-07-14 15:33:02 -04:00
seth
285f1f32d9
magpie: use validatePkgConfig hook 2024-07-14 15:33:01 -04:00
seth
fef55ad1ca
magpie: move from budgie scope to top-level 2024-07-14 15:33:01 -04:00
Emilio Ziniades
7f3e7bcf4e maelstrom-clj: init at 0.2.3 2024-07-13 14:15:45 +02:00
Martin Weinelt
4d75a540cb
matrix-media-repo: 1.3.4 -> 1.3.6
https://github.com/t2bot/matrix-media-repo/blob/v1.3.5/CHANGELOG.md
https://github.com/t2bot/matrix-media-repo/blob/v1.3.6/CHANGELOG.md
2024-07-12 14:45:13 +02:00
seth
c64a719620
maturin: add updateScript 2024-07-11 23:57:15 -04:00
seth
5bf72c97bc
maturin: add version test 2024-07-11 23:57:14 -04:00
seth
10516a7c63
maturin: don't overuse with lib
https://github.com/NixOS/nixpkgs/issues/208242
2024-07-11 23:57:14 -04:00
seth
4cb00793c7
maturin: adopt 2024-07-11 23:57:14 -04:00
seth
929a0f4bd1
maturin: format with nixfmt 2024-07-11 23:57:14 -04:00
seth
7dd53c5e66
maturin: migrate to by-name 2024-07-11 23:57:13 -04:00
José Romildo Malaquias
536a72e583
Merge pull request #325573 from romildo/upd.marwaita-teal
marwaita-teal: 20.2-unstable-2024-07-01 -> 20.3
2024-07-10 07:27:00 -03:00
José Romildo Malaquias
618ae90292
Merge pull request #325558 from romildo/upd.marwaita-ubuntu
marwaita-orange: 17.0 -> 20.3
2024-07-10 07:26:20 -03:00
Robert Schütz
aea9ae5e59 materialx: move to python3Packages 2024-07-09 23:56:03 -07:00
Franz Pletz
1c37dbac01
Merge pull request #323898 from Icy-Thought/catppuccin-gtk-theme
magnetic-catppuccin-gtk: init at 0-unstable-2024-06-27
2024-07-09 17:50:49 +02:00
Michael Hoang
eb725313bc treewide: remove Enzime 2024-07-09 14:32:33 +10:00
José Romildo
4041f88650 marwaita-teal: 20.2-unstable-2024-07-01 -> 20.3 2024-07-08 12:57:02 -03:00
José Romildo
33585e94d3 marwaita-darkcyan: rename to marwaita-teal
Upstream renamed the package, again.
2024-07-08 12:54:29 -03:00
José Romildo
ac5f297bfe marwaita-orange: 17.0 -> 20.3 2024-07-08 11:54:55 -03:00
José Romildo
eb31ad978f marwaita-ubuntu: rename to marwaita-orange 2024-07-08 11:52:21 -03:00
José Romildo
5d352d2978 marwaita-ubuntu: move to pkgs/by-name/ma/ 2024-07-08 11:46:51 -03:00
Martin Weinelt
6b8de6bf3c
treewide: clean up pythonRelaxDepsHook references
Referencing it is not necessary any more, since using pythonRelaxDeps
or pythonRemoveDeps will automatically make sure the hook is provided.
2024-07-07 17:15:21 +02:00
José Romildo
212ce643ae marwaita: 20.2-unstable-2024-07-01 -> 20.3 2024-07-06 08:24:55 -03:00
github-actions[bot]
4bba3c5730
Merge master into staging-next 2024-07-05 12:01:14 +00:00
Martin Weinelt
fda13875da Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/deebot-client/default.nix
- pkgs/development/python-modules/pytest-examples/default.nix
- pkgs/development/python-modules/w3lib/default.nix
2024-07-05 13:04:01 +02:00
José Romildo
69b02734ff marwaita-red: 17.0 -> 20.2-unstable-2024-07-01 2024-07-05 07:19:16 -03:00
José Romildo
2611d400c4 marwaita-peppermint: rename to marwaita-red 2024-07-05 07:19:13 -03:00
José Romildo
59e982c4c1 marwaita-peppermint: move to pkgs/by-name/ma/ 2024-07-05 07:18:16 -03:00
José Romildo Malaquias
0a18432a9b
Merge pull request #323803 from romildo/upd.marwaita
marwaita: 20.1 -> 20.2-unstable-2024-07-01
2024-07-05 07:14:45 -03:00
José Romildo Malaquias
415e17bc04
Merge pull request #323801 from romildo/upd.marwaita-mint
marwaita-mint: init at 20.2-unstable-2024-07-01
2024-07-05 07:11:52 -03:00
José Romildo
c197afdea6 marwaita-darkcyan: 20.1 -> 20.2-unstable-2024-07-01
Diff: https://github.com/darkomarko42/marwaita-darkcyan/compare/20.1...ad837492a377909e0e84f090c740f0296d311797
2024-07-04 23:15:46 -03:00
José Romildo
ac1067c38f marwaita-darkcyan: add update script 2024-07-04 23:15:46 -03:00
José Romildo
b6dc9fc53b marwaita-manjaro: rename to marwaita-darkcyan 2024-07-04 23:15:46 -03:00
José Romildo
a0a83d4252 marwaita-manjaro: move to pkgs/by-name/ma/ 2024-07-04 23:15:43 -03:00