Commit Graph

1797 Commits

Author SHA1 Message Date
chayleaf
9b877fd5ab
pdftk: convert to gradle setup hook 2024-07-12 21:36:20 +07:00
Weijia Wang
13514d5faa texpresso: fix build on darwin 2024-07-07 22:29:24 +02:00
R. Ryantm
ed490bc06b texpresso: 0-unstable-2024-05-23 -> 0-unstable-2024-06-22 2024-07-07 22:22:49 +02:00
github-actions[bot]
08b5c3c46a
Merge master into staging-next 2024-06-25 18:01:20 +00:00
Martin Weinelt
873fd5afd5 dblatex: pin to python3.11 due to distutils usage 2024-06-24 12:18:28 +02:00
Vincenzo Mantova
7f1a82fdee texlive.withPackages: resolve dependencies by pname only
The change allow swapping one package with a different one by simply
passing the new package to `.withPackages`.
2024-06-23 10:48:18 +01:00
Vincenzo Mantova
82aa005d8e texlive.withPackages: process new packages before existing ones 2024-06-23 10:48:17 +01:00
Martin Weinelt
af4cfc1e0f Merge remote-tracking branch 'origin/staging-next' into staging 2024-06-19 23:28:26 +02:00
Marcus Ramberg
4db07aa7c3 marp-cli: 3.2.0 -> 3.4.0 2024-06-16 22:15:55 +02:00
Aleksana
ee9cf00e6d
Merge pull request #315240 from Cryolitia/ghost-font
ghostscript: add output `fonts`
2024-06-15 19:32:39 +08:00
github-actions[bot]
c8c2ff3b9b
Merge staging-next into staging 2024-06-10 00:02:49 +00:00
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
github-actions[bot]
5d3e4362c2
Merge staging-next into staging 2024-06-04 18:01:39 +00: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
Ivan Trubach
e57c669d9d texlivePackages: fix symlimk creation condition
Use -n to check that string is not empty, -z checks the opposite.
2024-06-03 02:39:38 +03: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
北雁 Cryolitia
93a9ca34fe
ghostscript: add output fonts 2024-05-28 11:50:34 +08: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