texlive: unpin GCC
Seems to build fine with the default now.
This commit is contained in:
parent
12011af9d5
commit
2844e6aff4
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user