oracle-instantclient: disable building on hydra

we requireFile, so hydra can't build it anyways.
This commit is contained in:
Florian Klink 2018-05-22 02:00:46 +02:00
parent fe56ad70f0
commit 9770699ebd

View File

@ -56,5 +56,6 @@ in stdenv.mkDerivation rec {
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ pesterhazy flokli ];
hydraPlatforms = [];
};
}