about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-12-05 17:57:55 -0800
committerAdam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>2023-12-07 09:11:37 +0000
commitb1e3c7ac87880f037fe21b111ab09221279dcfb2 (patch)
treec257622d451c517ef255348cc3f2408b1de5196b /pkgs/tools/typesetting
parent9e2ac72837c8b66f7e0d6e5be644d1266cbd873d (diff)
downloadnixlib-b1e3c7ac87880f037fe21b111ab09221279dcfb2.tar
nixlib-b1e3c7ac87880f037fe21b111ab09221279dcfb2.tar.gz
nixlib-b1e3c7ac87880f037fe21b111ab09221279dcfb2.tar.bz2
nixlib-b1e3c7ac87880f037fe21b111ab09221279dcfb2.tar.lz
nixlib-b1e3c7ac87880f037fe21b111ab09221279dcfb2.tar.xz
nixlib-b1e3c7ac87880f037fe21b111ab09221279dcfb2.tar.zst
nixlib-b1e3c7ac87880f037fe21b111ab09221279dcfb2.zip
texlive: pin-to-gcc12-if-gcc13
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index 1a497c6affaa..a9d6e717318f 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -2,7 +2,10 @@
   - source: ../../../../../doc/languages-frameworks/texlive.xml
   - current html: https://nixos.org/nixpkgs/manual/#sec-language-texlive
 */
-{ stdenv, lib, fetchurl, runCommand, writeShellScript, writeText, buildEnv
+{ lib
+#, stdenv
+, gcc12Stdenv
+, fetchurl, runCommand, writeShellScript, writeText, buildEnv
 , callPackage, ghostscript_headless, harfbuzz
 , makeWrapper, installShellFiles
 , python3, ruby, perl, tk, jdk, bash, snobol4
@@ -11,6 +14,7 @@
 , useFixedHashes ? true
 , recurseIntoAttrs
 }:
+let stdenv = gcc12Stdenv; in
 let
   # various binaries (compiled)
   bin = callPackage ./bin.nix {