Skip to content

Instantly share code, notes, and snippets.

@qknight
Created May 1, 2015 14:02
Show Gist options
  • Save qknight/9fee4b16d8f3e928b01c to your computer and use it in GitHub Desktop.
Save qknight/9fee4b16d8f3e928b01c to your computer and use it in GitHub Desktop.
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix
index 3ad8147..a91c9da 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix
@@ -50,6 +50,7 @@ rec {
cp -d ${glibc}/lib/libdl*.so* $out/lib
cp -d ${glibc}/lib/librt*.so* $out/lib
cp -d ${glibc}/lib/libpthread*.so* $out/lib
+ cp -d ${glibc}/lib/libpthread_nonshared.a $out/lib
cp -d ${glibc}/lib/libnsl*.so* $out/lib
cp -d ${glibc}/lib/libutil*.so* $out/lib
cp -d ${glibc}/lib/libnss*.so* $out/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment