Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Alyssa Ross
f27b3096c3
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/os-specific/linux/util-linux/default.nix
2024-06-04 13:31:26 +01:00
Sigmanificient
d48a9bb622
treewide: remove unused fetchpatch arguments
2024-06-04 12:40:25 +02:00
github-actions[bot]
97d15b22bf
Merge master into staging-next
2024-06-02 18:01:10 +00:00
Weijia Wang
60f1e5576f
Merge pull request #313046 from r-ryantm/auto-update/asciidoctorj
...
asciidoctorj: 2.5.12 -> 2.5.13
2024-06-02 18:04:06 +02:00
Dmitry Kalinkin
eec839171d
Merge pull request #311134 from xworld21/texlive-packages-true-multioutput
...
texlivePackages: use proper multioutput derivations
2024-05-30 14:18:02 -04:00
R. Ryantm
110d28defd
texpresso: 0-unstable-2024-05-09 -> 0-unstable-2024-05-23
2024-05-28 03:56:30 +00:00
paparodeo
61e89d1002
tetex: fix darwin build
...
specify -std=gnu89 and -std=c++03 to fix the configure script and build.
the tarballs were last updated in 2006 and the package is no longer
maintain so use standards from the era.
2024-05-26 03:41:29 +00:00
Sigmanificient
a2353716f6
treewide: remove unused occurence of fetchurl argument
2024-05-20 05:20:23 +02:00
R. Ryantm
30fbff4c41
asciidoctorj: 2.5.12 -> 2.5.13
2024-05-20 03:10:48 +00:00
Vincenzo Mantova
f72f67152a
texlive: set allowSubstitutes, preferLocalBuild values ( #312049 )
2024-05-19 22:01:47 -04:00
R. Ryantm
776bc2b976
hayagriva: 0.5.2 -> 0.5.3
2024-05-16 13:13:16 +00:00
R. Ryantm
a6702e2503
pulldown-cmark: 0.10.3 -> 0.11.0
2024-05-16 01:40:43 +00:00
Vincenzo Mantova
017e73bdfb
texlive.withPackages: generate formats in separate derivations ( #291396 )
...
Generate TeX formats into separate derivations so that they can be
shared across different environments, considerably reducing build times.
2024-05-13 15:27:56 -04:00
Vincenzo Mantova
637c1c82bf
texlivePackages: use proper multioutput derivations
...
TeX Live packages under `texlivePackages` are now left as simple
multioutput derivations (without changes done in `passthru`). This
should ensure that all outputs are copied in the binary caches.
2024-05-12 19:17:50 +01:00
R. Ryantm
6f26f25421
texpresso: 0-unstable-2024-04-30 -> 0-unstable-2024-05-09
2024-05-11 00:05:53 +00:00
R. RyanTM
82cd9ea484
texpresso: 0-unstable-2024-04-18 -> 0-unstable-2024-04-30 ( #308746 )
2024-05-08 13:33:09 +01:00
github-actions[bot]
ae736c738d
Merge master into staging-next
2024-05-03 12:01:32 +00:00
Jussi Kuokkanen
ce3f586775
pkgs/tools: remove licenses.gpl2
2024-05-02 21:06:26 +02:00
Vladimír Čunát
725f48a252
Merge branch 'master' into staging-next
2024-05-02 09:05:49 +02:00
Pol Dellaiera
6a72138d19
Merge pull request #307828 from philiptaron/issue-208242/texlive
...
texlive: avoid top-level `with` in helper script
2024-05-01 23:10:59 +02:00
K900
a9c7210d0b
Merge branch 'master' into staging-next
2024-05-01 09:37:47 +03:00
Vincenzo Mantova
badf4fcaa4
texlivePackages: reduce priority to discourage nix-env from matching texlive packages
2024-04-30 15:59:51 -04:00
Philip Taron
0305d5e8e4
texlive: avoid top-level with
in pkgs/tools/typesetting/tex/texlive/generate-fixed-hashes.nix
2024-04-29 13:11:14 -07:00
Weijia Wang
7f45fee52a
Merge branch 'master' into staging-next
2024-04-28 04:02:14 +02:00
Dmitry Kalinkin
18a47ee4c1
Merge pull request #289854 from xworld21/texlive-packages-top-level
...
texlivePackages: init
2024-04-27 16:10:49 -04:00
Jan Tojnar
eb04659fc2
treewide: wrapGAppsHook → wrapGAppsHook3
...
This was achieved using the following command:
sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')
And then manually reverted the following changes:
- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
github-actions[bot]
7ac1647abc
Merge master into staging-next
2024-04-26 12:01:18 +00:00
Weijia Wang
18d51c2c5d
Merge pull request #305642 from wegank/lib-version-fix
...
treewide: fix version in changelog
2024-04-26 10:55:51 +02:00
Aleksana
a8ec32f743
Merge pull request #306290 from r-ryantm/auto-update/pulldown-cmark
...
pulldown-cmark: 0.10.2 -> 0.10.3
2024-04-26 16:20:37 +08:00
Vladimír Čunát
d157c07324
Merge branch 'master' into staging-next
2024-04-25 20:43:34 +02:00
github-actions[bot]
0977f8605c
Merge master into staging-next
2024-04-24 12:01:23 +00:00
Sandro
0de7eb7502
Merge pull request #305812 from xworld21/texlive-remove-deprecated-licenses
2024-04-24 13:19:11 +02:00
Mario Rodas
2becf6e837
maintainers: drop marsam
2024-04-24 04:20:00 +00:00
R. Ryantm
346735c7ea
pulldown-cmark: 0.10.2 -> 0.10.3
2024-04-23 13:40:34 +00:00
github-actions[bot]
6730620743
Merge staging-next into staging
2024-04-22 12:01:53 +00:00
7c6f434c
be95d641f9
Merge pull request #302353 from xworld21/texlive-avoid-self-dependency
...
{asymptote,texlive.bin.xindy}: build binaries without docs and other tex files
2024-04-22 07:42:12 +00:00
Vincenzo Mantova
a733987ca0
texlive.bin.xindy: do not build docs and rules already shipped by texlive
2024-04-21 20:28:21 +01:00
Vincenzo Mantova
22d4287ad2
texlive.bin.asymptote: use sty, docs shipped by texlive
2024-04-21 20:28:21 +01:00
Vincenzo Mantova
e1835b5011
texlive.bin.core: use gpl2Plus license instead of gpl2
2024-04-21 19:51:11 +01:00
Vincenzo Mantova
4be0d11e2e
texlive.tlpdb.nix: replace gplX licenses with gplXOnly
2024-04-21 19:44:52 +01:00
github-actions[bot]
3fc84a9b46
Merge staging-next into staging
2024-04-21 18:01:29 +00:00
Weijia Wang
58b5b2748f
treewide: fix version in changelog
2024-04-21 19:33:05 +02:00
R. Ryantm
48da826308
texpresso: 0-unstable-2024-04-08 -> 0-unstable-2024-04-18
2024-04-21 08:38:12 +00:00
Sandro Jäckel
fb0d661081
treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessary
2024-04-17 13:34:05 -04:00
github-actions[bot]
a181110966
Merge staging-next into staging
2024-04-18 00:02:44 +00:00
Mario Rodas
e442e025aa
Merge pull request #301631 from anthonyroussel/fix/xmlto
...
xmlto: use docbook-xml-ns package XSD files (offline mode)
2024-04-15 21:50:40 -05:00