Skip to content

Commit

Permalink
dev86: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Dec 21, 2024
1 parent c203a46 commit 33ca23f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pkgs/by-name/de/dev86/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitea
{
lib,
stdenv,
fetchFromGitea,
}:

stdenv.mkDerivation (finalAttrs: {
Expand All @@ -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;
};
})

0 comments on commit 33ca23f

Please sign in to comment.