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,
#, stdenv
gcc12Stdenv,
stdenv,
fetchpatch,
fetchurl,
runCommand,
@ -45,9 +44,6 @@
recurseIntoAttrs,
nixfmt,
}:
let
stdenv = gcc12Stdenv;
in
let
# various binaries (compiled)
bin = callPackage ./bin.nix {