summary refs log tree commit diff
path: root/pkgs
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
parentd91c7347d1f51ec0282a286e4eae69c13edd506a (diff)
downloadnixpkgs-ba87da9fd12a7fce91fa08f32dc2ebb6933eac1c.tar
nixpkgs-ba87da9fd12a7fce91fa08f32dc2ebb6933eac1c.tar.gz
nixpkgs-ba87da9fd12a7fce91fa08f32dc2ebb6933eac1c.tar.bz2
nixpkgs-ba87da9fd12a7fce91fa08f32dc2ebb6933eac1c.tar.lz
nixpkgs-ba87da9fd12a7fce91fa08f32dc2ebb6933eac1c.tar.xz
nixpkgs-ba87da9fd12a7fce91fa08f32dc2ebb6933eac1c.tar.zst
nixpkgs-ba87da9fd12a7fce91fa08f32dc2ebb6933eac1c.zip
treewide: Mass replace 'pcre}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs')
-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 abcba396c37..1011ae6689a 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