qt55.qtbase: do not link $out/lib into $dev/

This commit is contained in:
Thomas Tuegel 2016-04-18 18:05:31 -05:00
parent d5c100dc21
commit 84a83feb4d

View File

@ -121,11 +121,6 @@ stdenv.mkDerivation {
# The destination directory must exist or moveToOutput will do nothing # The destination directory must exist or moveToOutput will do nothing
mkdir -p "$dev/share" mkdir -p "$dev/share"
moveToOutput "share/doc" "$dev" moveToOutput "share/doc" "$dev"
mkdir -p "$dev/lib"
lndir -silent "$out/lib" "$dev/lib"
if [[ -h "$dev/lib/cmake" ]]; then rm "$dev/lib/cmake"; fi
if [[ -h "$dev/lib/pkgconfig" ]]; then rm "$dev/lib/pkgconfig"; fi
} }
preFixupHooks+=(_multioutQtDevs) preFixupHooks+=(_multioutQtDevs)