Commit 59a78fb6 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

etlegacy-unwrapped: autoformat nixfmt

parent b7e33cda
Loading
Loading
Loading
Loading
+28 −24
Original line number Diff line number Diff line
{ lib
, stdenv
, writeShellApplication
, fetchFromGitHub
, fetchpatch
, cjson
, cmake
, git
, makeBinaryWrapper
, unzip
, curl
, freetype
, glew
, libjpeg
, libogg
, libpng
, libtheora
, lua5_4
, minizip
, openal
, SDL2
, sqlite
, zlib
{
  lib,
  stdenv,
  writeShellApplication,
  fetchFromGitHub,
  fetchpatch,
  cjson,
  cmake,
  git,
  makeBinaryWrapper,
  unzip,
  curl,
  freetype,
  glew,
  libjpeg,
  libogg,
  libpng,
  libtheora,
  lua5_4,
  minizip,
  openal,
  SDL2,
  sqlite,
  zlib,
}:
let
  version = "2.83.1";
@@ -123,6 +124,9 @@ stdenv.mkDerivation {
      for the popular online FPS game Wolfenstein: Enemy Territory - whose
      gameplay is still considered unmatched by many, despite its great age.
    '';
    maintainers = with lib.maintainers; [ ashleyghooper drupol ];
    maintainers = with lib.maintainers; [
      ashleyghooper
      drupol
    ];
  };
}