3
0
Fork 0
forked from mirrors/nixpkgs

cargo: Install man page

... as well as other artifacts.
This commit is contained in:
Ricardo M. Correia 2015-03-04 17:59:16 +01:00
parent 9e19e5dc98
commit e6561c5fb1

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation {
installPhase = ''
mkdir -p "$out"
cp -r cargo/bin "$out/bin"
./install.sh "--prefix=$out"
'' + (if stdenv.isLinux then ''
patchelf --interpreter "${stdenv.glibc}/lib/${stdenv.cc.dynamicLinker}" \
--set-rpath "${stdenv.cc.cc}/lib/:${stdenv.cc.cc}/lib64/:${zlib}/lib" \