Skip to content

Commit

Permalink
glibc_multi: Reference dev outputs of glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Aug 30, 2016
1 parent d3dc3d4 commit 73f1ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/glibc/multi.nix
Expand Up @@ -22,7 +22,7 @@ runCommand "${nameVersion.name}-multi-${nameVersion.version}"
chmod +x "$bin/bin/ldd"
mkdir "$dev"
cp -rs '${glibc32}'/include "$dev/"
cp -rs '${glibc32.dev}'/include "$dev/"
chmod +w -R "$dev"
cp -rsf '${glibc64}'/include "$dev/"
cp -rsf '${glibc64.dev}'/include "$dev/"
''

0 comments on commit 73f1ade

Please sign in to comment.