oracle-instantclient: disable building on hydra
we requireFile, so hydra can't build it anyways.
This commit is contained in:
parent
fe56ad70f0
commit
9770699ebd
@ -56,5 +56,6 @@ in stdenv.mkDerivation rec {
|
||||
license = licenses.unfree;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ pesterhazy flokli ];
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user