Commit Graph

1820 Commits

Author SHA1 Message Date
Philip Taron
65ec5b64ec
texlive: remove with statements 2024-08-18 06:32:23 -07:00
Philip Taron
a77b1b3bc8
asciidoc: remove with statements 2024-08-18 06:32:23 -07:00
R. Ryantm
c60290600e texpresso: 0-unstable-2024-06-22 -> 0-unstable-2024-07-02 2024-08-17 12:56:05 +00:00
Peter Hoeg
e402d09f39 rubber: 1.6.0 -> 1.6.6 2024-08-16 12:11:38 +02:00
Michal Sojka
3de2aed6e1
texpresso/tectonic: Fix cargoHash (#334797)
Hash mismatch was caused by #333143.

The build error message contains:

    Validating consistency between /build/source/Cargo.lock and /build/texpresso-tonic-0.15.0-vendor.tar.gz/Cargo.lock
    2372d2371
    <  "time",
    2707c2706
    < version = "0.3.36"
    ---
    > version = "0.3.34"
    ...
    ERROR: cargoHash or cargoSha256 is out of date

Fixes #334648.
2024-08-16 11:16:29 +09:00
github-actions[bot]
7b86eb63e7
Merge master into staging-next 2024-08-09 12:01:12 +00:00
Doron Behar
788ccaa51d
Merge pull request #333143 from bryango/tectonic-rust-1.80-fix
tectonic-unwrapped, tectonic: fix build
2024-08-09 11:35:24 +00:00
Bryan Lai
b12a306304 tectonic-unwrapped, tectonic: fix build
Add patch bumping the `time` crate, fix build with rust 1.80.
2024-08-08 21:09:46 +08:00
github-actions[bot]
e80257fbed
Merge master into staging-next 2024-08-07 00:02:22 +00:00
Leon Schoorl
9036ede9dc texlive.bin: update src urls 2024-08-01 16:06:44 +02:00
Sandro
5e26e4adc0
Merge pull request #321117 from trofi/xmlto-update 2024-07-31 17:39:51 +02:00
K900
4f29b5a16b Merge remote-tracking branch 'origin/staging-next' into staging 2024-07-31 08:57:17 +03:00
Sergei Trofimovich
5f2e83c777 xmlto: 0.0.28 -> 0.0.29 2024-07-29 22:26:00 +01: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
John Ericson
44afce2cdc
Merge pull request #328783 from rhelmot/freebsd-docbook2x
docbook2x: add runtime dependency on iconv binary
2024-07-24 14:03:39 -04:00
github-actions[bot]
d284ef371e
Merge master into staging-next 2024-07-23 12:01:18 +00:00
Robert Schütz
17a5b1248c bibtex-tidy: 1.11.0 -> 1.13.0
Diff: https://github.com/FlamingTempura/bibtex-tidy/compare/v1.11.0...9658d907d990fd80d25ab37d9aee120451bf5d19

Changelog: 9658d907d9/CHANGELOG.md
2024-07-23 02:51:12 -07:00
Audrey Dutcher
f24b19390b docbook2x: add runtime dependency on iconv binary
This package uses iconv(1), which is provided by pkgs.iconv. This won't
be a problem unless libiconv != iconv, e.g. on FreeBSD.
2024-07-20 17:16:29 -07:00
Vladimír Čunát
caebc10ec4
Merge #327970: asciidoc: 10.2.0 -> 10.2.1
...into staging
2024-07-20 10:16:08 +02:00
Robert Schütz
07768c8c73 asciidoc: 10.2.0 -> 10.2.1
Diff: https://github.com/asciidoc-py/asciidoc-py/compare/10.2.0...10.2.1

Changelog: https://github.com/asciidoc-py/asciidoc-py/blob/10.2.1/CHANGELOG.adoc
2024-07-17 09:14:13 -07:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
chayleaf
9b877fd5ab
pdftk: convert to gradle setup hook 2024-07-12 21:36:20 +07:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02: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
aleksana
1862813d11 treewide: convert cargoSha256 to cargoHash
This is done with the following bash script:

```
#!/usr/bin/env bash
process_line() {
    local filename=${1%:}
    if [[ $4 =~ \"(.*)\"\; ]]; then
      local sha256="${BASH_REMATCH[1]}"
    fi
    [[ -z $sha256 ]] && return 0
    local hash=$(nix hash to-sri --type sha256 $sha256)
    echo "Processing: $filename"
    echo "  $sha256 => $hash"
    sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}

# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
    # split them further by space
    read -r -a parts <<< "$line"
    process_line "${parts[@]}"
done

```
2024-07-03 21:54:10 +08: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