diff --git a/pkgs/by-name/de/dev86/package.nix b/pkgs/by-name/de/dev86/package.nix index de9a258469cb..bed0d6c26456 100644 --- a/pkgs/by-name/de/dev86/package.nix +++ b/pkgs/by-name/de/dev86/package.nix @@ -1,6 +1,7 @@ -{ lib -, stdenv -, fetchFromGitea +{ + lib, + stdenv, + fetchFromGitea, }: stdenv.mkDerivation (finalAttrs: { @@ -19,10 +20,12 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://codeberg.org/jbruchon/dev86"; - description = - "C compiler, assembler and linker environment for the production of 8086 executables"; + description = "C compiler, assembler and linker environment for the production of 8086 executables"; license = lib.licenses.gpl2Plus; - maintainers = with lib.maintainers; [ AndersonTorres sigmasquadron ]; + maintainers = with lib.maintainers; [ + AndersonTorres + sigmasquadron + ]; platforms = lib.platforms.linux; }; })