dev86: reformat

This commit is contained in:
Franz Pletz
2024-12-21 13:25:12 +01:00
parent c203a46e62
commit 33ca23f6f5
+9 -6
View File
@@ -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;
};
})