ue4: mark as broken

The source code is no longer available as the repository
https://github.com/EpicGames/UnrealEngine has been deleted.
This commit is contained in:
Rahul Gopinath 2016-06-30 16:45:53 -07:00 committed by Bjørn Forsman
parent a540e842ab
commit 01b8db1bc7

View file

@ -78,5 +78,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.puffnfresh ];
broken = true;
};
}