Commit 2844e6af authored by Emily's avatar Emily
Browse files

texlive: unpin GCC

Seems to build fine with the default now.
parent 12011af9
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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 {