From 95d4dda578cbc727d61208c7788990929a2cd2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sat, 16 Apr 2016 23:17:09 +0200 Subject: [PATCH] factorio: fix evaluation of meta --- pkgs/games/factorio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/factorio/default.nix b/pkgs/games/factorio/default.nix index 28f562c1b794..cf96756b8b67 100644 --- a/pkgs/games/factorio/default.nix +++ b/pkgs/games/factorio/default.nix @@ -125,7 +125,7 @@ stdenv.mkDerivation rec { ''; homepage = https://www.factorio.com/; license = stdenv.lib.licenses.unfree; - maintainers = with stdenv.maintainers; [ Baughn elitak ]; + maintainers = with stdenv.lib.maintainers; [ Baughn elitak ]; platforms = [ "i686-linux" "x86_64-linux" ]; }; }