texlive: unpin GCC

Seems to build fine with the default now.
This commit is contained in:
Emily 2025-08-08 18:22:54 +01:00
parent 12011af9d5
commit 2844e6aff4

View File

@ -5,8 +5,7 @@
*/ */
{ {
lib, lib,
#, stdenv stdenv,
gcc12Stdenv,
fetchpatch, fetchpatch,
fetchurl, fetchurl,
runCommand, runCommand,
@ -45,9 +44,6 @@
recurseIntoAttrs, recurseIntoAttrs,
nixfmt, nixfmt,
}: }:
let
stdenv = gcc12Stdenv;
in
let let
# various binaries (compiled) # various binaries (compiled)
bin = callPackage ./bin.nix { bin = callPackage ./bin.nix {