Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 0f5863d

Browse files
Merge pull request #209 from urbit/eamsden/fix-nix
nix: remove glibc.static package that interferes with builds
2 parents b39bebb + 51463f4 commit 0f5863d

File tree

2 files changed

+42
-33
lines changed

2 files changed

+42
-33
lines changed

rust/ares/Cargo.lock

Lines changed: 42 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
pkgs.llvmPackages.clang
3636
pkgs.pkg-config
3737
pkgs.urcrypt
38-
pkgs.glibc.static
3938
] ++
4039
(nixpkgs.lib.lists.optional (parsedSystem.kernel.name != "darwin") pkgs.gdb); # nixpkgs won't build gdb for darwin
4140
};

0 commit comments

Comments
 (0)