summary refs log tree commit diff
path: root/pkgs/games/ue4
diff options
context:
space:
mode:
authorRahul Gopinath <rahul@gopinath.org>2016-06-30 16:45:53 -0700
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-07-04 10:44:34 +0200
commit01b8db1bc78251745cec68a57a83d8e1264593fa (patch)
tree6f8d6c994ad71b5cbfdbc06376e0dc25d3b57cb6 /pkgs/games/ue4
parenta540e842abddcb3da2bf4bdac93fc097b33ce1dc (diff)
downloadnixpkgs-01b8db1bc78251745cec68a57a83d8e1264593fa.tar
nixpkgs-01b8db1bc78251745cec68a57a83d8e1264593fa.tar.gz
nixpkgs-01b8db1bc78251745cec68a57a83d8e1264593fa.tar.bz2
nixpkgs-01b8db1bc78251745cec68a57a83d8e1264593fa.tar.lz
nixpkgs-01b8db1bc78251745cec68a57a83d8e1264593fa.tar.xz
nixpkgs-01b8db1bc78251745cec68a57a83d8e1264593fa.tar.zst
nixpkgs-01b8db1bc78251745cec68a57a83d8e1264593fa.zip
ue4: mark as broken
The source code is no longer available as the repository
https://github.com/EpicGames/UnrealEngine has been deleted.
Diffstat (limited to 'pkgs/games/ue4')
-rw-r--r--pkgs/games/ue4/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/ue4/default.nix b/pkgs/games/ue4/default.nix
index ac14c40f52b..fa28dcefa5e 100644
--- a/pkgs/games/ue4/default.nix
+++ b/pkgs/games/ue4/default.nix
@@ -78,5 +78,6 @@ stdenv.mkDerivation rec {
     license = stdenv.lib.licenses.unfree;
     platforms = stdenv.lib.platforms.linux;
     maintainers = [ stdenv.lib.maintainers.puffnfresh ];
+    broken = true;
   };
 }