oracle-instantclient: don't strip or patchelf this library
This commit is contained in:
parent
49fa221c62
commit
cf6ab47be2
@ -53,6 +53,9 @@ let requireSource = version: part: hash: (requireFile rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
dontStrip = true;
|
||||||
|
dontPatchELF = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Oracle instant client libraries and sqlplus CLI.";
|
description = "Oracle instant client libraries and sqlplus CLI.";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user