mirror of
https://github.com/urbit/ares.git
synced 2024-12-23 13:25:03 +03:00
devex: add static glibc to flake.nix
This commit is contained in:
parent
95f36e00dd
commit
0f9175ada6
@ -35,6 +35,7 @@
|
||||
pkgs.llvmPackages.clang
|
||||
pkgs.pkg-config
|
||||
pkgs.urcrypt
|
||||
pkgs.glibc.static
|
||||
] ++
|
||||
(nixpkgs.lib.lists.optional (parsedSystem.kernel.name != "darwin") pkgs.gdb); # nixpkgs won't build gdb for darwin
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user