oracle-instantclient: don't strip or patchelf this library

This commit is contained in:
Peter Simons 2015-05-20 16:18:33 +02:00
parent 49fa221c62
commit cf6ab47be2

View file

@ -53,6 +53,9 @@ let requireSource = version: part: hash: (requireFile rec {
done
'';
dontStrip = true;
dontPatchELF = true;
meta = with stdenv.lib; {
description = "Oracle instant client libraries and sqlplus CLI.";
longDescription = ''