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;
|
license = licenses.unfree;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ pesterhazy flokli ];
|
maintainers = with maintainers; [ pesterhazy flokli ];
|
||||||
|
hydraPlatforms = [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user