Commit graph

1306 commits

Author SHA1 Message Date
Weijia Wang 218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie 65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Weijia Wang c5460eb4de
Merge pull request #210884 from vbgl/beluga-dune-3
Use dune 3 for a few OCaml tools
2023-01-22 02:22:57 +01:00
Zhaofeng Li 786f0f2fcb
texlive: disable luajit on RISC-V (#211999)
Support is not yet there
2023-01-21 17:34:32 -05:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm 99141a8dbd pgf3: 3.1.9a -> 3.1.10 2023-01-19 09:42:16 +00:00
Vincent Laporte f5ed640652
satysfi: use Dune 3 2023-01-15 12:13:06 +01:00
Artturi 131879f79d
Merge pull request #210096 from wegank/sile-darwin
sile: postpone checks after install
2023-01-15 03:46:41 +02:00
Weijia Wang 687b02945d sile: postpone checks to passthru.tests 2023-01-12 21:54:05 +01:00
github-actions[bot] ccef3ab7d8
Merge staging-next into staging 2023-01-02 12:02:01 +00:00
Caleb Maclennan f30b16c1f7
sile: 0.14.5 → 0.14.7
https://github.com/sile-typesetter/sile/releases/tag/v0.14.6
https://github.com/sile-typesetter/sile/releases/tag/v0.14.7
2023-01-02 12:42:01 +03:00
Jan Tojnar 5810109b42 Merge branch 'staging-next' into staging
- readline6 attribute removed from all-packages.nix in d879125d61
- readline attribute was bumped to readline82 in 50adabdd60
2023-01-02 03:04:32 +01:00
Dmitry Kalinkin 4527d89f4e
texlive: 2021-final -> 2022.20221227 (#208313) 2022-12-30 17:47:58 -05:00
Jan Tojnar 72c37eddec Merge branch 'staging-next' into staging 2022-12-25 01:30:47 +01:00
Dmitry Kalinkin e557010c6a
Merge pull request #206708 from xworld21/texlive-cleanup
texlive.combine: no-effect clean up of script
2022-12-20 17:46:28 -05:00
github-actions[bot] dc7ebb0163
Merge staging-next into staging 2022-12-18 18:01:41 +00:00
Valentin Gagarin f782da699e
Merge pull request #206646 from figsoda/typos 2022-12-18 18:27:57 +01:00
Vincenzo Mantova 85e670d377 texlive.combine: use environment variables where possible 2022-12-18 13:53:24 +00:00
Vincenzo Mantova 31846cf133 texlive.combine: do not export redundant variables 2022-12-18 13:53:24 +00:00
Vincenzo Mantova 43e69f171d texlive.combine: use absolute paths and do not cd into $out 2022-12-18 13:53:23 +00:00
Vincenzo Mantova 24d0b421f9 texlive.combine: remove redundant call to realpath when copying epstopdf 2022-12-18 13:53:23 +00:00
Vincenzo Mantova 1d37fc5426 texlive.combine: call perl scripts directly 2022-12-18 13:53:23 +00:00
Vincenzo Mantova bbc1e62548 texlive.combine: simplify updmap linking 2022-12-18 13:53:23 +00:00
Vincenzo Mantova 589a929bae texlive.combine: avoid subshells 2022-12-18 13:53:23 +00:00
Vincenzo Mantova 9de2f02af6 texlive.combine: remove unset TEXMCNF as mtxrun is already wrapped 2022-12-18 13:53:23 +00:00
Vincenzo Mantova 2814d19a3f texlive.combine: move perl and texlinks to nativeBuildInputs 2022-12-18 13:53:23 +00:00
R. Ryantm d6dff82270 tectonic: 0.11.0 -> 0.12.0 2022-12-18 08:14:58 +00:00
figsoda ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
github-actions[bot] 392cc9b8fe
Merge staging-next into staging 2022-12-17 12:01:41 +00:00
Vladimír Čunát 99fb246d72
sile: fixup build by using older make 2022-12-17 09:11:33 +01:00
Vladimír Čunát 59a68f487d
Merge branch 'staging-next' into staging 2022-12-16 11:20:50 +01:00
Artturin 05a2dfd674 lib.replaceChars: warn about being a deprecated alias
replaceStrings has been in nix since 2015(nix 1.10)

so it is safe to remove the fallback

d6d5885c15
2022-12-15 22:25:51 +02:00
Robert Hensing 16f5747575
Merge pull request #175649 from Artturin/opt-in-structured-attrs
stdenv: support opt-in __structuredAttrs
2022-12-10 21:12:43 +01:00
github-actions[bot] 54cd3a359f
Merge staging-next into staging 2022-12-10 18:01:48 +00:00
Vincent Laporte 6f05af913c ocamlPackages.otfm: 0.3.0 → 0.4.0 2022-12-10 10:54:55 +01:00
Artturin c01f509e44 treewide: source .attrs in builders
if theres a source $stdenv then this is needed

for structuredAttrs
2022-12-08 21:09:02 +02:00
Artturin 238a6053c4 stdenv: support opt-in __structuredAttrs
Co-authored-by: Robin Gloster <mail@glob.in>

stdenv: print message if structuredAttrs is enabled

stdenv: add _append

reduces the chance of a user doing it wrong

fix nix develop issue

output hooks don't work yet in nix develop though

making $outputs be the same on non-structuredAttrs and structuredAttrs
is too much trouble.

lets instead make a function that gets the output names

reading environment file '/nix/store/2x7m69a2sm2kh0r6v0q5s9z1dh41m4xf-xz-5.2.5-env-bin'
nix: src/nix/develop.cc:299: std::string Common::makeRcScript(nix::ref<nix::Store>, const BuildEnvironment&, const Path&): Assertion `outputs != buildEnvironment.vars.end()' failed.

use a function to get all output names instead of using $outputs

copy env functionality from https://github.com/NixOS/nixpkgs/pull/76732/commits
2022-12-08 06:13:19 +02:00
Robert Hensing d896fa5370 texlive: Use ghostscriptX -> ghostscript_headless
The code and typical use case suggest that ghostscript is not used
graphically. Removing this dependency reduces the build closure of
many tools that use texlive for documentation.

If this needs to be reverted, please state the graphical use case
in a comment, so we don't make this mistake again.
2022-12-07 12:51:33 +01:00
Nick Cao 53c31d03d5
scdoc: fix cross compilation by setting HOST_SCDOC 2022-11-21 15:34:57 +08:00
Caleb Maclennan 3ecd317545
sile: 0.14.4 → 0.14.5
https://github.com/sile-typesetter/sile/releases/tag/v0.14.5
2022-11-19 17:42:58 +03:00
toastal 6e44c96a5d soupault: 4.3.0 → 4.3.1 2022-11-18 07:37:32 +01:00
Caleb Maclennan fdce357748 sile: 0.14.3 → 0.14.4
https://github.com/sile-typesetter/sile/releases/tag/v0.14.4
2022-11-06 10:52:51 +01:00
Mario Rodas 0be790547a
Merge pull request #199451 from r-ryantm/auto-update/biblatex-check
biblatex-check: 1.0.1 -> 1.0.2
2022-11-05 10:44:15 -05:00
Christian Kögler 951d9e5658
Merge pull request #197914 from r-ryantm/auto-update/asciidoctorj
asciidoctorj: 2.5.6 -> 2.5.7
2022-11-04 18:22:43 +01:00
R. Ryantm fcffb9c1ec biblatex-check: 1.0.1 -> 1.0.2 2022-11-04 03:03:32 +00:00
Arnout Engelen 87598a6ded
texlive.combined.scheme-minimal: fix build
Follow-up on #196435, fixing https://github.com/NixOS/nixpkgs/pull/196435#issuecomment-1296199290

Needed to make #198236 pass
2022-11-01 14:35:12 +01:00
github-actions[bot] 7cf1999911
Merge master into staging-next 2022-10-30 00:02:33 +00:00
AndersonTorres 59d8692255 pgf-umlsd: init at unstable-2020-05-28 2022-10-29 18:07:37 -03:00
AndersonTorres 92ed989f81 pgf-umlcd: init at 0.3 2022-10-29 17:52:05 -03:00
AndersonTorres 9c4d840c7c pgf-pie: init at 0.7 2022-10-29 17:22:41 -03:00