runelite: fix evaluation errors

This commit is contained in:
Peter Simons 2018-07-25 09:59:18 +02:00
parent 5dabbf4273
commit 07bbbe9beb

View file

@ -4932,7 +4932,7 @@ with pkgs;
rubocop = callPackage ../development/tools/rubocop { };
runelite = callPackages ../games/runelite { };
runelite = callPackage ../games/runelite { };
runningx = callPackage ../tools/X11/runningx { };