You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`libgcc` is not usable as is and as a result no packages use it today.
`gcc.cc.libgcc` should provide the same library. But ideally it should
not be used at all as it's an implementation detail of `gcc` support
libraries.
Copy file name to clipboardExpand all lines: pkgs/top-level/aliases.nix
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -841,6 +841,7 @@ mapAliases ({
841
841
liberation_ttf_v1_from_source=throw"'liberation_ttf_v1_from_source' has been renamed to/replaced by 'liberation_ttf_v1'";# Converted to throw 2022-02-22
842
842
liberation_ttf_v2_from_source=throw"'liberation_ttf_v2_from_source' has been renamed to/replaced by 'liberation_ttf_v2'";# Converted to throw 2022-02-22
843
843
liberationsansnarrow=throw"'liberationsansnarrow' has been renamed to/replaced by 'liberation-sans-narrow'";# Converted to throw 2022-02-22
844
+
libgcc=throw"libgcc was removed, use gcc.cc.libgcc if needed";# added 2023-05-13
844
845
libgksu=throw"libgksu has been removed";# Added 2022-01-16
845
846
libgme=game-music-emu;# Added 2022-07-20
846
847
libgnome_keyring=throw"'libgnome_keyring' has been renamed to/replaced by 'libgnome-keyring'";# Converted to throw 2022-02-22
0 commit comments