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,
|
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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user