mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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
|
||||
'';
|
||||
|
||||
dontStrip = true;
|
||||
dontPatchELF = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Oracle instant client libraries and sqlplus CLI.";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user