aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stdenv/linux/make-bootstrap-tools.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:30:07 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:38 +0200
commitba87da9fd12a7fce91fa08f32dc2ebb6933eac1c (patch)
tree8cd5db6515d51f343352b3d8a11883a7bcb51584 /pkgs/stdenv/linux/make-bootstrap-tools.nix
parentd91c7347d1f51ec0282a286e4eae69c13edd506a (diff)
treewide: Mass replace 'pcre}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs/stdenv/linux/make-bootstrap-tools.nix')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix
index abcba396c371..1011ae6689ad 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix
@@ -86,7 +86,7 @@ rec {
cp ${curlMinimal}/bin/curl $out/bin
cp -d ${curlMinimal}/lib/libcurl* $out/lib
- cp -d ${gnugrep.pcre}/lib/libpcre*.so* $out/lib # needed by grep
+ cp -d ${gnugrep.pcre.out}/lib/libpcre*.so* $out/lib # needed by grep
# Copy what we need of GCC.
cp -d ${gcc.cc}/bin/gcc $out/bin