Commit b88906ab authored by Anderson Torres's avatar Anderson Torres
Browse files

emulationstation: nixfmt-rfc-style

parent 985e8f46
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -48,9 +48,7 @@ stdenv.mkDerivation {
    rapidjson
  ];

  cmakeFlags = [
    (lib.cmakeBool "GL" true)
  ];
  cmakeFlags = [ (lib.cmakeBool "GL" true) ];

  strictDeps = true;

@@ -81,7 +79,10 @@ stdenv.mkDerivation {
    description = "Flexible emulator front-end supporting keyboardless navigation and custom system themes (forked by RetroPie)";
    license = with lib.licenses; [ mit ];
    mainProgram = "emulationstation";
    maintainers = with lib.maintainers; [ AndersonTorres edwtjo ];
    maintainers = with lib.maintainers; [
      AndersonTorres
      edwtjo
    ];
    platforms = lib.platforms.linux;
  };
}
+25 −25
Original line number Diff line number Diff line
{
  fetchFromGitHub,
}:
{ fetchFromGitHub }:

{
  emulationstation = let
  emulationstation =
    let
      self = {
        pname = "emulationstation";
        version = "2.11.2";
@@ -18,7 +17,8 @@
    in
    self;

  pugixml = let
  pugixml =
    let
      self = {
        pname = "pugixml";
        version = "1.8.1";