Skip to content

Commit 1d788a4

Browse files
committed
👷 Remove devenv's glibc
1 parent 7872f8c commit 1d788a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎devenv.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
{
77
env.LIBCLANG_PATH = "${pkgs.libclang.lib}/lib";
88

9-
languages.c.enable = true;
109
languages.cplusplus.enable = true;
1110
languages.rust.enable = true;
1211
# https://devenv.sh/reference/options/#languagesrustchannel
@@ -33,6 +32,7 @@
3332
sccache
3433
unzip
3534

35+
glibc
3636
libllvm
3737
libclang
3838
llvm
@@ -68,7 +68,6 @@
6868
fontconfig
6969
freetype
7070
glib
71-
glibc
7271
gnum4
7372
gtk3
7473
icu

0 commit comments

Comments
 (0)