oracle-instantclient: disable building on hydra
we requireFile, so hydra can't build it anyways.
This commit is contained in:
@@ -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 = [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user