Merge pull request #249597 from NotAShelf/main-program-bs

This commit is contained in:
Artturi 2023-08-17 21:30:44 +03:00 committed by GitHub
commit df9f0dfbf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,7 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ lib
, buildGoModule
, fetchFromGitHub
}:
buildGoModule rec {
pname = "glow";
version = "1.5.0";
@ -23,5 +25,6 @@ buildGoModule rec {
changelog = "https://github.com/charmbracelet/glow/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne penguwin ];
mainProgram = "glow";
};
}

View file

@ -47,5 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ emantor ];
platforms = with lib.platforms; freebsd ++ linux ++ netbsd;
mainProgram = "seatd";
};
})

View file

@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ fbergroth ];
platforms = platforms.linux;
mainProgram = "tofi";
};
}

View file

@ -20,5 +20,6 @@ buildNpmPackage rec {
homepage = "github.com/mantoni/eslint_d.js";
license = licenses.mit;
maintainers = [ maintainers.ehllie ];
mainProgram = "eslint_d";
};
}

View file

@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
license = licenses.bsdOriginal;
platforms = platforms.all;
maintainers = [ ];
mainProgram = "zip";
};
}

View file

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
description = "Insanely fast image printing in your terminal";
maintainers = with maintainers; [ ryantm ];
platforms = platforms.unix;
mainProgram = "catimg";
};
}

View file

@ -19,5 +19,6 @@ buildGoModule rec {
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ dit7ya ];
mainProgram = "cliphist";
};
}