mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
factorio: fix evaluation of meta
This commit is contained in:
parent
c6aca5e521
commit
95d4dda578
@ -125,7 +125,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = https://www.factorio.com/;
|
homepage = https://www.factorio.com/;
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
maintainers = with stdenv.maintainers; [ Baughn elitak ];
|
maintainers = with stdenv.lib.maintainers; [ Baughn elitak ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user